﻿/* 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
------------------------------------------------------***/

/*ti Provider registration form*/
form#registrationForm {
    max-width: 320px;
    margin: 5% auto 8%;
    padding: 15px 30px 50px;
    border: solid 1px silver;
}

    form#registrationForm input, form#registrationForm label {
        display: block;
        width: 100%;
        margin: 5px;
        padding: 7px;
    }

    form#registrationForm label {
        font-weight: 300;
        font-size: 21px;
    }

    form#registrationForm input {
        border: solid 1px silver;
    }

    form#registrationForm [type='submit'] {
        margin-top: 30px;
        background: #020202;
        border-color: #020202;
        text-transform: uppercase;
        color: #fff;
    }

    form#registrationForm:before {
        content: "Register";
        font-size: 38px;
        text-align: center;
        width: 90%;
        display: block;
        border-bottom: solid 2px silver;
        padding-bottom: 10px;
        margin: 0px auto 25px
    }
/*end ti provider registration form*/

/*request password reset form*/
fieldset#passwordReset div:first-of-type:before {
    content: "Email Address";
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom:5px;
}

fieldset#passwordReset legend{
    font-size:27px;
}

fieldset#passwordReset label {
    display: none;
}

fieldset#passwordReset input{
    margin-bottom:10px
}


fieldset#passwordReset input[type=text]{
    width:100%;
    padding:3px 8px;
}

fieldset#passwordReset input[type=submit]{
    border:none;
    padding:6px 25px;
    background:#000;
    color:#fff;
}
/*end request password reset form*/

/*--- 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: whitesmoke;
}

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;
    }

/*users/groups admin ------------------------------------*/
#editUserModal .textInput {
    width: 100%;
    height: unset;
    background: #292929;
    padding: 5px;
    margin: 15px 0px 20px;
}

#editUserModal input {
    width: unset;
    height: unset;
    margin: 5px 0px;
    padding: 3px;
    font-size: 12px;
    float: unset;
    border: none;
}

    #editUserModal input[type=text] {
        width: 50%;
    }

#editUserModal label {
    float: unset;
    width: 100%;
    text-align: unset;
    display: block;
}

#editUserModal input[type=button] {
    background: #8BC53D;
    color: #292929;
    padding: 3px 10px 4px;
    min-width: 100px;
    cursor: pointer;
}

#editUserModal input[value='Remove From'] {
    background-color: #b73939;
    color: #fff;
}

#editUserModal .textInput:last-of-type {
    margin-bottom: 0px;
}

#editUserModal ul {
    list-style: none;
    font-size: 14px;
    background: #000;
}

    #editUserModal ul li {
        display: grid;
        grid-template-columns: 4fr 1fr;
        grid-template-rows: minmax(25px,35px);
        align-items: center;
        padding: 0px 10px;
    }

        #editUserModal ul li:nth-child(odd) {
            background: #1b1b1b;
        }

/*edit group*/
#addRole .textInput, #addRole .selectInput, #addRole .radioInput {
    width: 100%;
    height: unset;
    background: #292929;
    padding: 5px;
    margin: 15px 0px 20px;
}

#addRole select {
    font-size: 12px;
    margin: 5px 0px;
}

#addRole input {
    width: unset;
    height: unset;
    margin: 5px 0px;
    padding: 3px;
    font-size: 12px;
    float: unset;
    border: none;
}

    #addRole input[type=text], #addRole select {
        width: 50%;
    }

#addRole label {
    float: unset;
    width: 100%;
    text-align: unset;
    display: block;
}

#addRole input[type=button] {
    background: #8BC53D;
    color: #292929;
    padding: 3px 10px 4px;
}

#addRole .textInput:last-of-type {
    margin-bottom: 0px;
}
