﻿/* 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 iframe {
	padding: 30px !important;
	background: #aaa !important;
	border: dotted 2px #0C0C0C !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;
}

/***	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 {
    width: 300px;
    margin: 0 auto;
    padding: 30px 0;
}

    #loginForm fieldset {
        padding: 10px;
        border: none;
    }

        #loginForm fieldset div {
            margin: 10px 0;
            height: 18px;
            text-align: right;
        }

        #loginForm fieldset label {
            display: block;
            float: right;
            margin: 3px 0 0;
            font-size: 105%;
        }

        #loginForm fieldset input {
            float: right;
            margin: 0 0 0 10px;
            width: 140px;
        }

        #loginForm fieldset .buttonHolder {
            text-align: left;
        }

        #loginForm fieldset .submitButton {
            float: none;
            margin: 0 0 0 125px;
            width: 65px;
        }

        #loginForm fieldset #rememberMe {
            width: 13px;
        }

        #loginForm fieldset a {
            font-size: 105%;
        }

    #loginForm legend {
        font-weight: bold;
        font-size: 145%;
        margin: 0 0 0 107px;
    }

/* 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;
}