/**
 * Capita Libraries Admin Console CSS
 *
 * Unauthorized copying of this file, via any medium is strictly prohibited.
 *
 * @author     pjohn <philjohn@capita.co.uk>
 * @version    1.0
 * @copyright  © 2011-2012 Talis Information Ltd.
 * @copyright  © 2012-2015 Capita Business Services Ltd.
 */
 #copyright {
	text-align: center;
	font-size: 80%;
	margin-top: 1em;
}

#abbr {
	border-bottom: 1px dotted #333333;
	cursor: pointer;
}

.progress .bar {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

div.password-strength {
	margin: 4px 0 0 0;
}

div.password-strength div.password-strength-bar {
	background: #cccccc;
	width: 24%;
	height: 5px;
	float: left;
	display: inline;
	margin: 0.5%;
}

div.password-strength div.password-strength-weak {
	background: #b94a48;
}

div.password-strength div.password-strength-good {
	background: #f89406;
}

div.password-strength div.password-strength-excellent {
	background: #468847;
}

div.password-strength div.popover {
	width: 300px;
}

h2 {
	font-size: 25px;
	line-height: 20px;
}

td .progress {
	margin: 0;
}

ul.breadcrumb {
	padding: 0;
}

ul.no-margin {
	margin: 0;
}

ul.breadcrumb li {
	background: url("/assets/img/arrow.png") no-repeat scroll right center;
	padding: 7px 15px 7px 5px;
	line-height: 14px;
}

ul.breadcrumb li.first {
	padding-left: 10px;
}

ul.breadcrumb li.last {
	border-right: none;
}

input.error,
select.error,
div.error select {
	border-color: #b94a48;
}

input.error:focus,
select.error:focus {
	border-color: #b94a48;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(185, 74, 72, 0.6)
}

div.collection {
	overflow: hidden;
}

div.collection form {
	display: inline;
	float: left;
	margin-right: 1em;
}

.well-lighter {
	background: #fafafa;
}

h4 {
	margin-bottom: 0.5em;
}

.dotted-underline {
	border-bottom: 1px dotted;
	cursor: pointer;
}

ol.well {
	list-style: none;
	margin: 0;
}

.nav-well {
	padding: 8px 0;
}

ul#global-menu {
	float: right;
}

thead td {
	font-weight: bold;
}

td.narrow {
	width: 14px;
}

td.auto {
	width: 1px;
	white-space: nowrap;
}

.well legend {
	margin-bottom: 0;
	line-height: 22px;
	font-size: 18px;
}

.well legend + p {
	margin-top: 15px;
}

.well h2 {
	margin: 0;
	padding: 0;
	line-height: 22px;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #e5e5e5;
}

.well h2 + .control-group {
	margin-top: 15px;
}

.well legend + .control-group {
	margin-top: 15px;
}

.well h2 + ol, .well h2 + div {
	margin-top: 15px;
}

.well p.legend + p {
	margin-top: 20px;
}

i.icon-rss-small {
	background: url('/assets/img/feed-icon-14x14.png') no-repeat;
	margin-right: 0.2em;
	width: 14px;
	height: 14px;
	line-height: 14px;
}

.align-right {
	text-align: right;
}

.clear-right {
	clear: right;
}

#two-step-modal .modal-body img {
	display: block;
	margin: 20px auto 30px auto;
}

#two-step-modal .modal-body img.secret {
	margin: 0 auto 0 auto;
}

#two-step-modal .modal-body div.secret {
	text-align: center;
	font-size: 2em;
}

#soprano-two-step-modal .modal-body img {
	display: block;
	margin: 20px auto 30px auto;
}

#soprano-two-step-modal .modal-body img.secret {
	margin: 0 auto 0 auto;
}

#soprano-two-step-modal .modal-body div.secret {
	text-align: center;
	font-size: 2em;
}

/* Prism Themes Page */
.editor {
	width: 100%;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	padding: 0;
	border: none;
	background: #fafafa;
}

ul#theme-action-tabs {
	margin-bottom: 0;
}

ul#theme-action-tabs li.active {
	background-color: #f5f5f5;
}

div#theme-action-content div.well {
	margin-top: 0;
	border-top: 0;
	border-radius: 0;
	box-shadow: none;
	background-color: #ffffff;
}

div#theme-action-content form.form-horizontal {
	margin: 0;
}

div#theme-action-content ul.breadcrumb {
	margin-top: -1px;
}

div#theme-action-content ul.breadcrumb li.first {
	padding-left: 5px;
}

div#theme-action-content div#files-tab {
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}

div#theme-action-content div#files-tab table {
	margin-bottom: 0;
}

div#theme-action-content div#create-tab ul.breadcrumb {
	margin: -20px -20px 20px -20px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}

/*Additions for notifications*/

.clear {
	clear: both;
}

.group-list h2 {
	display: block;
	font-size: 0.85em;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	border-radius: 3px;
	background: #f5f5f5;
	margin: 0;
	padding-left: 6px;
	line-height: 2.8em;
}

.group-list p {
	font-size: 0.75em;
	padding: 0 6px;
	color: #666666;
}

.group-list li {
	font-size: 0.85em;
}

.group {
	background: #fafafa;
	border: 1px solid #f5f5f5;
}

.builder-canvas {
	padding: 20px;
	border-radius: 3px;
	background: #f5f5f5;
	border-top: 1px solid #ffffff;
	margin: 0;
	min-height: 120px;
}

.font-body-size-9 textarea { font-size: 9pt; }

.font-body-size-10 textarea { font-size: 10pt; }

.font-body-size-11 textarea { font-size: 11pt; }

.font-body-size-12 textarea { font-size: 12pt; }

.font-body-size-14 textarea { font-size: 14pt; }

.font-heading-size-14 .builder-block-heading input { font-size: 14pt; }

.font-heading-size-16 .builder-block-heading input { font-size: 16pt; }

.font-heading-size-18 .builder-block-heading input { font-size: 18pt; }

.font-heading-size-24 .builder-block-heading input { font-size: 24pt; }

.builder-block * {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.builder-block {
	position: relative;
	padding-right: 10em;
}

.builder-block .grabber {
	line-height: 2em;
	padding: 0.3em;
	text-transform: uppercase;
	position: absolute;
	display: block;
	right: 0;
	width: 9.7em;
}

.grabber .btn, .grabber .btn:hover, .grabber .btn:active, .grabber .btn:focus {
	background: none;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.grabber button, .grabber label {
	display: inline;
}

.builder-block textarea {
	line-height: 1.5;
	height: 120px;
	padding: 3px 3px;
	overflow: hidden;
	vertical-align: top;
	margin: 0;
	border-radius: 0;
	resize: none;
}

.builder-block select {
	display: inline;
	vertical-align: baseline;
	font-size: 1em;
	width: auto;
}

.builder-block div {
	background: #f5f5f5;
	padding-top: 1em;
}

.builder-block > input {
	border-radius: 0;
	padding: 10px 3px;
	display: block;
	margin: 0;
}

.builder-block label {
	display: inline-block;
}

.builder-block > textarea, .builder-block > input, .repeater textarea {
	width: 97.7%;
	border: 1px dotted #dddddd;
}

.builder-block-table table {
	margin-top: 10px;
	margin-bottom: 5px;
}

.builder-block-table th > input {
	font-weight: bold;
}

.builder-2-col {
	border-top: 1px dotted #dddddd;
	border-bottom: 1px dotted #dddddd;
}

.builder-2-col textarea {
	border: none;
}

.builder-block textarea, .builder-block input,
.builder-block textarea:focus, .builder-block input:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #dddddd;
}

.builder-block > input {
	height: auto;
}

.builder-block img {
	background: #ffffff;
	height: 120px;
	padding: 3px;
	margin: 0;
	width: 98%;
}

.builder-quote textarea {
	padding: 3px 40px;
}

.builder-2-col {
	vertical-align: top;
}

.builder-2-col textarea, .builder-2-col img {
	height: 120px;
	width: 48.5%;
}

.component-list, .data-elements {
	margin: 0;
	padding: 0;
	overflow: auto;
	height: 14em;
}

.component-list * {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.component-list li {
	width: 48%;
	float: left;
	margin-bottom: 1em;
}

.data-elements li {
	margin: 0 0.5em;
}

.builder-canvas li {
	list-style: none;
}

.draggable {
	z-index: 1000;
}

.ui-state-highlight {
	height: 120px; line-height: 1.2em;
}

textarea.pad {
	margin-left: 49%;
}

/*Type options*/

.useBaskerville {
	font-family: 'Libre Baskerville', serif;
}

.useOpenSans {
	font-family: 'Open Sans', sans-serif;
}

.useRokkitt {
	font-family: 'Rokkitt';
}

.useOldStandard {
	font-family: 'Old Standard TT';
}

.useVollkorn {
	font-family: 'Vollkorn', serif;
}

.useOswald {
	font-family: 'Oswald';
}

.useGeorgia {
	font-family: 'Georgia', serif;
}

.useTimes {
	font-family: "Times New Roman", Times, serif;
}

.useArial {
	font-family: Arial, Helvetica, sans-serif;
}

.useArialBlack {
	font-family: "Arial Black";
}

.useTrebuchet {
	font-family: "Trebuchet MS"
}

.intro-block {
	margin-top: 30px;
	clear: both;
}

.intro-block h2, .intro-block p {
	font-size: 0.9em;
	padding: 0; margin: 0;
	line-height: normal;
	display: inline;
}

.intro-block p {
	color: #666666;
}

.intro-block a {
	font-size: 0.9em;
}

.btn-mini {
	display: inline;
}

.font-change {
	margin: 0;
	padding: 0.5em 25px;
	background: #f5f5f5;
}

.template-config-block {
	margin: 0;
	padding: 0.5em 25px;
	background: #f5f5f5;
	border-bottom: 2px solid white;
}

.template-config-block label {
	font-size: 0.85em;
}

.builder-canvas, .builder-canvas label, .font-change label {
	font-size: 0.85em;
}

.form-inline {
	margin: 0;
}

.rule-form .control-group {
	margin-bottom: 1em;
}

.parameters-block {
	border-bottom: 1px solid #dddddd;
}

.note {
	font-size: 0.8em;
}

.mini-check {
	font-size: 2em;
	vertical-align: text-top;
}

input[type=date], input[type=number] {
	height: auto;
	vertical-align: baseline;
}

.builder-block .note-block, .builder-block .note-block:focus {
	font-weight: bold;
	padding: 0.5em 1.25%;
	width: 96%;
	border: 2px solid #666666;
	color: #000000;
	margin: 2em 0;
}

.scrollable {
	max-height: 8em;
	overflow: auto;
}

.modal .preview {
	clear: both;
	display: block;
	max-width: 68%;
	overflow: hidden;
}

.controls + .help-inline {
	min-height: 30px;
}

.rule-group .help-block {
	font-size: 0.9em;
}

.move-buttons {
	margin-top: 50px;
	text-align: center;
}

.move-buttons button {
	margin-bottom: 1em;
}

a.disabled {
	color: #666666;
}

form.inline {
	display: inline-block;
}

/* Calendar widget additions*/

.hasDatepicker {
	height: 20px;
	padding: 6px 0;
}

.ui-datepicker {
	background: white;
	font-size: 0.8em;
	padding: 0.5em;
	border: 1px solid #eeeeee;
	border-radius: 3px;
}

.ui-datepicker table td, .ui-datepicker table th {
	padding: 0.3em;
	border: 1px solid #eeeeee;
	text-align: center;
	font-size: 0.9em;
}

.ui-datepicker .ui-datepicker-next {
	float: right;
}

.ui-datepicker .ui-datepicker-prev {
	float: left;
}

.ui-datepicker-title {
	text-align: center;
	font-weight: bold;
	line-height: 2em;
}

.tt-dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.tt-dropdown-menu h5,
.tt-dropdown-menu div.tt-suggestion > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	white-space: nowrap;
}

.tt-dropdown-menu h5 {
	font-weight: bold;
}

.tt-dropdown-menu div.tt-cursor > a,
.tt-dropdown-menu div.tt-suggestion > a:hover,
.tt-dropdown-menu div.tt-suggestion > a:focus,
.tt-dropdown-submenu:hover > a {
	color: #ffffff;
	text-decoration: none;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
	background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
	background-image: -o-linear-gradient(top, #0088cc, #0077b3);
	background-image: linear-gradient(to bottom, #0088cc, #0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.tt-dropdown-menu .active > a,
.tt-dropdown-menu .active > a:hover,
.tt-dropdown-menu .tt-cursor a {
	color: #ffffff;
	text-decoration: none;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
	background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
	background-image: -o-linear-gradient(top, #0088cc, #0077b3);
	background-image: linear-gradient(to bottom, #0088cc, #0077b3);
	background-repeat: repeat-x;
	outline: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.tt-dropdown-menu .disabled > a,
.tt-dropdown-menu .disabled > a:hover {
	color: #999999;
}

.tt-dropdown-menu .disabled > a:hover {
	text-decoration: none;
	cursor: default;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.form-align {
	display: block;
	vertical-align: middle;
	margin-bottom: 5px;
	padding-top: 5px;
	float: left;
}

.block-label {
	min-height: 3EM;
}
.adhoc-check{
	margin:0 !important;
}

.right-space-input{
	margin-right:30px !important;
}
#showerrormsg, #showerrormsgedit{
	display:none;
	position: absolute;
	color:#b94a48;
	font-size: 13px;
    line-height: 20px;

}
.show-error{
	display:block !important;
}
.hide-error{
	display:none !important;
}
#edit-form-templateset{
	padding: 8px 0px;
}

.hint-wrapper{
	display: inline-block; position: relative;
}
#notifications-rules{
	overflow:scroll;
}
#adhocCheckbox{
	display: inline-block;
	font-size: 0.9em;
	color:#666666;
}
#adhoc-check-box-wrapper{
	padding-left: 2%;
}
.adhoc-rulesDropdown{
	width:200px;
}

.hide-div{
	display:none;
}
.show-div{
	display:block;
}
#rulesSave{
	display:block;
}
.enable-button{
	cursor:pointer !important;
}
.disable-button{
	cursor:not-allowed !important;
}
#error-text{
	color: #b94a48;
    font-size: 13px;
    line-height: 15px;
    padding-bottom: 10px;
}
#no-rule-error-text{
	color: #b94a48;
    font-size: 13px;
    line-height: 20px;
	display:block;
	padding-bottom: 5px;
}
#templateset-wrapper{
	padding-bottom:8px;
}
@media (max-width: 1200px){
	#template_set_form_button{
		margin-top:16px;
	}
}
@media (min-width: 768px) and (max-width: 979px){
	.ipad-top-spacing {
		padding-top:25px;
	}
	.mobile-view-pull-none{
		float:none;
		margin-top :19px;
	}
	#adhoc-hint-msg {
		top:42px;
	}
}
@media (max-width: 767px){
	#showerrormsg, #showerrormsgedit {
		font-size: 10px;
	}
	.mobile-width{
		width:100%;
		min-height: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.ipad-top-spacing {
		padding-top:4px;
	}
	.mobile-view-pull-none{
		float:none;
		margin-top :10px;
	}
	#description-label, #description-label-create{
		padding-top:15px;	
	}
	#template_set_form_button{
		margin-top:10px;
	}
}
#loading-overlay {
    position: absolute;
    width: 100%;
    height:100%;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    background-color: #000;
    z-index: 999;
    opacity: 0.5;
}
.loading-icon{ position:absolute;border-top:2px solid #fff;border-right:2px solid #fff;border-bottom:2px solid #fff;border-left:2px solid #767676;border-radius:25px;width:25px;height:25px;margin:0 auto;position:absolute;left:50%;margin-left:-20px;top:50%;margin-top:-20px;z-index:4;-webkit-animation:spin 1s linear infinite;-moz-animation:spin 1s linear infinite;animation:spin 1s linear infinite;}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } } 
