﻿body {
}
.clearfix {
	clear: both;
}
.content-thumbnail {
	width: 300px;
	height: 178px;
	float: left;
	border: solid;
	border-width: thin;
	margin: 5px;
	padding: 5px 5px 5px 145px;
	background-color: white;
	border-color: #888;
	position: relative;
}
.publish-content-thumbnail {
	width: 150px;
	height: 110px;
	float: left;
	border: solid;
	border-width: thin;
	margin: 5px;
	padding: 5px;
	background-color: white;
	position: relative;
}
.published-content-stats {
	background-color: #888888;
	height: 100px;
	bottom: 0;
}
.publish-stats-contentUrl-label {
	float: left;
	padding-right: 5px;
}
.publish-stats-content-url {
	float: left;
	width: 80%;
}
.publish-stats-url-container {
	padding: 5px;
}
.publish-drop-destination {
	border: 1px solid PowderBlue;
	min-height: 400px;
	background-color: cornflowerblue;
}
.publish-drop-area {
	min-height: 500px;
}
.name-thumbnail {
	font-weight: bold;
}
.thumbnail-image {
	max-width: 120px;
	width: 100%;
	max-height: 110px;
	position: absolute;
	top: 13px;
	left: 10px;
	box-shadow: 4px 3px 3px #888888;
	cursor: pointer;
}
.publish-thumbnail-image {
	width: 60px;
	max-height: 55px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	box-shadow: 4px 3px 3px #888888;
	cursor: pointer;
}
.pl-local-content-container {
	height: 700px;
}
.publish-section-thumbnail-image {
	z-index: 1000;
}
/*------------- Styles.cshtml ---------------*/
#editor {
	position: relative;
	top: 20px;
	right: 0;
	bottom: 0;
	left: 0;
	float: left;
	height: 500px;
	margin: 4px;
	width: 100%;
}
.style-name, .style-description, .preset-name, .preset-description {
	width: 25%;
}
.style-name-label, .style-description-label, .preset-name-label, .preset-description-label {
	width: 90px;
	display: inline-block;
	float: left;
}
.main-content-wrapper {
	margin: 10px;
}
.editor-widget {
	width: 75%;
	height: 80%;
	min-height: 800px;
	float: left;
}
.editor-conrols-ace-editor {
	position: relative;
	height: 100%
}
.editor-controls {
	float: left;
	width: 75%;
}
.ace-editor-save-button {
	float: right;
}
.ace-editor-save-button-icon {
	float: right;
	margin-right: 5px;
}
.ace-editor-cancel-button {
	float: right;
	margin-right: 10px;
}
.styles-widget {
	width: 20%;
	float: right;
	margin-left: 10px;
	height: 700px;
}
.style-list-hover, .preset-list-hover {
	background-color: #DDEBF4;
}
.styles-list-container {
	overflow-y: scroll;
	height: 545px;
}
.selected-style, .selected-preset {
	background-color: #accfe5;
}
.error-message {
	color: red;
	font-size:12px;
}
.save-success-message {
	display: none;
	color: #6FB373;
	font-size: 12px;
}
.no-style-selected-message {
	display: none;
	color: red;
	font-size:12px;
}
.popup-container-div {
	width: 600px;
	height: 400px
}
/*------------- Index.cshtml ---------------*/

ul {
	list-style-type: none;
}
/*.green-itallic
    {
        font-weight: bold;
        font-style: italic;
        color: #27c827;
        background-color: #fff;
        border-color: #9a0909;
    }

    .green-itallic:hover
    {
        font-weight: bold;
        font-style: italic;
        color: #0f0;
        background-color: #eee;
        border-color: #bdbdbd;
    }*/

li {
	cursor: pointer;
}
/*.red-bold
    {
        font-weight: bold;
        color: #f00;
        background-color: #fff;
        border-color: #9a0909;
    }

    .red-bold:hover
    {
        font-weight: bold;
        color: #f00;
        background-color: #e2e2e2;
        border-color: #bdbdbd;
    }

    .btn
    {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }*/

.image-select-panel-heading {
	cursor: move;
}
.image-select-panel {
	overflow-y: auto;
	display: none;
	width: 700px;
	height: 500px;
	position: absolute;
	top: 25%;
	left: 25%;
	z-index: 10;
}
.image-select-panel-body {
	position: relative;
}
.styles-header {
	cursor: move;
}
.selected-image {
	border: 2px solid red;
}
.image-pannel-button {
	position: relative;
	bottom: 5px;
}
/*------------- Tools Pannel General Styles ---------------*/

.tools-pannel-button-wrapper {
	padding-top: 15px;
}
/*------------- Styles Pannel ---------------*/

.custom-styles-panel {
	/*float: left;
    width: 250px;*/
	height: 420px;
}
.styles-select-container {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 380px;
}
.style-selector-container {
	padding: 4px !important;
}
.style-selector {
	max-height: 40px;
	overflow: hidden;
}
.styles-panel-styles-list {
	padding: 0 !important;
}
/*---------------Images pannel-----------------*/
.image-style-select {
	background-color: blue;
}
/*.image-container-div{
    background-color:blue;
}*/


/*------------- Styles Pannel ---------------*/
.images-selector-container-scroll {
}
/*------------- Preview Templates ---------------*/


.dpc-template-preview-container {
	display: none;
	width: 768px;
	height: 1024px;
	position: absolute;
	top: 25%;
	left: 25%;
}
.preview-templates-panel-body {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 984px;
}
.template-left-column {
	float: left;
	width: 45%;
	height: 500px;
	margin: 15px;
}
.template-right-column {
	float: left;
	width: 45%;
	height: 500px;
	margin: 15px;
}
/*------------- Preview Article iPad portrait---------------*/

.preview-article-on-device {
	width: 768px;
	height: 1024px;
	z-index: 10;
	position: absolute;
	top: 138px;
	left: 83px;
}
.content-iPad {
	width: 933px;
	height: 1402px;
	position: absolute;
	top: 0;
	left: 0;
}
.content-iPad-landscape {
	height: 933px;
	width: 1402px;
	position: absolute;
	top: 0;
	left: 0;
}
.article-content {
	background: #fff;
	padding: 10px
}
.device-iframe-container {
	background-color: #eee;
	width: 1024px;
	height: 768px;
	margin: 0 auto;
}
.template-button {
	width: 100px;
	height: 100px;
	margin: 2%;
	background-image: url(/Content/ckeditor/plugins/templates/templates/images/two-column-template.png);
	background-repeat: no-repeat;
}
.template-button-selected {
	box-shadow: 0px 0px 7px -1px;
	background-image: url(/Content/ckeditor/plugins/templates/templates/images/two-column-template-selected.png);
}
.template-button-container {
	margin: 2%;
	max-width: 120px;
	float: left;
}
.generate-content-input-element {
	float: left;
	margin-right: 20px;
}
/*------------- Editor Interface ---------------*/

.next-previous-article-buttons-container {
	float: right;
	margin-right: 10px;
}
.save-reset-article-buttons-container {
	float: left;
	margin-right: 10px;
}
/*------------- New Styles ---------------*/

.connectedSortable {
	position: inherit;
}
@font-face {
	font-family: 'source_sans_probold';
	src: url(/Content/Fonts/SourceSansPro-Bold-webfont.eot);
	src: url(/Content/Fonts/SourceSansPro-Bold-webfont.eot?#iefix) format('embedded-opentype'),  url(/Content/Fonts/SourceSansPro-Bold-webfont.woff2) format('woff2'),  url(/Content/Fonts/SourceSansPro-Bold-webfont.woff) format('woff'),  url(/Content/Fonts/SourceSansPro-Bold-webfont.ttf) format('truetype'),  url(/Content/Fonts/SourceSansPro-Bold-webfont.svg#source_sans_probold) format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'source_sans_prolight';
	src: url(/Content/Fonts/SourceSansPro-Light-webfont.eot);
	src: url(/Content/Fonts/SourceSansPro-Light-webfont.eot?#iefix) format('embedded-opentype'),  url(/Content/Fonts/SourceSansPro-Light-webfont.woff2) format('woff2'),  url(/Content/Fonts/SourceSansPro-Light-webfont.woff) format('woff'),  url(/Content/Fonts/SourceSansPro-Light-webfont.ttf) format('truetype'),  url(/Content/Fonts/SourceSansPro-Light-webfont.svg#source_sans_prolight) format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'source_sans_proregular';
	src: url(/Content/Fonts/SourceSansPro-Regular-webfont.eot);
	src: url(/Content/Fonts/SourceSansPro-Regular-webfont.eot?#iefix) format('embedded-opentype'),  url(/Content/Fonts/SourceSansPro-Regular-webfont.woff2) format('woff2'),  url(/Content/Fonts/SourceSansPro-Regular-webfont.woff) format('woff'),  url(/Content/Fonts/SourceSansPro-Regular-webfont.ttf) format('truetype'),  url(/Content/Fonts/SourceSansPro-Regular-webfont.svg#source_sans_proregular) format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'source_sans_prosemibold';
	src: url(/Content/Fonts/SourceSansPro-Semibold-webfont.eot);
	src: url(/Content/Fonts/SourceSansPro-Semibold-webfont.eot?#iefix) format('embedded-opentype'),  url(/Content/Fonts/SourceSansPro-Semibold-webfont.woff2) format('woff2'),  url(/Content/Fonts/SourceSansPro-Semibold-webfont.woff) format('woff'),  url(/Content/Fonts/SourceSansPro-Semibold-webfont.ttf) format('truetype'),  url(/Content/Fonts/SourceSansPro-Semibold-webfont.svg#source_sans_prosemibold) format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background: #fff;
}
.navbar {
	background-color: #81c0c7;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.navbar #logo, .navbar #top-panel {
	background: none;
}
.navbar #logo {
	background: url(/Content/images/logo.png) 0 0 no-repeat;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	margin: 10px 0 5px 0;
	width: 222px;
	height: 54px;
}
.navbar #top-panel {
	height: 15px;
	left: 14.8%;
	bottom: -28px;
	width: 20px;
	position: absolute;
	z-index: 2;
}
.navbar #top-panel .show-sidebar {
	background: url(/Content/images/menu.png) 0 0 no-repeat;
	height: 15px;
	width: 20px;
}
.navbar .show-sidebar i {
	display: none;
}
#breadcrumb {
	background: none;
	background-color: #557d82;
	color: #fff;
	font-family: 'source_sans_prolight';
}
.breadcrumb > li > a:hover, .breadcrumb > li:last-child > a, .breadcrumb > li > a {
	color: #fff;
}
.breadcrumb > li + li:before {
	color: #fff;
	content: '>';
}
#breadcrumb .dinamic-breadcrumbs-container, #breadcrumb .navigation-breadcrumbs-container {
	display: inline-block;
}
.breadcrumb {
	display: none;
}
.dinamic-breadcrumb {
	display: inline-block;
}
#tabs .ui-widget-header {
	background: #557d82;
	border: none;
	padding-top: 11px;
	padding-left: 10px;
	padding-right: 10px;
	max-height: 40px;
}
#tabs .ui-widget-header li a {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #000101;
	font-family: 'source_sans_prolight';
	overflow: hidden;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	background: #d4d4d4;
}
.ui-tabs .ui-tabs-panel {
	margin-left: 10px;
	margin-right: 10px;
}
.ui-tabs .ui-tabs-panel .nav a {
	background: none;
	color: #000;
	font-family: 'source_sans_proregular';
	margin: 0 15px;
	min-height: inherit;
	padding: 5px 10px;
}
.ui-tabs .ui-tabs-panel .nav a:hover {
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #000;
}
#tree {
	background: none !important;
}
ul.fancytree-container {
	background: none !important;
	border: none !important;
}
#main {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin-top: 69px !important;
}
#content {
	background-color: #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#sidebar-left {
	background: none;
	background-color: #d4d4d4;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#sidebar-left.col-sm-2 {
	padding: 0;
}
.fancytree-node span.fancytree-icon, .fancytree-node span.fancytree-icon:hover, .fancytree-node span.fancytree-icon:active, .popup-tags ul li:hover span.fancytree-icon {
	background: url(/Content/images/folder.png) 0 0 no-repeat;
	margin-top: 3px;
}
.fancytree-has-children span.fancytree-icon,
.fancytree-has-children.fancytree-ico-cf span.fancytree-icon, .fancytree-has-children.fancytree-ico-cf span.fancytree-icon:hover, .fancytree-has-children.fancytree-ico-cf span.fancytree-icon:active, .popup-tags ul li .fancytree-has-children span.fancytree-icon, .popup-tags ul li:hover .fancytree-has-children span.fancytree-icon {
	background: url(/Content/images/folder-second.png) 0 0 no-repeat !important;
}
#main-content .inner-content {
	clear: both;
	overflow: hidden;
}
/* Popup Styles*/

.fancybox-skin {
	padding: 10px 8px 0 8px !important;
	border: #525252 1px solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff;
}
.popup-tags {
	min-height: 600px;
	padding: 5px;
	width: 100%;
}
.popup-tags h2 {
	background-color: #f5f5f5;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: #e4e4e4 1px solid;
	color: #000101;
	font-family: 'source_sans_proregular';
	font-size: 18px;
	line-height: 20px;
	padding: 9px 10px 7px 10px;
}
.popup-tags h4 {
	color: #525252;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px !important;
	font-weight: bold;
	line-height: 14px;
	margin: 0;
	padding: 0 0 5px 0;
}
.popup-tags .form-line {
	margin-bottom: 8px;
}
.popup-tags .pane {
	background-color: #fcfcfc;
	border: #e4e4e4 1px solid;
	border-top: none;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin: 0 0 15px 0;
	padding: 15px 8px 6px 8px;
	clear: both;
	overflow: hidden;
}
.popup-tags label {
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	margin: 0 5px 0 0;
}
.popup-tags .current-tags label {
	text-transform: uppercase;
}
.popup-tags .column {
	float: left;
	margin: 0 65px 0 5px;
	width: 40%;
}
.popup-tags .parentSortable, .tags-panel .parentSortable {
	border: none;
}
.popup-tags .tag-tree ul, .popup-tags .tag-tree ul:active, .popup-tags .fancytree-focused, .fancytree-treefocus,  .tags-panel ul.ui-fancytree {
	background: none;
	border: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	outline: none;
}
.popup-tags .tag-tree ul li, .tags-panel ul.ui-fancytree li {
	background: none;
	border: none;
	max-width: 100%;
}
.popup-tags .tag-tree ul li:hover,  .tags-panel ul.ui-fancytree li:hover {
	background: none;
	border: none;
}
.popup-tags .tag-tree ul li:hover li:hover, .popup-tags .tag-tree ul li:active li:active {
	background: none;
	padding: 0 !important;
	margin: 0 !important;
}
.popup-tags .tag-tree .ui-fancytree {
	background: #fff !important;
	border: #e4e4e4 1px solid !important;
	margin-bottom: 7px !important;
	padding: 15px 0 !important;
	max-height: 390px;
}
.popup-tags .tag-tree .fancytree-node span.fancytree-icon, .popup-tags .tag-tree .fancytree-node span.fancytree-icon:hover,  .popup-tags .tag-tree .fancytree-node span.fancytree-icon:active, .popup-tags .tag-tree .popup-tags ul li:hover span.fancytree-icon {
	margin-top: 4px !important;
}
.popup-tags .tag-tree .second-column .fancytree-node span.fancytree-icon, .popup-tags .tag-tree .second-column .fancytree-node span.fancytree-icon:hover,  .popup-tags .tag-tree .second-column .fancytree-node span.fancytree-icon:active, .popup-tags .tag-tree .second-column .popup-tags ul li:hover span.fancytree-icon,  .tags-panel ul.ui-fancytree .column .fancytree-node span.fancytree-icon, .tags-panel ul.ui-fancytree .column .fancytree-node span.fancytree-icon:hover, .tags-panel ul.ui-fancytree .column .fancytree-node span.fancytree-icon:active, .tags-panel ul.ui-fancytree .column ul li:hover span.fancytree-icon {
	margin-top: 3px !important;
}
.popup-tags .tag-tree .fancytree-exp-cl span.fancytree-expander, .popup-tags .tag-tree .fancytree-expanded span.fancytree-expander, .tags-panel ul.ui-fancytree .fancytree-exp-cl span.fancytree-expander, .tags-panel ul.ui-fancytree .fancytree-expanded span.fancytree-expander {
	margin-top: 2px;
}
.popup-tags .tag-tree ul li .fancytree-node,  .tags-panel ul.ui-fancytree li .fancytree-node {
	background: inherit !important;
	margin: 0 !important;
	padding: 0 !important;
}
.popup-tags .tag-tree ul li .selectList,  .popup-tags .tag-tree ul li .fancytree-node:hover, .popup-tags .tag-tree ul li .fancytree-lastsib:hover, .popup-tags .tag-tree .second-column ul li .fancytree-focused {
	border: none;
	padding: 1px !important;
}
.popup-tags .tag-tree .second-column ul li, .popup-tags .tag-tree .second-column ul li:hover ul li {
	padding: 1px 0 1px 14px !important;
	margin: 0 !important;
}
.popup-tags .tag-tree ul li .fancytree-title, .tags-panel ul.ui-fancytree li .fancytree-title {
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	margin-right: 10px;
}
.popup-tags .tag-tree ul li .fancytree-title .form-line, .tags-panel ul.ui-fancytree li .fancytree-title .form-line {
	margin-bottom: 0;
}
.popup-tags .tag-tree ul:hover, .popup-tags .tag-tree ul li:hover, .popup-tags .tag-tree ul:active, .popup-tags .tag-tree ul li:active,  .tags-panel ul.ui-fancytree:hover, .tags-panel ul.ui-fancytree li:hover, .tags-panel ul.ui-fancytree:active, .tags-panel ul.ui-fancytree li:active {
	outline: none;
}
.popup-tags .tag-tree .ui-fancytree li:active, .popup-tags .tag-tree .ui-fancytree li:hover,  .tags-panel ul.ui-fancytree li:active, .tags-panel ul.ui-fancytreeli:hover {
	border: none !important;
}
.popup-tags .btn {
	margin-bottom: 0;
	padding: 1px 10px;
}
.popup-tags .btn-orange {
	background-color: #f07f17;
	border-color: #f3821e;
	color: #f8f8f8;
}
.popup-tags .btn-orange:hover {
	background-color: #dd700c;
	color: #f8f8f8;
}
.popup-tags .clearfix {
	clear: both;
	overflow: hidden;
}
.popup-tags .tag-tree, .popup-tags .tag-tree .column, .popup-tags .tag-tree ul {
	position: relative;
}
.popup-tags .btn-edit {
	background: none;
	background: url(/Content/images/icon-edit.png) 0 0 no-repeat;
	border: none;
	display: inline-block;
	font-size: 0;
	margin: -1px 0 0 0;
	padding: 0;
	text-indent: -9999px;
	outline: none;
	width: 12px;
	height: 12px;
	vertical-align: middle;
}
.popup-tags .btn-delete, .deleteButtonNode {
	background: none;
	background: url(/Content/images/icon-delete.png) 0 0 no-repeat;
	border: none;
	display: inline-block;
	font-size: 0;
	margin: -1px 0 0 0;
	padding: 0;
	text-indent: -9999px;
	outline: none;
	width: 12px;
	height: 12px;
	vertical-align: middle;
}
.deleteButtonNode {
	margin-left: 5px;
}
.popup-tags .tag-rename-text-input, .popup-tags #TagName {
	color: black;
	text-indent: 3px;
}
.popup-tags .column .fancytree-title {
	background: #fff;
}
.popup-tags .column .fancytree-title input {
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
}
.popup-tags .column .fancytree-title .btn {
	font-size: 10px;
	line-height: 12px;
	padding: 3px 4px;
}
.popup-tags .fancytree-exp-cl span.fancytree-expander,
.popup-tags span.fancytree-empty, .popup-tags span.fancytree-vline, .popup-tags span.fancytree-expander, 
.popup-tags span.fancytree-checkbox, .popup-tags span.fancytree-radio, .popup-tags span.fancytree-drag-helper-img, 
.popup-tags #fancytree-drop-marker {
	background-image: url("./fancytree-master/src/skin-lion/icons.gif");
	background-position: 0px -96px;
	background-repeat: no-repeat;
}
.popup-tags .fancytree-exp-el span.fancytree-expander, .popup-tags .fancytree-exp-edl span.fancytree-expander,
.popup-tags .fancytree-exp-e span.fancytree-expander, .popup-tags .fancytree-exp-ed span.fancytree-expander {
	background-image: url("./fancytree-master/src/skin-lion/icons.gif");
	background-position: -32px -95px;
	background-repeat: no-repeat;
}
.tags-panel .panel-body {
	padding: 0;
}
.tags-panel .panel-body .selected-tags-article-level {
	background: #fff !important;
	border: #557d82 1px solid !important;
	margin-bottom: 7px !important;
	padding: 15px 0 !important;
	overflow: auto;
}
.tags-panel .panel-body .add-remove-tags, .tags-panel .panel-body .apply-last-modified-article-tags {
	margin: 0 5px 5px 0;
}
.tags-panel ul.ui-fancytree {
	padding: 0 15px;
}
.tags-panel ul.ui-fancytree li .fancytree-node {
	border:none;
}
.tags-panel .ul.fancytree-container, .tags-panel ul.ui-fancytree {
	overflow: visible !important;
}

/* Edit for the article */
.cleared-styles {
	clear: both;
	overflow: visible;
}
#main {
	margin-top: 0 !important;
	padding-top: 69px !important;
	min-height: 954px !important;
	overflow: visible;
}

.content-thumbnail .list-group {
	margin-left: -140px;
}
.content-thumbnail .list-group  a.list-group-item-info {
	color: #fff;
}
.content-thumbnail .list-group .list-group-item-info {
	background-color: #557d82;
}
.content-thumbnail .list-group .list-group-item {
	padding: 6px 15px !important;
}
h4.name-thumbnail {
	font-size: 16px;
	line-height: 18px;
}
.btn {
	background: none;
	border: none;
	background: #557d82;
	border: none;
	color: #f8f8f8;
	font-weight: normal;
}
#tools-tabs .box-content .btn {
	font-size: 12px;
	color: #f8f8f8 !important;
}
.content-thumbnail .btn {
	bottom: 0;
	left: 10px;
	padding: 3px 10px;
	position: absolute;
}
.btn:hover, .btn:active ,
.content-thumbnail .list-group .list-group-item-info:hover, .content-thumbnail .list-group .list-group-item-info:active {
	background: #6ba3a9;
}
#prev-article, #next-article-button, #prev-article:hover, #next-article-button:hover {
	background: none;
	border: none;
	color: #000;
	padding: 0;
	margin: 0 0 0 5px;
}
#prev-article:hover, #next-article-button:hover, #prev-article:active, #next-article-button:active {
	text-decoration: underline;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
}
.cke_bottom {
	background: #557d82 !important;
}
.cke_chrome {
	border-color: #557d82 !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.content-thumbnail .image-wrapper {
	box-shadow: 4px 3px 3px #888888;
	display: block;
	height: 150px;
	left:10px;
	overflow: hidden;
	position: absolute; 
	text-align: center;
	top: 10px;  
	width: 120px;   
}
.content-thumbnail .image-wrapper .thumbnail-image {
	box-shadow: none !important;
	width: auto !important;
	min-width: 121px !important;
	max-width: inherit !important;
	height: inherit !important;
	min-height: 100% !important;
	max-height: inherit !important;
	margin: 0 auto;
	top: 0 !important;
	left: -50% !important;
	right: -50%;
	bottom: 0;
	position: absolute !important;
}
.content-thumbnail {
	height: 215px;
}
#tools-tabs .ui-tabs-nav {
	background: #557d82 !important;
	border: none  !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	margin: -15px -15px 0 -17px;
	padding: 15px 15px 0 15px;
	position: relative;
}
#tools-tabs .ui-tabs-nav li {
	background: none !important;
	border: none !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}
#tools-tabs .ui-tabs-active {
	margin-bottom: -1px !important;
}
#tools-tabs .ui-tabs-nav .ui-tabs-anchor {
	background: #557d82 !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	color: #fff;
	font-family: 'source_sans_prolight' !important;
	padding: 3px 8px !important;
	overflow: hidden !important;
}
#tools-tabs .ui-tabs-nav .ui-tabs-anchor:hover {
	text-decoration: underline;
}
#tools-tabs .ui-tabs-active .ui-tabs-anchor {
	background: #fcfcfc !important;
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
	-moz-border-radius-topleft: 5px !important;
	-moz-border-radius-topright: 5px !important;
	-webkit-border-top-left-radius: 5px !important;
	-webkit-border-top-right-radius: 5px !important;
	color: #000101 !important;
	padding-bottom: 4px !important;
}
#tools-tabs .ui-tabs-active .ui-tabs-anchor:hover {
	text-decoration: none;
}
#tools-tabs .ui-widget-content {
	border: none;
}
#tools-tabs .ui-tabs .tags-panel, #tools-tabs {	
	background: #fcfcfc;
	border: none !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
#tools-tabs .panel-body {
	background: #fff;
	border: #557d82 1px solid;
	margin: 0 -15px;
	position: relative;
}
#tools-tabs .add-remove-tags-panel-wrapper {
	border: none !important;
	background: #fcfcfc !important;
}
#tools-tabs .tools-pannel-button-wrapper {
	background: none !important;
	border: none !important;
	margin: 0 -15px;
	position: relative;
}
#tools-tabs .images-panel-generic-image-styles-list, #tools-tabs .images-panel-image-styles-list {
	padding: 0;
}
#tools-tabs .generic-image-style-select-contaoner, #tools-tabs .image-style-select-contaoner {
	margin-bottom: 10px !important;
}

/*.cke_wysiwyg_frame {
	display: inline-block;
	height: 50px !important;
	width: 50px !important;
	overflow: hidden;
	clear: both;
}*/

.tools-tab-panel-heading{

}


.not-active {
   pointer-events: none;
   cursor: default;
}

.header-right-user-account-container{
    
    float: right;
    margin-right:10px;
}

.header-right-user-account-container  .navbar-nav > li > a {
    color: #fff;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

.header-right-user-account-container  .navbar-nav > li > a:hover,
.header-right-user-account-container  .navbar-nav > li > a:active,
.header-right-user-account-container  .navbar-nav > li > a:focus{
    color: #000;
}

.logout-text {
    color: #fff;
}

.logout-text:visited {
    color: #fff;
}