
body {
    color: #000000;
/*    font-family: Arial,Verdana,Helvetica,sans-serif; */
    font-family: 'Open Sans', sans-serif;;
    padding:5px;
    font-size: 13px;
    font-weight: normal;
}



table.compact td {
    font-size: 13px;
}
/* cmsTable */
table.cmsTable {
    border-collapse: collapse;

}
table.cmsTable td {
    /*border-top: 1px solid #A0A0A0;*/
    border-bottom: 1px solid #b1b1b1;
    border-top: 1px solid #b1b1b1;
    padding: 10px;
}
table.cmsTable thead {
    /*border: 1px solid #a0a0a0;*/
    background-color: #ebebeb;
}
table.cmsTable thead th {
    padding: 10px;
}

table.cmsTable td.description {
    background-color: #ebebeb;
}
table.cmsTable td.hidden {
    border: none;
}
table.noBorder td {
    border: none;
    padding: 5px;
}

td.top {
    vertical-align: top;
}

/* Bootstrap Anpassungen */
.form-control {
    color: #0f0f0f;
}
.form-control::-webkit-input-placeholder, ::-webkit-input-placeholder { /* WebKit browsers */
    color: #c6c6c6;
}
.form-control:-moz-placeholder, :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #c6c6c6;
    opacity: 1;
}
.form-control::-moz-placeholder, ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c6c6c6;
    opacity: 1;
}
.form-control:-ms-input-placeholder,:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #c6c6c6;
}
.autotemplateForm .nav-tabs {
    margin-bottom:15px;
}
/* getValue styles */
.dimBackground {
    width: 100%;
    height: 100%;
    position: fixed;
    display:none;
    left:0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.getvalClose {
    font-size: 18px;
    color:white;
}
.getvalIframe {
    border-radius: 5px;
    z-index:9998;
    padding:2px;
    border:0;
    background:white;
}
/* Open Sans font */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;;
}
p, div {
     font-family: 'Open Sans', sans-serif;;
}
.psEditListButton {
    background: none;
    border: 0;
}
.psEditListButton i {
    font-size: 16px;
    color: #2a6496;
}
.psEditListButton:hover i {
    -webkit-animation: pulse 1500ms;
    animation: pulse 1500ms;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1) scaleY(1);
    }
    50% {
        -webkit-transform: scaleX(1.5) scaleY(1.5);
    }
    100% {
        -webkit-transform: scaleX(1) scaleY(1);
    }
}
@keyframes pulse {
    0% {
        transform: scaleX(1) scaleY(1);
    }
    50% {
        transform: scaleX(1) scaleY(1);
    }
    100% {
        transform: scaleX(1) scaleY(1);
    }
}
.tableNoBorder {

}
.tableNoBorder>tbody>tr>td {
    border:0;
}
.smallInput {
    max-width: 200px;
}
.sliderInput {
    max-width: 100px;
    margin-left: 20px;

}

.psTreeNav {

}
.psTreeNav td {
    border-top: 0 !important;
}
.psTreeNav caption {
    text-align: left;
}
.TblTd {
    font-size: 13px;
}
.dragtext {
    cursor:move;
    padding: 2px;
    line-height: 13px;
}
.dragtext img {
    vertical-align: -3px
}
.dragtext_on {
    cursor:move;
    background-color:#aaaaff;
    padding: 2px;
    opacity: 0.5;
}
.dragtext_on img {
    vertical-align: -3px
}

.editTable tr {
  cursor: pointer;
}
.editTable tr:hover {
    cursor: pointer;
    background-color: #90b8e3;
}
.editTable .edit {
    background-color: #90b8e3;
}
.selectModule:hover {
    background-color: #90b8e3;
    cursor:pointer;
}

/*************** Powerslave 8 NavBar ******************/


.navbar-ps {
    background-color: transparent;
    border-color: transparent;
}
.navbar-ps .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #258ecd;
    background-color: transparent;
    border-color: #258ecd;
    border-bottom: 4px solid;
}
.navbar-ps .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #258ecd;
    background-color: transparent;
    border-color: #258ecd;
    border-bottom: 4px solid;
}
.navbar-ps .navbar-brand {
    font-size: 2.125em;
    line-height: 1.3;
    margin: 0;
    float: left;
    font-weight: 400;
    color: #258ecd;
    padding: 0px;

}
.navbar-ps .navbar-user {
    margin-left:-15px;
    color: #AAAAAA;
    font-size: 15px;
    margin-top:5px;
}
.navbar-ps .navbar-right {
    margin-top:30px;
}
.navbar-ps>.container .navbar-brand, .navbar-ps>.container-fluid .navbar-brand {
    margin-left:-15px;
}
.navbar-ps .navbar-brand:hover {
    color: #258ecd;
}
.navbar-ps .navbar-user {
}

.navbar-ps .nav>li>a {
    margin: 0px 15px;
    padding-left:0;
    padding-right:0;
    padding-bottom:5px;
}
.navbar-ps .navbar-nav>li>a {
    line-height: 16px;
    font-size:16px;
}

/************* Media Queries *********************/

@media (min-width: 1000px) {
    #cmsContainer {  width: 1000px;  }
    table.cmsTable td:nth-child(2) {  width: 800px;  }     /* right column width of cmsTable */
    .vma_table td:nth-child(2) { width: auto !important;  }
}

@media (max-width: 1000px) {
    #cmsContainer {  width: 775px;  }
    table.cmsTable td:nth-child(2) {  width: 550px;  }
    .vma_table td:nth-child(2) { width: auto !important;  }

}
@media (max-width: 775px) {
    #cmsContainer {  width:480px;  }
    table.cmsTable td:nth-child(2) {  width: 220px;  }
    .vma_table td:nth-child(2) { width: auto !important;  }

    .category_table { width:auto; }
}
@media (max-width: 400px) {
    #cmsContainer { width:100%;  }
    table.cmsTable { width: 95% }
    table.cmsTable td {  width: 100%;display: block;  border: 0; } /* one column table */
}

@media (max-width: 920px) {
    .editContainer { width: 95% }               /* see Bootstrap media queries, small view: now auto width */
}

@media (max-width: 800px) {
    .overviewTable > tbody > tr > td   {    /* show navigation on top of browse-list   */
        width: 100%;display: block;  border: 0;
    }
}

/* Powerslave list */
.ps_list {
    list-style-type: none;
}
/* AJAX list: no list element editing buttons */
.ajax-list .list_element_edit {
    display:none;
}
.ps_list .list_element_view {
    display:none;
}
.ajax-list .list_element {
    position:relative;
    display:block;
}
/* AJAX list: border on element  on hover */
.ps_list .ajax_edit {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid rgba(31, 172, 252, 1);
    opacity: 0.9;
    display:none;
}
.ajax-list-inline .ajax_edit {
    border: 1px solid rgba(31, 172, 252, 1);
    border-left: transparent;
    border-right:transparent;
    opacity: 1.0;

}
.ajax-list .list_element:hover .ajax_edit{
    display:block;
}

/* AJAX inline list: show editing elements on top and border around */
.ajax-list-inline .list_element {
    padding: 1px;
    padding-top:30px;
}
.ajax-list-inline .list-menu {
    color: rgb(31, 172, 252);
}

/* AJAX not inline list: show border and editing over element */
.ajax-list-notinline .ajax_edit {
    z-index: 1000;
    padding: 2px;
}
.ajax-list-notinline .list-menu {
    background:  rgb(31, 172, 252);
    color:white;
}

.ajax-list .list-menu {

    padding-bottom:2px;
    line-height:22px;
}
.ajax-list .list-menu i {
    font-size: 25px;
    cursor:pointer;
}
.ajax-list .list-menu .fa-caret-up,
.ajax-list .list-menu .fa-caret-down,
.ajax-list .list-menu .fa-angle-double-up,
.ajax-list .list-menu .fa-angle-double-down {
    margin-right: 10px;
}
.ajax-list .list-menu  .fa-grip {
    font-size: 20px;
    margin-left: 10px;
    margin-right: 20px;
    cursor:move;
}
.fa.fa-grip:before {
    content: "\f142 \202F \f142 \202F \f142";
}

.ajax-list .list-menu  .list_delete {
    right:10px;
    top:3px;
    position: absolute;
    font-size: 20px;
}

.ajax-list .list-menu  .list_edit {
    right:40px;
    top:3px;
    position: absolute;
    font-size: 20px;
}
.ajax-list .element-drag {
    -webkit-transform:scale(0.8);
    transform:scale(0.8);
    background-color: white;
    border: 2px solid rgb(31, 172, 252);
    opacity: 0.9;
    box-shadow:rgba(0,0,0,0.2) 1px 3px 4px 0;
}
.ajax-list .drop-placeholder {
    background-color:rgba(31, 172, 252,0.6);
    color: white;
    padding: 3px;
    height: 60px;
    line-height:60px;
    text-align:center;
}

.ajax-list .drop-placeholder i {
    padding-top: 8px;
    font-size: 40px;
}

.psEditListDrag {
    cursor: pointer;
}

.edit_left_column,.edit_right_column  {
    width:50%;
    float:left;
}
