﻿/* ========================================= SETUP ========================================= */
* {
    font-family: 'Poppins', sans-serif;
}
html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#container {
    min-height: 100%;
    position: relative;
}

* html #container {
    height: 100%;
}

.group:after {
    clear: both;
    content: "";
    display: table;
}
/* ========================================= COMMON ========================================= */
div.clear {
    clear: both;
    height: 0;
    line-height: 0;
}

.r4 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.hand {
    cursor: pointer !important;
}

a, body, button, h1, h2, h3, h4, h5, input, p, select, textarea, td, th {
    color: #333;
    font: normal 12px/18px 'Poppins', sans-serif;;
}

textarea {
    line-height: 18px;
}

h1 {
    font: bold 16px 'Poppins', sans-serif;;
    margin: 0 0 10px;
}

h2, h3, h4, h5 {
    font: bold 14px 'Poppins', sans-serif;;
    margin: 0 0 10px;
}

p {
    margin-bottom: 15px;
}

th {
    font-weight: bold;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

div.messagebox {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 7px 10px 6px 10px;
    position: relative;
}

    div.messagebox img {
        cursor: pointer;
        position: absolute;
        right: 6px;
        top: 3px;
    }

    div.messagebox.confirmation {
        background-color: #e0f2cb;
        border: solid 1px #ccebac;
        color: #6da827;
    }

    div.messagebox.error {
        background-color: #fbd3b1;
        border: solid 1px #f5c69a;
        color: #ce2700;
    }
/* ========================================= HEADER ========================================= */
#header {
    background-color: #313131;
    display: block !important;
    padding: 20px 10px;
}
/* ========================================= NAV ========================================= */
div.nav {
    background-color: #ED2096;
    border-bottom: solid 1px #333;
    border-top: solid 1px #F959B1;
    clear: both;
    overflow: auto;
    width: 100%;
}

    div.nav ul {
        margin: 0 5px;
        padding: 0;
    }

        div.nav ul li {
            display: block;
            float: left;
            margin: 4px;
        }

            div.nav ul li a {
                color: #333;
                display: block;
                font-weight: bold;
                padding: 4px 8px;
                text-decoration: none;
            }

    div.nav a.selected {
        background-color: #333;
        color: #fff;
    }

    div.nav a:hover {
        color: #fff;
    }

    div.nav ul li.right {
        float: right;
    }
/* ========================================= CONTENT ========================================= */
#content {
    background: url("/images/admin/content.gif") repeat-x top;
    border-top: solid 1px #fff;
    padding: 40px 15px 50px 15px;
}

a.button,
button,
input[type=button] {
    background-color: #bbb;
    border: none;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 1px;
    padding: 4px 9px 3px 9px;
    text-decoration: none;
    width: auto;
}

    a.button:hover,
    button:hover,
    input[type=button]:hover {
        color: #fff;
    }

    a.button.selected,
    button.selected,
    input[type=button].selected {
        background-color: #333;
        color: #fff;
        cursor: default;
    }

    a.button.nohover:hover,
    button.nohover:hover,
    input[type=button].nohover:hover {
        background-color: #bbb !important;
        color: #333 !important;
    }

#content > ul > li {
    margin-left: 20px;
    list-style-type: disc;
}

/* ========================================= SUB NAV ========================================= */
div.subnav {
    margin: 0;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0;
    padding-bottom: 3px;
    width: 100%;
}

    div.subnav ul {
        margin: 0 !important;
        padding: 0;
    }

        div.subnav ul li {
            display: block;
            float: left;
            margin: 0;
            margin-right: 8px;
        }

            div.subnav ul li.right {
                float: right;
                margin: 0;
                margin-left: 8px;
            }
/* ========================================= FORM ELEMENTS ========================================= */
/*input, select, textarea {
    background-color: #eee;
    border: 1px solid #efefef;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font: 1.0em Arial, sans-serif;
    padding: 4px;
    border-radius: 4px;
}

    input.disabled, select.disabled, textarea.disabled {
        color: #999;
    }

    input:focus, select:focus, textarea:focus {
        background-color: #f9f9f9;
    }*/

    input[type=checkbox],
    input[type=radio] {
        border: 0 !important;
        height: auto !important;
        padding: 0 !important;
        vertical-align: text-bottom !important;
        width: auto !important;
    }

span.checkbox label {
    padding: 0 10px 0 5px;
}

table.checkbox input {
    border: 0 !important;
    margin-right: 10px;
    padding: 0 !important;
    width: auto !important;
}

table.checkbox td {
    width: 150px;
}

div.upload {
    float: left;
    position: relative;
    width: 202px;
}

    div.upload input.file {
        -moz-opacity: 0;
        filter: alpha(opacity: 0);
        opacity: 0;
        position: relative;
        width: 193px;
        z-index: 2;
    }

    div.upload div.mask {
        left: 0px;
        position: absolute;
        top: 0px;
        z-index: 1;
    }

        div.upload div.mask input {
            left: 0px;
            position: absolute;
            top: 0px;
            width: 110px;
        }

        div.upload div.mask a {
            left: 125px;
            position: absolute;
            top: 0px;
        }

a.preview {
    display: block;
    float: left;
}

a.delete {
    display: block;
    float: left;
    margin-left: 5px;
}

.Telerik.reWrapper {
    border: solid 1px #ddd !important;
}

table.permissions input {
    margin-right: 5px;
}
/* ========================================= LIST TABLE ========================================= */
div.list {
    border: solid 1px #ddd;
    margin-bottom: 15px;
}

    div.list table {
        border: none; /*1px solid #FFF;*/
        border-collapse: collapse;
        border-left: solid 1px #fff !important;
        border-top: solid 1px #fff !important;
        width: 100%;
    }

        div.list table th {
            background-color: #aaa;
            border-bottom: 1px solid #777;
            border-left: none;
            border-right: solid 1px #fff !important;
            border-top: none;
            font-weight: normal;
            line-height: 16px;
            padding: 3px 10px !important;
            white-space: nowrap;
        }

            div.list table th a {
                color: #333;
                text-decoration: none;
            }

        div.list table td {
            border: none !important;
            border-bottom: solid 1px #fff !important;
            border-right: solid 1px #fff !important;
            padding: 3px;
        }

        div.list table tr {
            background-color: #eee;
        }

            div.list table tr:hover {
                background-color: #fff;
            }

            div.list table tr.paging {
                background-color: #eee;
            }

                div.list table tr.paging table {
                    border: none !important;
                    width: auto !important;
                }

                    div.list table tr.paging table td {
                        border: none !important;
                        padding: 0;
                        padding-right: 5px;
                    }

                    div.list table tr.paging table tr:hover {
                        background-color: transparent !important;
                    }
/* ========================================= GRID TABLE ========================================= */
div.grid {
    border: solid 1px #ddd;
    margin-bottom: 15px;
}

    div.grid table {
        border: none; /*1px solid #FFF;*/
        border-collapse: collapse;
        border-left: solid 1px #fff !important;
        border-top: solid 1px #fff !important;
        width: 100%;
    }

        div.grid table th {
            background-color: #aaa;
            border-bottom: 1px solid #777;
            border-right: solid 1px #fff !important;
            font-weight: normal;
            line-height: 16px;
            padding: 3px 10px !important;
            white-space: nowrap;
        }

            div.grid table th a {
                color: #333;
                text-decoration: none;
            }

        div.grid table td {
            border: none !important;
            border-bottom: solid 1px #fff !important;
            border-right: solid 1px #fff !important;
            padding: 3px;
        }

            div.grid table td .RadEditor table, div.grid table td .RadEditor table td {
                border: none 0 !important;
                padding: 0;
            }
/* ========================================= FORM TABLE ========================================= */
table.form {
    margin-bottom: 15px;
}

    table.form input, table.form select, table.form textarea {
        width: 250px;
    }

    table.form > tr > td,
    table.form > tbody > tr > td {
        border: none !important;
        padding: 3px;
    }

td.label {
    padding-left: 0 !important;
    padding-top: 8px !important;
    vertical-align: top;
    width: 110px;
}

td.subheading {
    font-weight: bold;
    padding-left: 0 !important;
    padding-top: 8px !important;
    vertical-align: top;
    width: 100px;
}

input.medium, select.medium {
    width: 175px !important;
}

input.date {
    width: 100px !important;
}

input.small, select.small {
    width: 60px !important;
}

input[type=checkbox] {
    width: auto !important;
}
/* ========================================= FOOTER ========================================= */
#footer {
    border-top: solid 1px #444;
    height: 30px;
    margin-top: -31px;
    position: relative;
}

#footercontent {
    background: url("/images/admin/footer.gif") repeat-x scroll center top;
    border-top: solid 1px #fff;
    color: #777;
    padding: 4px 15px;
}

    #footercontent a {
        color: #777;
        display: inline;
        font-weight: normal;
        margin: 0;
        padding: 0;
        text-decoration: none;
    }

        #footercontent a:hover {
            color: #333;
        }

.notes table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

    .notes table th,
    .notes table td {
        width: 150px;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        text-align: center;
        vertical-align: top;
        padding: 3px;
    }

        .notes table th.note,
        .notes table td.note {
            width: auto;
            text-align: left;
            border-right: none;
        }

.notes .header table th {
    background-color: #eee;
    border-bottom: none;
}

.notes .header {
    border: 1px solid #ccc;
}

.notes .items {
    height: 70px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-top: 0;
}

    .notes .items table {
        border-top: 0;
        border-bottom: 0;
    }

        .notes .items table tr:first-of-type td {
            border-top: 0;
        }

        .notes .items table tr.even td {
            background-color: #eee;
        }

.notes .add {
    margin: 10px 0 20px;
}

    .notes .add div {
        text-align: right;
    }


textarea.k-textbox {
    padding-left: .571em;
    padding-right: .571em;
}

.listbox {
    background-color: #fff;
    padding: .571em;
    border-radius: 4px;
    border-color: #cccccc;
}

    .listbox:hover{
        border-color: #aeaeae;
    }

    .listbox:focus {
        background-color: #ffffff;
        background-image: none;
        background-position: 50% 50%;
        border-color: #ee59ab;
        box-shadow: 0 0 7px 0 #ee59ab;
    }