/**
 * Cms module style
 * @project cms
 * @author Christoffer Niska <christoffer.niska@nordsoftware.com>
 * @copyright 2011, Nord Software Ltd
 * @license New BSD License
 * @cssdoc version 1.0-pre
 */

.cms .form-node,
.cms .form-content,
.cms .form-page-settings {
	margin-bottom: 20px;
}

.cms .update-link {
	margin: 10px 0;
}

.cms .markItUp {
	width: 640px !important;
}

.cms .markItUpEditor {
	width: 628px !important;
}

.cms .pull-left {
	float: left;
}

.cms .pull-right {
	float: right;
}

.cms .tags {
	background-color: #eee;
	margin-top: 10px;
	padding: 20px;
	width: 600px;
}

.cms .tags ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/*
	Blueprint style
*/

.cms.bp input[type="text"] {
	width: 300px;
}

.cms.bp textarea {
	width: 620px;
}

.cms.bp .ui-widget {
	font-size: inherit;
}

.cms.bp .cms-content {
	padding: 20px 0 20px 20px;
}

.cms.bp .cms-sidebar {
	padding: 20px;
}

.cms.bp .markItUp {
	width: 615px !important;
}

.cms.bp .markItUpEditor {
	width: 613px !important;
}

.cms.bp .tags {
	width: 585px;
}

/*
	Bootstrap theme style
*/

.cms.boot form {
	margin: 0 0 0 -20px;
}

.cms.boot .cms-content {
	border-right: 1px solid #ccc;
	padding: 20px 0 0 20px;
}

.cms.boot .cms-sidebar {
	padding: 20px 20px 0 0;
}

.cms.boot .tags {
	margin-bottom: 0;
}

.cms.boot .grid-view {
	margin-bottom: 20px;
}

.cms.boot .actions {
	border-radius: 0 0 0 6px;
	-moz-border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	margin-bottom: 0;
}

.image-attachment {
    padding: 5px;
    margin: 5px;
    margin-bottom: 40px;
    margin-top: 12px;
    border: #bbbbbb 2px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    width: 100px;
    height: 100px;
    text-align: center;
    position: relative;
}

.image-attachment img {
    max-height: 100px;
    max-width: 100px;
}

.image-attachment-name {
    font-size: 10px;
    position: absolute;
    top: -20px;
    left: -1px;
	width: 110px;
}

.image-attachment-delete {
    position: absolute;
    top: -20px;
	right: 0px;
}

.image-attachment-details {
    font-size: 10px;
    position: absolute;
    bottom: -33px;
    left: -1px;
}

.image-attachment-details input {
    width: 100px;
    height: 12px !important;
    font-size: 10px !important;
    
}

.inline-label
{
	float: left;
	margin: 0px 5px 5px 5px;
}

.radio-image
{
	border: 2px solid rgb(255, 163, 0);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.cms-content-section
{
	border: 1px dashed rgb(221, 221, 221);
}

.cms-content-section input[type=text]
{
	width: 20px !important;
	height: 20px;
	padding: 0px 3px 0px 3px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	float: right;
}

.node-branch
{
	margin-left: 20px !important;
}