﻿html, body {
    font-family: 'Segoe UI';
    font-size: 12px;
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
    color: #000;
    width: 100%;
}

table.formHeader {
}

    table.formHeader td {
        vertical-align: top !important;
    }

    table.formHeader label {
        display: inline-block;
        font-style: italic;
        padding-bottom: 5px;
        color: #2969dc;
    }

.unity {
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
}
.aleft{
    text-align:left !important;
}
textarea {
    min-height: 200px;
}

input {
    display: inline-block;
    text-align: left;
    cursor: pointer;
    margin: 5px;
    font-size: 12px;
}

div.text {
    /*vertical-align:middle;
    margin:0;
    padding:0;*/
}

input[type=button], input[type=submit], input[type=file] {
    border: none;
    padding: 5px 15px;
    margin: 0 10px 0 0;
    background-color: #47b737;
    color: white;
    cursor: pointer;
    text-align: center;
}

    input[type=button].card, input[type=submit].card {
        background-color: #47b737;
    }

    input[type=button].nav, input[type=submit].nav {
        background-color: #000;
    }


input[type="radio"] {
    text-align: left;
}

input[type=text], input[type=number], input[type=password], input[type=date], input[type=month], input[type=file], textarea {
    padding: 3px 5px;
    border: 1px solid rgb(186, 186, 186);
    background-color: rgba(255, 255, 255, 0.8);
    /*width: 95%;*/
}

    input[type=text]:focus, input[type=number]:focus {
        border: 1px solid rgb(92, 92, 92);
        outline-width: medium;
        outline-style: none;
        outline-color: invert;
    }

    input[type=text]:disabled, input[type=number]:disabled {
        border-color: rgba(0, 0, 0, 0.15);
        color: rgba(33, 33, 33, 0.27);
        background-color: rgba(202, 202, 202, 0.49);
    }

    input[type=text]:hover, input[type=number]:hover {
        border: 1px solid #5c5c5c;
        outline-width: medium;
        outline-style: none;
        outline-color: invert;
    }

    input[type=text]:active, input[type=number]:active {
        border: 1px solid rgb(92, 92, 92);
        outline-width: medium;
        outline-style: none;
        outline-color: invert;
    }

.verysmall {
    width: 30px !important;
}

.small {
    width: 50px !important;
}

.verymedium {
    width: 80px !important;
}

.smallmedium {
    width: 100px !important;
}

.medium {
    width: 150px !important;
}

.big {
    width: 250px !important;
}

.superbig {
    width: 400px !important;
}

select {
    color: #000;
    display: inline-block;
    text-align: left;
    cursor: pointer;
    margin: 5px;
    /*min-width: 214px;*/
    vertical-align: middle;
    font-size: 12px !important;
    border: 1px solid rgb(186, 186, 186);
    background: white;
    padding-left: 5px;
    margin-left: 0px;
    margin-bottom: 3px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    width: 100%;
    margin-right: 10px;
}

    select:hover {
        border: 1px solid rgb(92, 92, 92);
        outline-width: medium;
        outline-style: none;
        outline-color: invert;
    }

label {
    color: #333;
    font-size: 13px;
    font-style: italic;
    color: #2969dc;
}

h1 {
    color: #000;
    margin-left: 10px;
    font-size: 20px;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    border-style: none;
    border-color: inherit;
    border-width: medium;
}

table {
    width: 100%;
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    padding: 0px;
    clear: both;
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

td img {
    vertical-align: middle;
    width: 48px;
    height: 48px;
}

/*id*/
#header {
    background: #333;
    color: white;
    padding: 5px 15px;
}

    #header tr {
    }

    #header td {
        color: white;
        vertical-align: middle;
        line-height: 30px;
        height: 30px;
        padding: 3px 10px;
    }

    #header h1 {
        font-size: 30px;
        padding: 0px;
        margin: 0px;
        color: white;
        font-family: 'Tw Cen MT';
        line-height: 20px;
        font-stretch: semi-condensed;
    }

    #header a {
        color: white !important;
    }

#main {
    height: auto;
}

    #main form {
        height: 100%;
    }

    #main td {
        padding: 20px;
    }

        #main td td {
            padding: 0px;
        }


table#nav {
    border-collapse: separate !important;
    border-spacing: 5px !important;
    width: 400px;
    border: none;
}

    table#nav table {
        cursor: pointer;
        height: auto;
        text-align: center;
    }

        table#nav table tr {
            height: 35px;
            background: #f5f5f5;
        }

            table#nav table tr:hover {
                background: white;
                color: #333;
                background: #eee;
            }

                table#nav table tr:hover a {
                    color: #333;
                }

        table#nav table td {
            text-align: left;
            padding: 5px 10px !important;
            line-height: 40px;
            height: 40px;
            vertical-align: middle;
            font-size: 18px;
            border: 3px solid white;
            text-transform: uppercase;
            color: #666;
        }

#nav img {
    width: 48px;
    padding: 0 10px;
}

#nav a {
    color: black;
}

#command {
    height: 60px;
    background: #222;
    font-size: 12px;
    padding-left: 220px;
    border-top: 1px solid #434344;
    color: white;
    vertical-align: top;
}

    #command td {
        width: 120px;
        color: white;
        vertical-align: middle;
        line-height: 30px;
        height: 30px;
        padding: 0px 5px;
        text-align: center;
    }

        #command td.last {
            padding-right: 20px;
            width: auto;
        }

    #command a {
        color: white;
        font-style: normal;
    }

    #command h1 {
        vertical-align: middle;
        color: #666;
        font-size: 30px;
        margin-right: 40px;
        margin-top: 5px;
        text-align: right;
        padding: 0px;
        margin: 0px;
        text-transform: uppercase;
    }

#body {
    height: 100%;
}

#main {
    width: 100%;
    height: 100%;
}

    #main td {
        vertical-align: top;
    }

#form {
    width: auto;
    height: 100%;
    vertical-align: top;
    background-color: white;
    border-collapse: separate;
    border-spacing: 30px;
}

.debug {
    color: #333 !important;
    padding: 10px !important;
    width: 100%;
    border: 0;
    border-top: 1px solid #fff !important;
}

#form td hr {
    color: white !important;
    padding: 0px !important;
    margin: 12px 0 6px 0 !important;
    width: 100%;
    border: 0;
    border-top: 1px solid #fff !important;
    height: 1px !important;
    max-height: 1px !important;
}

#form tfoot td {
    background-color: white;
}

#form td.footer {
    background-color: white;
}

#form.table {
    background-color: white;
    border-collapse: separate;
    border-spacing: 20px;
}

#form td {
    padding: 10px !important;
    vertical-align: top;
    width: 350px;
    min-width: 220px;
    background: #eee;
}

    #form td.menu td.header:hover {
        background-color: #eee;
    }

    #form td.menu td:hover {
        background-color: white;
    }

    #form td div {
        height: 100% !important;
        min-height: 100% !important;
        vertical-align: top !important;
    }

#form table {
}

    #form table table {
        min-height: 0;
    }

#form td.last {
    background: white;
}

#form label {
    display: block;
    font-style: italic;
    margin: 10px 0 5px 0;
    color: #2969dc;
}

#form textarea {
    min-height: 100px;
}

#form table table td {
    padding: 10px;
}


#sidebar {
    background: #3685ba;
    text-align: center;
    border: none;
    padding: 0px !important;
    color: white;
    width: 300px !important;
    min-width: 220px !important;
}

    #sidebar table tr {
        height: 30px;
    }

        #sidebar table tr.first {
            height: 20px;
        }

        #sidebar table tr td {
            text-align: left;
            font-family: 'Segoe UI';
            vertical-align: middle;
            text-transform: uppercase;
            cursor: pointer;
            text-align: left;
            font-size: 16px;
            padding: 15px !important;
            /*font-weight:bold;*/
        }

        #sidebar table tr:hover {
            color: #333;
            background: white;
        }

        #sidebar table tr.first:hover {
            color: white;
            background: transparent;
        }

            #sidebar table tr.first:hover td {
                cursor: default;
            }




table.list {
    width: 100%;
}

    table.list tr {
        border-bottom: 1px solid #e6e6e6;
        height: 25px;
    }

        table.list tr.blank:hover {
            background: transparent;
            cursor: default;
        }

        table.list tr:hover {
            background: #f0f0f0;
            cursor: pointer;
        }

        table.list tr.nolink:hover {
            cursor: default;
        }

    table.list th {
    }

        table.list th img {
            cursor: pointer;
            width: 32px !important;
            height: auto;
        }

    table.list td, th {
        vertical-align: middle;
        line-height: 25px;
        padding: 0 5px !important;
        width: auto;
        text-align: left;
        min-width: 0px !important;
    }

        table.list td p {
            line-height: 15px;
        }

    table.list td {
    }

        table.list td.center, th.center {
            text-align: center;
        }

        table.list td.right, th.right {
            text-align: right;
        }

    table.list th {
        background: #f0f0f0;
        font-style: italic;
        font-weight: normal;
        font-size: 105%;
    }

    table.list img {
        width: 24px;
        height: 24px;
    }

    table.list tr.tfoot {
        border: none;
        background: #f0f0f0;
    }

#footer {
    background: #333;
    color: white;
}

    #footer td {
        width: auto;
        color: white;
        vertical-align: middle;
        line-height: 30px;
        height: 30px;
        padding: 5px 10px;
    }

    #footer a {
        color: white !important;
    }


#login {
}

    #login td {
        line-height: 30px;
        height: 30px;
        vertical-align: middle;
    }

        #login td.label {
            text-align: right;
        }

            #login td.label label {
                margin-right: 20px;
            }

        #login td.buttons {
            text-align: right;
        }

.validationError {
    color: red;
    font-size: 13px;
}

.validationSuccess {
    color: #2acc1e;
    font-size: 13px;
}

div.tabHeader {
    cursor: pointer;
}

.tabHeader h2 {
    line-height: 30px;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.tabHeader td {
    cursor: pointer;
    border: 1px solid #eee;
    border-bottom: none;
    background: #eee;
    padding: 0 20px !important;
}

    .tabHeader td.active {
        background: #3685ba;
    }

        .tabHeader td.active h2 {
            color: white;
        }

    .tabHeader td.blank {
        cursor: pointer;
        border: none;
        background: white;
        padding: 0 10px !important;
    }

    .tabHeader td.separator {
        width: 20px;
    }

    .tabHeader td:hover {
        cursor: pointer;
    }


div.tabContent {
    border: 1px solid #eee;
    min-height: 100%;
}


div.refresh {
    background: url('./icons/dark/extra/appbar.refresh.png');
    width: 24px;
    height: 24px;
    display: inline-block;
}

    div.refresh:hover {
        background: url('./icons/light/extra/appbar.refresh.png');
        cursor: pointer;
    }

.hauto {
    height: auto !important;
}

.wauto {
    width: auto !important;
}

.w25 {
    min-width: 25px !important;
    width: 25px !important;
}

.w40 {
    min-width: 40px !important;
    width: 40px !important;
}

.w50 {
    min-width: 50px !important;
    width: 50px !important;
}

.w75 {
    min-width: 75px !important;
    width: 75px !important;
}

.w85 {
    min-width: 85px !important;
    width: 85px !important;
}

.w100 {
    min-width: 100px !important;
    width: 100px !important;
}

.w125 {
    min-width: 125px !important;
    width: 125px !important;
}

.w150 {
    min-width: 150px !important;
    width: 150px !important;
}

.w175 {
    min-width: 175px !important;
    width: 175px !important;
}

.w200 {
    min-width: 200px !important;
    width: 200px !important;
}

.w250 {
    min-width: 250px !important;
    width: 250px !important;
}

.w300 {
    min-width: 300px !important;
    width: 300px !important;
}

.w350 {
    min-width: 350px !important;
    width: 350px !important;
}

.w400 {
    min-width: 400px !important;
    width: 400px !important;
}

.w450 {
    min-width: 450px !important;
    width: 450px !important;
}

.w500 {
    min-width: 500px !important;
    width: 500px !important;
}

.w600 {
    min-width: 600px !important;
    width: 600px !important;
}

.w700 {
    min-width: 700px !important;
    width: 700px !important;
}

.w800 {
    min-width: 800px !important;
    width: 800px !important;
}

.p10 {
    padding: 10px !important;
}

.m10 {
    margin: 10px !important;
}

p.multiline {
    line-height: 14px !important;
    margin: 0;
    padding: 3px 0;
}

.multiline p {
    line-height: 14px !important;
}


.cke_wysiwyg_frame, .cke_contents, .cke_editable {
    width: 650px !important;
    min-width: 650px !important;
    height: 500px !important;
    min-height: 500px !important;
}

#montextarea.cke_wysiwyg_frame, #montextarea.cke_contents, #montextarea.cke_editable {
    width: 650px !important;
    min-width: 650px !important;
    height: 500px !important;
    min-height: 500px !important;
}