﻿/* Malo */
body {
    font-family: sans-serif;
}

p {
    padding: 0px 0px 15px;
}

.cleared:after, .form_row:after {
    display: block;
    content: ".";
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    display: block;
    clear: both;
    width: 0;
    height: 0;
}

.ui-sortable .module iframe {
    padding: 30px !important;
      box-sizing: border-box !important;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dp, .dp20, .dp25, .dp33, .dp40, .dp50, .dp60, .dp66, .dp75, .dp80 {
    float: left;
}

.dp20 {
    width: 20%;
}

.dp25 {
    width: 25%;
}

.dp33 {
    width: 33.33%;
}

.dp40 {
    width: 40%;
}

.dp50 {
    width: 50%;
}

.dp60 {
    width: 60%;
}

.dp66 {
    width: 66.66%;
}

.dp75 {
    width: 75%;
}

.dp80 {
    width: 80%;
}

.padding {
    padding: 1em;
}

.listless {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* -------------------- Custom Code Container ----------------------*/
.ui-sortable .customcodeContainer {
    position: relative;
}

    .ui-sortable .customcodeContainer:before {
        position: absolute;
        content: "< Custom Code />";
        background: #8cc63fcc;
        color: #fff;
        padding: 10px;
        border: dashed 1px #fff
    }

/***	Forms
------------------------------------------------------***/

/*--- Global Styling ---*/

.titanform .form_row {
    margin-bottom: .6em;
}

.titanform .required label:before {
    content: '*';
    color: #900;
    padding-right: .25em;
}

/*--- Inline Style ---*/
.titanform .inline_labels label {
    position: relative;
    float: left;
    width: 25%;
    margin: 0 2% 0 0;
    padding: .1em 0 0;
    text-align: right;
}

.titanform .inline_labels input[type='text'], .titanform .inline_labels input[type='password'], .titanform .inline_labels textarea, .titanform .inline_labels .custom_inputs {
    width: 70%;
}

/*--- Inside Block Style ---*/
.titanform .inside_block_labels label {
    display: block;
    float: none;
    width: 90%;
    margin: 0 0 .4em;
    text-align: left;
}

.titanform .inside_block_labels input[type='text'], .titanform .inside_block_labels input[type='password'], .titanform .inside_block_labels select, .titanform .inside_block_labels textarea, .titanform .inside_block_labels .custom_inputs {
    float: left;
    margin-right: 1em;
}

.titanform .button_row {
    padding-left: 70%;
}

/* Login Form */
#loginForm {
    max-width: 320px;
    margin: 20px auto;
    padding: 30px 0;
}

#logOn legend {
    font-weight: 700;
    font-size: 1.5em;
}

fieldset#logOn label[for=userName], fieldset#logOn label[for=password] {
    display: block;
    margin-bottom: 12px;
}

fieldset#logOn label {
    font-weight: 300;
    color: #909090;
    font-size: 13px;
}

.buttonHolder {
    margin-bottom: 20px;
}

#logOn a {
    font-size: 12px;
}

#logOn .submitButton {
    border: none;
    color: #ffffff;
    background: #000;
    padding: 2px 29px 4px;
    font-weight: 300;
}

#logOn input[type=text], #logOn input[type=password] {
    border: solid 1px silver;
    padding: 2px 5px 3px;
}

/* Form Entry */

#mainContentSection #formEntryTable {
    margin: 0px auto 0px auto;
    padding: 20px 0 30px;
}

    #mainContentSection #formEntryTable td {
        padding: 2px 5px 2px 5px;
        text-align: center;
    }

#mainContentSection #formEntryDetails {
    padding: 30px;
}

    #mainContentSection #formEntryDetails dl {
        margin: 0;
        padding: 0;
    }

        #mainContentSection #formEntryDetails dl dt {
            margin: 5px 0;
            border-bottom: solid 1px #000;
            font-weight: bold;
        }

        #mainContentSection #formEntryDetails dl dd {
            margin: 5px 0 5px 15px;
        }

/* For Transparent Flash */
object:hover, embed:hover {
    border: 0px solid;
}

#content .section {
    padding: 0px 0px 10px 0px;
}

.tabBody h3 {
    padding: 0px 0px 5px 0px;
}

/*jQuery UI Overrides*/
.ui-front {
    z-index: 1001!important;
}

:focus, *:focus, HTML * {
    outline: none;
}

/*Form Entry Navigation*/
#entries .pagingList li {
    display: inline;
}

    #entries .pagingList li a {
        background: #000;
        color: #fff;
        min-width: 33px;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        margin: 1px;
        border-radius: 3px;
    }

#entries a.paging.current {
    background: orange;
}

#entries a.paging:hover {
    background: orange;
}

#entries #formEntryTable tr:nth-child(even) {
    background: #E8E8E8;
}
/*End form entry navigation*/

body#tinymce { /* to fix the editor if the body has a different color or bg image */
    background-image: none;
    background-color: #fff;
}

button.ui-dialog-titlebar-close:before {
    content: "x";
    z-index: 9999;
    color: #000;
    position: absolute;
    top: -4px;
    left: 3px;
}

textarea#CssBlock {
    width: 100%;
    min-height: 500px;
}

/*manage titanium users*/
div#editUserModal * {
    display: block;
    float: none;
    width: auto;
    text-align: left;
    height: auto;
    font-size: 14px;
}

div#editUserModal fieldset {
    border-top: dotted 1px #707070;
    border-bottom: dotted 1px #707070;
    padding: 10px 0px 20px;
    margin: 15px 0px 15px;
}


div#editUserModal ul li {
    border-top: dotted 1px #707070;
}

    div#editUserModal ul li input {
        border-radius: 20px;
        font-size: 10px;
    }

div#editUserModal ul li {
    display: grid;
    max-width: 200px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(1, minmax(20px,25px));
    justify-items: start;
    align-items: center;
    grid-gap: 10px;
}

div#editUserModal .updateUserGroupMembershipButton, div#editUserModal .updateUserEmailButton, div#editUserModal .updateUserPasswordButton {
    background: #8CC63F;
    border: none;
    cursor: pointer;
}

    div#editUserModal .updateUserGroupMembershipButton:hover, div#editUserModal .updateUserEmailButton:hover, div#editUserModal .updateUserPasswordButton:hover {
        background: #797979;
        color: #fff;
    }