/** {
    font-size: 12px;
}*/

body {
    font-family: verdana,helvetica,arial,sans-serif;
    padding: 5px;
    font-size: 12px;
    margin: 0;
}

@media all and (max-width: 600px) {
    .ls {
        display: block !important;
    }
}

h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
}

.loading-indicator {
    height: 60px;
    width: 140px;
    background: #fff url( 'images/loading.gif' );
    background-repeat: no-repeat;
    background-position: 10px center;
    border: 5px solid #99BBE8;
    padding-left: 50px;
    line-height: 60px;
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
}

.loading-indicator-overlay {
    background-color: #FFFFFF;
    opacity: 0.7;
    filter: alpha(opacity = 70);
}

.demo-info {
    padding: 0 0 12px 0;
}

.flowblock_1 {
    width: 120px;
}

.flowblock_2 {
    width: auto;
}

.demo-tip {
    display: none;
}

.disableddiv {
    background-color: #EEEEEE;
}

.fitem2 {
    display: inline;
    margin-bottom: 5px;
}

    .fitem2 label {
        text-align: right;
        display: inline-block;
        padding-right: 2px;
        /*font-size:15px;*/
    }

.c-label {
    display: inline-block;
    width: 120px;
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
    color: blue;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-value {
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*.numberbox .textbox-text {
text-align: right;
}*/
.fitem {
    display: inline;
    margin-bottom: 5px;
}

    .fitem label {
        text-align: right;
        display: inline-block;
        width: 100px;
        padding-right: 2px;
        /*vertical-align:top;
        float: left;*/
        /*font-size:15px;*/
    }

    /*.fitem label
    {   text-align: left;
        display: inline-block;
        width: 100px;
    }*/

    .fitem input {
        padding-top: 3px;
        padding-bottom: 3px;
        width: 160px;
    }


    .fitem select {
        width: 100px;
    }

    .fitem input[type="checkbox"] {
        margin: 0;
        width: auto;
    }

.f_l {
    text-align: left !important;
}

.f_l2 {
    float: left;
}


fieldset {
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
    display: inline;
    border: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset label:not(.checkbox) {
        display: block;
        text-align: left;
    }

    fieldset ol {
        padding: 0;
        margin: 0 0 8px 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

#loginForm {
    display: block;
    position: absolute;
    height: 260px;
    top: 50%;
    margin-top: -200px;
    margin-left: -200px;
    left: 50%;
    padding: 25px;
    width: 300px;
}

.todoList {
    position: relative;
    width: 300px;
    min-height: 260px;
    display: inline-block;
    margin: 1em;
    background: #f2f2f2;
    padding-top: 8px;
    text-align: center;
    -moz-box-shadow: 10px 10px 9px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 10px 10px 9px rgba(0, 0, 0, 0.22);
    box-shadow: 10px 10px 9px rgba(0, 0, 0, 0.22);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    vertical-align: top;
}

.error {
    float: none;
    color: red;
    padding-left: .5em;
    vertical-align: top;
}

.validation-summary-errors {
    color: red;
    list-style: none;
    width: 220px;
    font-size: .8em;
}

.field-validation-error {
    color: red;
    display: block;
    list-style: none;
    width: 220px;
    font-size: .8em;
}

.validation-summary-errors ul {
    padding: 0 !important;
    margin: 0 !important;
}
/*.textbox-text-readonly
{
    background-color: #FAFAFA;
}*/
.TextBoxAsLabel {
    background-color: #FAFAFA;
}

.texteditor {
    left: 0;
    top: 0;
    position: static;
    border-radius: 0;
}

.texteditor-body {
    outline: none;
    position: relative;
    min-height: 30px;
    /*display:inline-block;*/
}

.texteditor .dialog-toolbar .l-btn,
.texteditor .dialog-toolbar .textbox {
    margin: 0 1px;
}

.texteditor .dialog-toolbar .dialog-tool-separator {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.texteditor-body:empty:not(:focus):before {
    content: attr(placeholder);
    color: darkgray;
}

.texteditor-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.validatebox-readonly {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.textbox-text-noneditable {
    background: white;
}

.textbox-disabled {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

input:disabled, textarea:disabled {
    color: brown;
}

.F9_focus {
    background-color: #ffa;
}

.tagbox-label2 {
    float: none;
    background: #FFFFFF;
}
