﻿storer {
    background-color: red;
    display: inline-block;
    padding: 1px 5px;
    font-size: 11px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-family: monospace;
}

.btn-round-none {
    border-radius: 0px 0px 0px 0px !important;
    -moz-border-radius: 0px 0px 0px 0px !important;
    -webkit-border-radius: 0px 0px 0px 0px !important;
}

.btn-round-noleft {
    border-top-left-radius: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    border-bottom-left-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
}

.btn-round-noright {
    border-top-right-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    -moz-border-radius-topright: 0px !important;
    border-bottom-right-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
}

.row{
    margin-bottom:10px;
}


.inputtable .grouprow{
    margin-bottom:0;
}

.inputtable .input-label.disabled{
    color: #BCBCBC;
}

.input-label{
    display: block;
}

.inputtable hr{
    margin:0;
}

.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    max-height: 575px;
}

.focused {

}

.focused .focus{
    background-color: navy !important;
    color: white !important;
}

.focused .cursor{
    background-color: #3d3d3d!important;
}

.inputText{
    font-weight:bold;
    white-space:nowrap;
}

.disabled .inputText{
    color: #BCBCBC;
}

.disabled.inputText{
    color: #BCBCBC;
}


.has-error .inputText {
    color: #a94442;
}

.has-error.inputText {
    color: #a94442;
}

.has-error label {
    color: #a94442;
    font-weight: bold !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.panel-body {
    padding: 5px;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.input-group.enabled input[type=text] {
    background-color:white!important;
}

label span.disabled  {
    color: #BCBCBC;
}

.no-padding-left{
    padding-left:0;
}

.has-modifications{
    border-left: 2px dotted red;
}

.ddhover{
    border: 2px solid gray;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/*.nav-tabs li.has-error {
    font-weight:bold;
    color:red;

}

.nav-tabs li.has-error a{
    font-weight:bold;
    color:red;

}*/

.markup-viewer {
    font-family: Arial;
}

.markup-viewer td {
	padding-left: 4px;
}

.markup-viewer table {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333;
	border-width: 1px;
	border-color: #666;
	border-collapse: collapse;
    margin-bottom: 8px;
}

.markup-viewer table th,
.markup-viewer table td {
	padding: 4px;
}

.markup-viewer .content th,
.markup-viewer .content td {
	border-width: 0;
	padding: 4px 8px;
	border-style: solid;
	border-color: #666;
	background-color: #FFF;
}

.markup-viewer .colcontent th,
.markup-viewer .colcontent td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666;
	background-color: #FFF;
}

.markup-viewer table.content {
    display: block;
    overflow-x: hidden;
}

.markup-viewer table.content th {
    color: gray;
    font-size: 16px;
    font-weight: 900;
}

.btn-group-xs>.btn, .btn-xs {
    padding: 2px 10px!important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    height: auto!important;
}

.markup-viewer table.colcontent td:first-child {
    background-color: #dedede;
}

.has-error.grouprow {
    border:none;
}

.has-error.grouprow  > .panel-heading {
    background:#a94442 !important;
    background-image:none;
}


.radiogroup > label{
    font-weight:normal;
    margin-right:4px;
}

table .col-xs-nowidth{
    width:inherit;
    float:left;
}

.item-row-components .inputtable {
    background:none;
}

.item-row-components .row {
    margin-bottom: 0;
}

.item-row-components-row {
    border:none !important;
}

.compact-table{
    width: 100%;
    line-height: 1.5;
}

.full-width{
    width: 100%;
}

.full-padding{
    padding:4px;
}

.gs-fileGallery small {
    overflow-wrap: break-word;
}


@media (min-width: 1024px) {
    .modal-xl {
        width: 1000px; 
    } 
}

.spellArea{
    padding-top: 6px;
    margin: 5px 0 10px 0;
    line-height: 21px;
}

.spell{
    font-size: 18px;
}

.img-initial {
    max-height: initial;
    max-width: initial;
}

.table_tile_row .thumbnail .caption p, 
.table_tile_row .thumbnail .caption h4{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}


.table_tile_row .thumbnail input[type=checkbox] {
    margin:0;
}

.mode-advanced{
    background-color: #F5F5F5;
}

.mode-advanced.first {
    border-top:1px solid silver;
}

.mode-advanced.last {
    border-bottom:1px solid silver;
}

div[gs-plugin='gsCheckBox'] label
{
    margin-bottom:0px!important;
}

.datepicker-days tr .day.dayIsInForeTime{
    background-color: #F5F4EF;
    color: #CCCBC6;
    border-radius:0px;
}

.datepicker-days tr .day.today{
    background-color:#23A537;
}

.datepicker-days tr .day.today:hover{
    background-color:#22E640!important;
}

/*
    Three Sixty
*/

.threesixty ol, .threesixty ul {
	list-style: none;
}

.threesixty  {
	width: 500px;
    height: 500px;
}

/*
	Sets the style of the image slider wrapper <div> to be centered horizontally and vertically.
	It also sets its default dimensions and the overflowing hidden (to fix the IE image positioning bug).
*/
.threesixty {
	/*position:absolute;*/
	/* This one fixes the IE positioning bug */
	overflow:hidden;
	width:540px;
	height:540px;
	/*margin-left:-480px;
	margin-top:-270px;*/
}

.threesixty ol, .threesixty ul {
	list-style: none;
}

/*
	Makes the image slider invisible by default
*/
.threesixty_images {
	display: none;
}
/*
	Sets every image in the slider to be absolute positioned and dynamically sized.
*/
.threesixty img {
	position:absolute;
	top:0;
    cursor: pointer;
}
/*
	Sets the style of the visible current frame of the image slider animation
*/
.current-image {
	visibility:visible;
	/*width:100%;*/
}
/*
	Sets the style of the visible "previous" frame of the image slider animation
*/
.previous-image {
	visibility:hidden;
	width:0;
}
/*
	Sets the dimensions of the CanvasLoader placeholder <div>, it also centeres it horizontally and vertically inside the wrapper and makes it invisible by default
*/
#spinner {
	position: absolute;
    left: 50%; 
    top: 50%; 
    width: 70%;
    height: 20px;
    font-size: 90px;
     margin-left: -45px; 
     margin-top: -50px; 
    display: none;
}

#spinner span {
    text-align: center;
    position: absolute;
    left: 19px;
    top: 56px;
    font-size: 14px;
    width: 40px;
}

.subtable td {
    padding-left: 4px;
    padding-right: 4px;
    vertical-align: top;
}

.visible-xxs,
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
  display: none;
}

tr.visible-xxs {
  display: none;
}

th.visible-xxs,
td.visible-xxs {
  display: none !important;
}

.hidden-xxs {
  display: block;
}

tr.hidden-xxs {
  display: table-row;
}

th.hidden-xxs,
td.hidden-xxs {
  display: table-cell;
}

@media (max-width: 450px) {
  .visible-xxs {
    display: block !important;
  }
  .visible-xxs-inline {
    display: inline !important;
  }
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
  .visible-xxs-block {
    display: block !important;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }

  .hidden-xxs {
    display: none !important;
  }
  tr.hidden-xxs {
    display: none !important;
  }
  th.hidden-xxs,
  td.hidden-xxs {
    display: none !important;
  }

}


.thumbnail.selectableThumbnail{
    border:2px solid transparent;
}

.thumbnail.selectableThumbnail.active{
    border:2px solid black;
}

.inputtable .validation {
    display:none;
    padding: 0px;
    margin-top: 4px;
    margin-bottom:4px;
    font-weight:bold;
    color: #a94442;
}

.inputtable .has-error .validation{
    display:block!important;
}

.item-sub-row{
    background-color: #222222;
    color: white;
}

.table-hover>tbody>tr.item-sub-row:hover{
    background-color: #222222;
    color: white;
}


.table-striped>tbody>tr.item-sub-row:nth-of-type(odd){
    background-color: #222222;
    color: white;
}

.item-sub-row .image-item-box-wrapper .image-item-box
{
    position:relative;
    padding-bottom:10px;
    padding-right:5px;
    float:left;
}

.item-sub-row .image-item-box-wrapper .image-item-box > a > div
{
    border:2px solid transparent;
    overflow:hidden;
}

.item-sub-row .image-item-box-wrapper .image-item-box > a
{
    overflow:hidden;
}

.item-sub-row .image-item-box-wrapper .image-item-box.selected > a > div
{
    border:2px solid white;
}


.item-sub-row .image-item-box > a > div > input
{
    position:absolute;
    margin-top:0px;
    top:8px;
    cursor:pointer;
    left:8px;
}

small.inputHint {
    color:gray;
}

.seoContentSnippet h3 {
    color: #1a0dab;
    font-family:arial, sans-serif;
    font-size:18px;
    line-height:21.6px;
    padding-bottom:0px;
    margin-bottom:0px;
}

.seoContentSnippet cite {
    color: #006621;
    font-style: normal;
    line-height:18.2px;
}

.seoContentSnippet p {
    line-height: 1.4;
    margin:0px;
    word-wrap: break-word;
}

.displayNone {
    display: none!important;
}

.legend-item {
    display: inline-block;
}

/* Pinterest */

.item.pinterest.thumbnail{
    padding: 0px;
    margin-bottom: 0px;
}

.item.pinterest.thumbnail .clickable {
    cursor: pointer;
}

.item.pinterest.thumbnail .content{
    padding: 8px;
}

.item.pinterest.thumbnail h3{
    margin-bottom: 4px;
    font-size: 18px;
}

.item.pinterest.thumbnail p {
    margin-top: 4px;
    margin-bottom: 4px;
}

.item.pinterest.thumbnail .item-glyph {
    color: #cecece;
    font-size: 40px;
    right:8px;
    top:8px;
    position:absolute;
}

.item.pinterest.thumbnail .item-checkbox {
    position: absolute;
    left: 8px;
    top: 8px;
}

.item.pinterest.thumbnail .item-teaser {
    position: absolute;
    left: 0px;
    top: 32px;
    background-color: red;
    color: white;
    padding: 1px 10px 1px 10px;
    font-size: 12px;
}

.item.pinterest.thumbnail .item-status {
    background-color: #f2dede;
    padding: 6px 10px 6px 10px;
    width: 100%;
    text-align: center;
}

.item.pinterest.thumbnail .item-buttons {
    margin-top: 12px;
}


.item.pinterest.thumbnail .item-contextual {
    width: 100%;
    height: 4px;
}

.item.pinterest.thumbnail .pull-right {
    margin: 0px;
}


.item.pinterest.thumbnail .columns {
    font-size:12px;
}

.item.pinterest.thumbnail .columns .column-title {
    font-weight: bold;
}


.item.pinterest.thumbnail .columns td.column-text {
    padding-left: 4px;
}

.item.pinterest.thumbnail .item-description {
    color: gray;
}

.item.pinterest.thumbnail .zoom-image {
    right: 8px;
    top: 8px;
    position: absolute;    
}


/* Tiled */


.item.tiled .thumbnail {
    padding: 0px;
}

.tiled div.item.tiled {
    padding: 7px 7px 7px 7px;
}

.item.tiled .thumbnail .clickable {
    cursor: pointer;
}

.item.tiled .thumbnail {
    margin: 0px;
}

.item.tiled .thumbnail .content {
    padding: 8px;
}

.item.tiled .thumbnail h3 {
    margin-bottom: 4px;
    font-size: 18px;
}

.item.tiled .thumbnail p {
    margin-top: 4px;
    margin-bottom: 4px;
}

.item.tiled .thumbnail .item-glyph {
    color: #cecece;
    font-size: 40px;
    right: 8px;
    top: 8px;
    position: absolute;
}

.item.tiled .thumbnail .zoom-image {
    right: 8px;
    top: 8px;
    position: absolute;
}

.item.tiled .thumbnail .item-checkbox {
    position: absolute;
    left: 8px;
    top: 8px;
}

.item.tiled .thumbnail .item-teaser {
    position: absolute;
    left: 1px;
    top: 32px;
    background-color: red;
    color: white;
    padding: 1px 10px 1px 10px;
}

.item.tiled .thumbnail .item-status {
    background-color: black;
    color: white;
    padding: 1px 10px 1px 10px;
    width: 100%;
    text-align: center;
}

.item.tiled .thumbnail .item-title {
    height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.item.tiled .thumbnail .item-description {
    height: 55px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: gray;
}

.item.tiled .thumbnail .item-buttons {
    margin-top: 12px;
}

.item.tiled .thumbnail .pull-right {
    margin: 0px;
}


.item.tiled .thumbnail .columns {
    font-size: 12px;
    margin-top: 8px;
}

.item.tiled .thumbnail .columns .column-title {
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.item.tiled .thumbnail .columns td.column-text {
    padding-left: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* TreeView */
.treeNode.list-group div.buttons{
    float:right;
    margin-left: 8px;
    margin-top: -4px;
}

.treeNode.list-group .list-group-item {
}

.treeNode.list-group .chevron {
    width: 16px;
    display: inline-block;
    cursor: pointer;
}

.treeNode.list-group .list-group-item.level_2 {
    padding-left: 20px;
}

.treeNode.list-group .list-group-item.level_3 {
    padding-left: 30px;
}

.treeNode.list-group .list-group-item.level_4 {
    padding-left: 40px;
}

.treeNode.list-group .list-group-item.level_5 {
    padding-left: 50px;
}

.treeNode.list-group .list-group-item.level_6 {
    padding-left: 60px;
}

.treeNode div.list-group-item:focus,
.treeNode div.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.treeNode .list-group-item a {
    color: #555;
    text-decoration: none;
}

.treeNode .list-group-item.active a {
    font-weight: bold;
}

.treeNode .list-group-item.ddhover a{
    border: 1px solid gray !important;
}

.row.pagesections {
    margin-bottom: 0px;
}

.row.pagesections .badge {
    font-weight: normal;
}

.row.pagesections .btn {
    padding: 2px 4px;
    color: silver;
}

.row.pagesections .btn:hover {
    text-decoration: none;
    color:black;
}


.row.pagesections .btn.active {
    font-weight: bold;
    color:black;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .inputText {
        padding-right:6px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}


.modal-footer {
    display:block!important;
    text-align:right;
}

.pull-left {
    float:left;
}

.pull-right {
    float:right;
}


.modal-dialog .modal-header h4 {
    display:inline;
}

table table tbody tr:nth-of-type(odd) {
    background-color:transparent!important;
}

.combined-plus-minus-input {
    height: 32px !important;
    text-align: center !important;
}