
.ta-hidden-input {
	width: 1px;
	height: 1px;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -10000px;
	left: -10000px;
	opacity: 0;
	overflow: hidden;
}

/* add generic styling for the editor */
.ta-root.focussed:focus > .ta-scroll-window.form-control:focus {
	border-color: #66afe9;
	outline: 0;

}

.ta-editor.ta-html, .ta-scroll-window.form-control {
	min-height: 300px;
	height: auto;
	overflow: auto;
	font-family: inherit;
	font-size: 100%;
}

.ta-scroll-window.form-control {
	position: relative;
	padding: 0;
}

.ta-scroll-window > .ta-bind {
	height: auto;
	min-height: 300px;
	padding: 6px 12px;
}

.ta-editor:focus {
	user-select: text;
}

/* add the styling for the awesomness of the resizer */
.ta-resizer-handle-overlay {
	z-index: 100;
	position: absolute;
	display: none;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-info {
	position: absolute;
	bottom: 16px;
	right: 16px;
	border: 1px solid black;
	background-color: #FFF;
	padding: 0 4px;
	opacity: 0.7;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-background {
	position: absolute;
	bottom: 5px;
	right: 5px;
	left: 5px;
	top: 5px;
	border: 1px solid black;
	background-color: #eeeeee;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner {
	width: 10px;
	height: 10px;
	position: absolute;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl{
	top: 0;
	left: 0;
	border-left: 1px solid black;
	border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr{
	top: 0;
	right: 0;
	border-right: 1px solid black;
	border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl{
	bottom: 0;
	left: 0;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-br{
	bottom: 0;
	right: 0;
	border: 1px solid black;
	cursor: se-resize;
	background-color: white;
}

/* copy the popover code from bootstrap so this will work even without it */
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
			background-clip: padding-box;

}
.popover.top {
	margin-top: -10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover > .arrow {
	border-width: 11px;
}
.popover > .arrow:after {
	content: "";
	border-width: 10px;
}
.popover.top > .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0;
}
.popover.top > .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0;
}
.popover.bottom > .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff;
}
.form-text-upload-btn{
    margin-top: 10px;
}
.text-angular .btn-group button i{

	font-size: 12px;
}
.text-angular .btn-group button {
	background-color: #ffffff;
	padding: 3px;
	font-size: 12px;
	margin-bottom: 10px;
}
.container-fluid{
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
}
.smallUpload{
	width: 48px;
    margin-right: 5px;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #FDFDFD;
	border: 1px solid #dedede;
}
.list-group-item:first-child {
	border-radius: 0;
}
.upload-picture{
	border-radius: 0;
}
.active{
	color: #337ab7;
}
.article-title{
	font-size: 17px;
	font-weight: bold;
	margin-right: 20px;
}
.article-edit-delete{
	font-size: 12px;
	margin-right: 30px;
	color: #f9f9f9;
}
.article-edit-delete-submenu{
	font-size: 12px;
	margin-right: 15px;
	color: #7f374e;
	cursor: pointer;
}
.article-edit-delete a{
	font-size: 12px;
	margin-left:5px;
	color: #f9f9f9;
	cursor: pointer;
}
/*.panel-primary > .panel-heading{
	background-image: -webkit-linear-gradient(top, #6d96b9 0%, #6d96b9 100%);
	background-image: -o-linear-gradient(top, #6d96b9 0%, #6d96b9 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6d96b9), to(#6d96b9));
	background-image: linear-gradient(to bottom, #6d96b9 0%, #6d96b9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d96b9', endColorstr='#6d96b9', GradientType=0);
	background-repeat: repeat-x;
}*/
.list-items{
	padding:0;
	margin: 0;
	margin-left: 5px;
	margin-bottom: 2px;

}
.list-item{
	padding: 10px;
	border:1px solid #557cb4;
	border-left: 7px solid #4f5c68;
    list-style: none;
	margin-right: 5px;
	background-color: #f5f5f5;
	cursor: pointer;
}
.add-menu {
	margin-top: 15px;
}

.add-menu a{
	color: #4f5c68;
}


.edit-in-place.active input {
	display: inline-block;
}
.edit-inline{
	font-size: 11px;
	color: #0b97c4;
	margin-left: 10px;
}
.edit-inline-enter{
	font-size: 13px;
	color: #278b36;
	margin-left: 10px;
}
.edit-inline-cancel{
	font-size: 13px;
	color: #bf1f00;
	margin-left: 10px;
}

ul.article-list {
	list-style: none outside none;
	margin: 5px;
	padding: 0 10px;
	border-left: 4px solid #dddddd;

}

.article-item {

	padding: 5px 10px;
	margin: 5px 3px;
	border: 1px solid #a2bcd5;
	border-radius: 3px;
	background-color: #efefef;
	font-size: 1.1em;
	text-align: center;
	cursor: move;
	display: block;
}
.reorder-icon{
	position: absolute;
	top: -15px;
	left: 20px;
}
.sort{
	font-size: 12px;
	color: #0b3e6f;
	margin-right: 4px;
	text-align: center;
}
.floatingList > .article-item {
	float: left;
}
.floatingList > .sort {
	float: left;
}
.edit-in-place{
	margin-left: 10px;
	font-size: 14px;
}
.edit-in-place:hover{
	margin-left: 10px;
	font-size: 14px;
	text-decoration: none;
}
.add-year-plus{
	margin-left: 6px;
	margin-right: 0;
	color: #bf8914;
}
.add-year {
	width: 300px;
	margin-top: 10px;

	font-size: 12px;
	font-weight: normal;
}
.submit-year{
	background:none ;
	border: none;
}
.add-year-btn{
	height: 23px;
	font-size: 12px;
	font-weight: normal;
}
.item-year-wrap{
	margin-top: 10px;
}
.list-items-year{
	margin-left: 31px;
}
.list-items-year{
	list-style: none;
	font-size: 11px;
	color: #45515b;
}
.list-items-year span{

	color: #6d96b9;
}
.yearshowhide{
	color: #6d96b9;
	font-size: 16px;
}
.article-title{
	color: #3c5780;
	font-size: 20px;
}
.add-content{
	color: #BB605E;
	font-size: 16px;
	margin-right: 5px;
}
a:hover{
	text-decoration: none;
}
.load-wrap{
	position: relative;
}
.loader-small {
	position: absolute;
	top: -28px;
	left: 0;
	width: 22px;
	height: 22px;
	background: url("/modules/home/client/img/gallery/loader.GIF");
	background-repeat: no-repeat;
}
.progress{
	height: 6px;
	margin: 8px 100px;
}

.file-url span, .file-url span a{
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: 14px;
	color: #0b58a2;
}
.smallIcon{
	height: 28px;
	margin-right: 10px;
}

.attachment {
	margin-top: 10px;
  border-top: 1px solid #8499ad;
}

.attachment i{
	margin-top: 5px;
	margin-right: 10px;
	color: #b34336;
	cursor: pointer;
}
.video-upload{
	width: 615px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.additional{
	background-color: #E8E8E8;
}
.addisbtn{
	margin-bottom: 5px;
}


