.DXOTableCell {
    display: table-cell;
}
.modal-content .form-group {
    border: none;
}
.note-editor .dropdown-menu {
    position: absolute;
    top: auto;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
label.container-radio, label.container-checkbox {
    font-weight: normal
}
button[disabled]{
    opacity: 0.4 !important;
    cursor:not-allowed !important;
    pointer-events: none !important;
}
.docxnav li {
    white-space: nowrap;
}
.docxnav-tabs li:first-child {
    margin-left: 1px
}
.docxbotnav-tabs li:first-child {
    margin-left: 1px
}
.item-placeholder {
    border: 1px dotted #444;
    background-color: #ffd965;
    margin: 15px 15px 0 15px;
}

.grabber {
    font-size: 12px;
    color: #8eaadb;
}
.tabGeneralData {
    margin: 15px;
    padding: 10px;
    background-color: #f0f9fc;
    border: 1px dotted #ccccee;
    min-height: 22px;
}
.tabTools {
    float: right;
    width: 78px;
    opacity: 0.65;
}
.blockTools ul.dropdown-menu {
    margin-left: -156px;
    margin-bottom: 15px;
}

.barButton {
    font-size: 13px;
    color: #333;
}

.barButton button {
    font-size: 11px;
}

.wrench {
    display: inline-block;
    padding: 0px 3px 2px 3px;
    margin-right: 3px;
}

.disableElement {
    /*opacity: 0.9;*/
}
.disableColor {
    background-color: #999 !important;
}

.tabProcessor {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 780px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 12px 1px rgba(50, 50, 50, 0.75);
    background-color: #fff;
}
.contentBlock {
    margin: 15px 15px 0 15px;
}
.standardBlock {
    width: 100%;
    font-size: 13px;
}

.standardBlock td {
    vertical-align: top;
    padding: 3px 0;
}

.varBlock {
    padding: 0;
}
.varBlock td {
    padding: 0;
}

.blueColor {
    background-color: #8eaadb;
}

.greyColor {
    background-color: #eee;
}

.orangeColor {
    background-color: #c55a11;
}

.greenColor {
    background-color: #65a242;
}

.darkgreenColor {
    background-color: #054202;
} 

.lightgreenColor {
    background-color: #95cc82;
} 

.redColor {
    background-color: #b70000;
}

.burgundyColor {
    background-color:  #800020;
}

.tanColor {
    background-color: #938953;
}

.purpleColor {
    background-color: #ccaaff;
}

.darkPurpleColor {
    background-color: #8855bb;
}

.deepPinkColor {
    background-color: #FF1493;
}

.blackColor {
    background-color: #445;
}

.blueColor td {
    color: #f0f0f0;
}

.darkblueColor {
    background-color: #3366aa;
}

.greyColor td {
    background-color: #eee;
}

.orangeColor td {
    color: #f0f0f0;
}

.greenColor td {
    color: #f0f0f0;
}

.darkgreenColor td {
    color: #f0f0f0;
}

.lightgreenColor td {
    color: #333;
}

.redColor td {
    color: #f0f0f0;
}

.tanColor td {
    color: #f0f0f0;
}

.purpleColor td {
    color: #f0f0f0;
}

.darkPurpleColor td {
    color: #f0f0f0;
}

.deepPinkColor td {
    color: #f0f0f0;
}

.blackColor td {
    color: #fff;
}

.darkblueColor td {
    color: #fff;
}

.burgundyColor td {
    color: #fff;
}

.cellStd {
    text-align: center;
    width: 20px;
}

.varData {
    padding-left: 20px !important;
}
.descBlock {
    border: 1px dotted #ccc;
    border-top: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 30px 0 30px;
    background-color: rgba(222, 235, 246, 0.85);
    overflow: hidden;
}
.videoBlock {
    text-align: center;
}
.included {
    border: 1px dotted #ccc;
    border-top: none;
    margin-top: 0;
    padding: 2px 15px 15px 15px;
    background-color: rgba(222, 235, 246, 0.85);
}
.subBlock {
    margin: 6px 0;
}

.listInfoBallon {
    padding-left: 17px;
}

.fieldsetGroup {
    margin: 10px 0 5px 0;
}
.form-item {
    /*margin: 0 auto !important;*/
}

.plaintextarea {
    width: 100%;
    min-height: 80px;
    border: 1px solid #ccc;
}

/* Progress bar */
#fixedbar #progress {
    float: left;
    width: 200px;
    margin-top: 14px;
}

fixedbar #progressBarTool {
    border: 2px solid white;
    width: 150px;
    padding: 2px;
    float: left;
    margin-right: 6px;
}

fixedbar #progressValue {
    color: white;
    padding-left: 6px;
}
fixedbar #progressBar {
    height: 8px;
    width: 1%;
    background-color: white;
}

#widgetProgressBar {max-width: 760px; margin: 15px auto; padding: 2px 27px 30px 22px}
#widgetProgressBar #progress {
    float: left;
    width: 100%;
    margin-top: 14px;
}

#widgetProgressBar #progressBarTool {
    border: 1px solid #444;
    padding: 2px;
    width: 100%;
    float: left;
}

#widgetProgressBar #progressValue {
    color: #222;
    padding-left: 6px;
}
#widgetProgressBar #progressBar {
    color: #444;
    font-weight: 600;
    height: 19px;
    width: 1%;
    padding-bottom: 2px;
    padding-left: 4px;
    /*background-color: #88cc88;*/
    background-color: #f7a54a;
    white-space: nowrap;
    box-sizing: border-box !important;
}

.fsactive {
   /*overflow: auto;*/
}
.fshidden {
    display:none;
}
.clonneableGroup {
    border: 1px dotted #aaa;
    background-color: #f9f9f9;
    box-sizing: border-box !important;
    /*margin: 0 15px 7px 15px;*/
}

.plainGroup {
    border: 1px dotted #aaa;
    background-color: #f9f9f9;
    box-sizing: border-box !important;
    /*margin: 0 15px 7px 15px;*/
    padding-top: 10px;
}

.noGroup {
    padding-top: 0;
}

.noGroup > .fieldsetGroup {
    margin-top: 0;
    margin-bottom: 0;
}

.fieldsetDescription {
    margin-bottom: 6px;
}

.elementTip {
    margin-top: 4px;
    margin-bottom: 6px;
}

.elementHelp {
    margin-top: -10px;
    margin-bottom: 2px;
}

.clonneableGroup > div:nth-last-child(2) {
    /*display: none;*/
}
.tabElements > div:last-child {
    /*display: none;*/
}

.clonneableTools {
    float: right;
    height: 28px;
}
.clonneableBlock {
    padding-bottom: 4px;
    padding-top: 8px;
    margin-right: -7px;
}

.clonneableCounter {
    float: left;
}

.clonneableCounter span.blockCounter{
    font-weight: bold;
}

.groupHandler {
   text-align: center; 
}

.clonneableToolsBottom {
    margin-bottom: 20px;
    margin-left: 12px;
}

.imagePreview {
    margin-top: 6px;
}

.imageUpload {
    margin-top: 8px;
    margin-bottom: 8px;
}

.imageUpload img {
    max-width: 90%;
    box-shadow: 0px 0px 6px 1px rgba(50, 50, 50, 0.75);
    background-color: white;
}

.formComment {
    margin: 7px 15px 4px 15px;
}

.commentTitle {
    font-size: 14px;
}

.commentTitle:before {
  font-family: FontAwesome;
  content: "\f0e5";
  display: inline-block;
  padding-right: 5px;
}

.commentBody {
    
}

.formVideo {
    margin: 7px 15px 4px 15px;
}

.videoTitle {
    font-size: 14px;
}

.videoTitle:before {
  font-family: FontAwesome;
  content: "\f03d";
  display: inline-block;
  padding-right: 5px;
}

.videoBody {
    text-align: center;
}

.pictureTitle {
    display: none;
}

.formPicture {
    margin: 12px 18px;
}

.elementGroup {

}

.elementGroup div.note-editor {
    margin-bottom: 12px;
    background-color: #fff;
}

.formErrorMessage {
    display: none;
    margin-bottom: 5px;
    color: #b70000;
    font-style: italic;
}

.inputError {
    box-shadow: 0px 0px 10px 1px rgba(250, 50, 50, 0.85) !important;    
}

.inputWarning {
    box-shadow: 0px 0px 10px 1px rgba(250, 150, 50, 0.85) !important;    
}

.inputOK {
    box-shadow: 0px 0px 10px 1px rgba(50, 250, 50, 0.85) !important;    
} 

input[type="radio"]{
    vertical-align: bottom;
}

input[type="checkbox"]{
    vertical-align: bottom;
}

.choiceGroup {
    padding: 0 0 3px 10px;
}

.inputOtherOption {
    vertical-align: -3px !important;
}

.tabResponsiveImage {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
}

/* LIVE PREVIEW */
.leftFrameProps {
    width: 50%;
}
.leftFrameCollapsed {
    width: calc(100% - 24px);
}
.rightFrameProps {
    position: fixed;
    top: 46px;
    right:0; 
    width:50%;
    height: calc(100% - 46px); 
    z-index: 900;
}
.rightFrameCollapsed {
    position: fixed; 
    top: 46px;
    right:0; 
    width: 14px;
    height: calc(100% - 46px);
    z-index: 900;
}
.toggleDocView {
    text-align: center; 
    color: #fff; 
    font-size: 18px; 
    position: absolute; 
    height: 40px; 
    width:35px; 
    margin-top: 12px;
    background-color: #b70000; 
    opacity: 0.75
}
.toggleDocView span {
    line-height: 40px;
}
#closePreview {
}
#openPreview {
   right: 0;
   display: none;
}
#viewFrameContainer {
    margin: 10px; 
    height: calc(100% - 20px); 
    padding: 2px; 
    box-sizing: border-box
}
#viewDocFrame {
    width:100%; 
    height:100%
}

#refreshPreviewDocument {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 100000;
    color: #b70000;
}
#iframeLoader {
    width: 100%; 
    position: absolute; 
    text-align: center; 
    margin-top: 100px;
}
.iframeLoaderSpinner {
    color: #fff; 
    position: relative; 
    margin: 0 auto; 
    font-size: 24px; 
    line-height: 60px; 
    width:60px; 
    height: 60px; 
    border: 1px solid #555; 
    border-radius: 6px; 
    background-color: #777; 
    box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.45)
}

/* Secuential navigation */
.deckButtons {
    text-align: center;
    margin-top: 12px;
}
.deckButtons .nextButton {
    border: 1px solid #4cae4e;
    background-color: #4cae4e;
    color: #f0f0f0;
    margin: 0 6px;
    outline: none;
}
.deckButtons .nextButton:hover {
    border: 1px solid #3c9e3e;
    background-color: #3c9e3e;
    color: #fff;
}

.deckButtons .prevButton {
    border: 1px solid #4cae4e;
    background-color: #fff;
    color: #5cbe5e;
    margin: 0 6px;
    outline: none;
}
.deckButtons .prevButton:hover {
    border: 1px solid #4cae4e;
    background-color: #4cae4e;
    color: #fff;
}

/* fluid images */
.fluidImage img {
    width: 100%;
    height: auto;
}

/* Pinned menu */
.pinnedDocxpressoTabBar {
    width: 1020px !important;
}
.pinnedTabPanes {
    width: 1020px;
    margin: 0 auto;
}
.pinnedTabProcessor {
    margin: 0 0 0 220px;
}
.pinnedButtonMenu {
    display: none;
}
.pinnedMenu {
    max-width: 220px
}

#pinMenu {
    margin-bottom: 12px
}

@media (max-width: 768px) {
    /* Secuential navigation */
    .deckButtons {
        display: none;
    }
}
@media (max-width: 1024px) {
    .leftFrameProps {
        width: calc(100% - 24px);
    }
    .leftFrameCollapsed {
        width: calc(100% - 24px);
    }
    .rightFrameProps {
        /*right:0; 
        width:100%;
        height: calc(100% - 46px); */
        display: none;
    }
    .rightFrameCollapsed {
        position: fixed; 
        right:0; 
        width: 14px;
        height: calc(100% - 46px);
        z-index: 100000;
    }
    .toggleDocView {
        text-align: center; 
        color: #fff; 
        font-size: 18px; 
        position: absolute; 
        height: 0px; 
        width:0px; 
        margin-top: 0px;
        background-color: transparent;
        display:none

    }
    .toggleDocView span {
        line-height: 40px;
        display: none;
    }
    #closePreview {
       border-radius: 0 40px 40px 0;
       display: none;
    }
    #openPreview {
       /*border-radius: 40px  0 0 40px;
       right: 0;*/
       display: none;
    }
    #pinMenu {
        display:none !important;
    }
}

@media (max-width: 780px) {
    .tabProcessor {
        /*width: 40% !important;*/
        width: 95% !important;
    } 
    #tabs ul.nav-tabs {
        width: 95% !important;
    }
    fixedbar #progress {
        width: 90px;
    }
    fixedbar #progressBarTool {
        width: 50px;
    }
    fixedbar #progressValue {
        padding-left: 4px;
        font-size: 11px;
    }
    .form-control {
        width: 95%;
    }
    .tabGeneralData h3 {
        padding: 0 12px;
    }    
}
    
@media (max-width: 480px) {
    .tabProcessor {
        border: none;
        box-shadow: none;
        /*background-color: transparent;*/
    }
    .clonneableGroup {
        padding-left: 0 !important;
    }
}

@media (max-width: 1024px){
    ul.nav-tabs {
        width: 780px !important;
    }
}

@media (max-width: 960px){
    .webui-popover {
        margin-left: 84px;
    }
}
