@charset "utf-8";
html, body {
    margin: 0px;
    padding: 0px;
    height: auto;
    border: none;
}

body {
    color: #333333;
    min-width: 1060px;
    background-color: #dde4ea;
    font-family: Arial, sans-serif;
}

body * {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

ul {
    list-style-type: none;
}

form {
    margin: 0px;
    padding: 0px;
}

hr {
    height: 1px;
    border: 1px solid #000000;
}

p {
    padding: 0px;
}

a {
    color: #333333;
}

a:focus {
    outline: 0;
}

fieldset {
    display: block;
}

button, input, textarea {
    font: 12px Arial, sans-serif;
}

.hidden {
    display: none;
}

.pr {
    padding-left: 10px;
}
/* LOGIN */

#login {
    width: 324px;
    font-size: 12px;
    margin: 7em auto;
}

#login form {
    float: left;
    width: 290px;
    padding: 16px;
    border: 1px solid #999999;
    background-color: #ffffff;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    -moz-box-shadow: 0 4px 18px #adadad;
    -webkit-box-shadow: 0 4px 18px #adadad;
    box-shadow: 0 4px 18px #adadad;
}

#login div {
    float: left;
    width: 290px;
    padding: 10px 0px 0px 0px;
}
#login .root {
    float: left;
    width: 290px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}
    #login .root img {
        width: 290px;
    }

#login label {
    float: left;
    width: 290px;
    line-height: 22px;
}

#login input[type="text"],
#login input[type="password"] {
    width: 268px;
    font-size: 24px;
    padding: 2px 10px;
}

#login .submit {
    width: auto;
    display: block;
    cursor: pointer;
    padding: 3px 15px;
    text-align: center;
    color: #999999;
    font-weight: normal;
    text-shadow: none;
    border: 1px solid #dddddd;
    background: #ffffff url(../img/admin/white-grad.png) left top repeat-x;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#login .submit:hover {
    color: #000000;
}

#login .link {
    color: #000000;
}

#login h1 {
    float: left;
    width: 290px;
    color: #666666;
    font-size: 16px;
    padding-bottom: 5px;
    text-shadow: 0 1px 0 #dddddd;
}

#login label.error {
    width: 290px !important;
}

#login label.error {
    text-align: right !important;
    background-color: #ffffff !important;
    color: #ff8282 !important;
    padding: 0px !important;
}

/* end login */

.fl {
    float: left;
}

.fr {
    float: right;
}

.fr2{
    margin-bottom:30px;
}

.label_check,
.label_radio {
    padding: 0px !important;
}

.label_check span,
.label_radio span {
    float: left;
    height: 20px;
    cursor: pointer;
    margin-right: 3px;
    padding-left: 20px;
}

label span.req {
    color: red;
}

.label_check p,
.label_radio p {
    line-height: 20px;
}

.label_radio span {
    background: url(../img/admin/checks.png) -20px top no-repeat;
}

.label_check span {
    background: url(../img/admin/checks.png) -60px top no-repeat;
}

label.c_on span {
    background: url(../img/admin/checks.png) -40px top no-repeat;
}

label.r_on span {
    background: url(../img/admin/checks.png) 0px top no-repeat;
}
.label_check input,
.label_radio input {
    top: 0px;
    float: left;
    left: -99999px;
    position: absolute;
}

.ui-sortable {
    float: left;
    margin: 0px;
    padding: 0px;
    /*width: 100%;*/
    list-style-type: none;
}
.ui-sortable li {
    float: left;
}

.ui-sortable li a {
    display: block;
    /*text-align: center;*/
}

.ui-sortable li .main_name a {
    text-align: left;
}

.checkbox {
    float: left;
    width: 14px;
    height: 13px;
    background-color: #ffffff;
    border: 1px solid #888888;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 3px;
}
    #is_active.checkbox {
        margin: 4px 4px 0 0;
    }

    .selected .checkbox {
        background: #ffffff url(../img/admin/ui-icons_888888_256x240.png) -65px -146px no-repeat;
    }

    a:hover.checkbox {
        border-color: #222222;
    }

    .selected a:hover.checkbox {
        background-image: url(../img/admin/ui-icons_222222_256x240.png);
    }

.btn {
    float: left;
    padding-right: 10px;
}

    .btn a {
        float: left;
        color: #333333;
        padding: 6px 20px;
        font-size: 11px;
        letter-spacing: 0.5px;
        text-decoration: none;
        text-transform: uppercase;
        background-color: #F2F2F2;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: 1px 1px 0px #dde4ea;
        -webkit-box-shadow: 1px 1px 0px #dde4ea;
        box-shadow: 1px 1px 0px #dde4ea;
    }

    .btn a.default {
        border: 1px solid #a1abb4;
        background: #ecf0f3; /* Old browsers */
        background: -moz-linear-gradient(top,  #ecf0f3 0%, #dde4ea 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecf0f3), color-stop(100%,#dde4ea)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ecf0f3 0%,#dde4ea 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ecf0f3 0%,#dde4ea 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ecf0f3 0%,#dde4ea 100%); /* IE10+ */
        background: linear-gradient(top,  #ecf0f3 0%,#dde4ea 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf0f3', endColorstr='#dde4ea',GradientType=0 ); /* IE6-9 */
    }

    .btn a.submit {
        color: #ffffff;
        border: 1px solid #b0281a;
        background: #d65737; /* Old browsers */
        background: -moz-linear-gradient(top,  #d65737 0%, #c53727 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d65737), color-stop(100%,#c53727)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #d65737 0%,#c53727 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #d65737 0%,#c53727 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #d65737 0%,#c53727 100%); /* IE10+ */
        background: linear-gradient(top,  #d65737 0%,#c53727 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d65737', endColorstr='#c53727',GradientType=0 ); /* IE6-9 */
    }

    .btn a:hover {
        border-color: #333333;
    }

.relative {
    position: relative;
}

#container {
    width: 100%;
    float: left;
    /*height: 100%;*/
    font-size: 12px;
    /*overflow: hidden;*/
    position: relative;
    /*min-height: 100%;*/
}

#sidebar {
    float: left;
    width: 180px;
    height: 100%;
    /*position: absolute;*/
}

#sidebar #header {
    float: left;
}

    #sidebar #header .logo {
        float: left;
        width: 170px;
        height: auto;
        padding: 30px 5px 10px 5px;
        text-align: center;
    }

    #sidebar #header .search {
        float: left;
        width: 160px;
        padding: 10px;
    }

    #sidebar #header .search input {
        width: 150px;
        padding: 5px 5px 4px 5px;
        border: 1px solid #adb5bc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: inset 1px 1px 0px #dde4ea;
        -webkit-box-shadow: inset 1px 1px 0px #dde4ea;
        box-shadow: inset 1px 1px 0px #dde4ea;
    }

    #sidebar .collapse {
        float: left;
        width: 140px;
        color: #a1abb4;
        padding: 0 20px;
        line-height: 28px;
        position: relative;
        text-decoration: none;
    }

        #sidebar a:hover.collapse {
            color: #333333;
        }

#workspace {
    /*overflow: hidden;*/
    padding-top: 5px;
    margin-left: 180px;
    margin-right: 10px;
}

    #workspace .activity {
        height: 30px;
        display: block;
        text-align: right;
        padding-bottom: 5px;
    }

    #workspace .holder {
        float: left;
        width: 100%;
        min-height: 400px;
        /*overflow: hidden;*/
        background-color: #ffffff;
        /*padding: 20px 0 20px 20px;*/
        border: 1px solid #a1abb4;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    #workspace .header {
        float: left;
        width: 100%;
        height: 75px;
        border-bottom: 1px solid #a1abb4;
    }

    #workspace .header h1 {
        float: left;
        height: 35px;
        padding: 0 15px;
        font-size: 18px;
        line-height: 35px;
        font-weight: normal;
    }

    #workspace .header .actions {
        z-index: 1;
        float: left;
        width: 100%;
        height: auto;
        padding: 10px 0;
        position: relative;
    }

        #workspace .fixed  .actions {
            top: 0px;
            right: 9px;
            z-index: 9999;
            position: fixed;
            background: #ffffff;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
            opacity: 0.95;
            border-bottom: 1px solid #a1abb4;
        }

    #workspace .header .actions .edge {
        float: left;
        width: 822px;
    }

    #workspace .header .actions .list {
        height: 20px;
        float: right;
        position: relative;
        margin-left: 10px;
    }

    #workspace .header .actions .list .trigger {
        background-color: #f2f2f2;
        border: 1px solid #a1abb4;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #workspace .header .actions .list .trigger em {
        float: left;
        height: 20px;
        width: 127px;
        overflow: hidden;
        font-style: normal;
        white-space: nowrap;
    }

    #workspace .header .actions .list .trigger strong {
        font-weight: normal;
    }

    #workspace .header .actions .list .trigger span {
        top: 3px;
        right: 3px;
        left: auto;
        position: absolute;
        background-repeat: no-repeat;
        background-color: transparent;
    }

    #workspace .header .actions .list a:hover.trigger {
        /*border-color: #000000;*/
    }

    #workspace .header .actions .list a {
        float: left;
        padding: 0 5px;
        line-height: 20px;
        text-decoration: none;
    }

    #workspace .header .actions .sort a {
        width: 65px;
    }

    #workspace .header .actions .list ul li.active {
        color: #ced7e0
    }

    #workspace .header .actions .levels a {
        width: 100px;
    }

    #workspace .header .actions .sort a.cancel {
        width: 120px;
    }

    #workspace .header .actions .list ul {
        top: 20px;
        left: 0px;
        float: left;
        width: 100%;
        z-index: 9999999999999;
        display: none;
        position: absolute;
        background-color: #f2f2f2;
        border-right: 1px solid #a1abb4;
        border-left: 1px solid #a1abb4;
        border-bottom: 1px solid #a1abb4;
        -moz-box-shadow: 2px 2px 2px #9d9d9d;
        -webkit-box-shadow: 2px 2px 2px #9d9d9d;
        box-shadow: 2px 2px 2px #9d9d9d;
    }

    #workspace .header .actions .list ul a:hover {
        background-color: #e2e6eb;
    }

    #workspace .header .actions .list ul li {
        float: left;
        padding: 2px 0;
    }

    #workspace .header .actions .list li.active a {
        background-color: #ced7e0;
    }

    #workspace .header .actions .fr {
        float: right;
        padding-right: 20px;
    }

    #workspace .header .actions .fl,
    #workspace .actions .fl {
        float: left;
        padding-left: 15px;
    }

    #workspace .actions .marked {
        float: left;
    }

        #workspace .actions .marked li {
            float: left;
        }

        #workspace .actions .marked li.devider {
            height: 22px;
            padding: 0 7px 0 0;
            border-left: 1px dotted #e6e6e6;
        }

        #workspace .actions .marked li.hidable {
            display: none;
        }

        #workspace .actions .marked a {
            float: left;
            color: #808080;
            line-height: 20px;
            position: relative;
            text-decoration: none;
            padding: 0 10px 0 25px;
            background-color: #f2f2f2;
            border: 1px solid #a1abb4;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

            #workspace .actions .marked .search_actions .options .list li ul a {
                border: none;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                border-radius: 0px;
            }

        #workspace .btn a {
            float: left;
            color: #808080;
            line-height: 20px;
            position: relative;
            text-decoration: none;
            padding: 0 10px 0 25px;
            border: 1px solid #a1abb4;
            background: rgb(255,255,255); /* Old browsers */
            background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(234,234,234) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(234,234,234))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(234,234,234) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(234,234,234) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(234,234,234) 100%); /* IE10+ */
            background: linear-gradient(top,  rgb(255,255,255) 0%,rgb(234,234,234) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

        #workspace .actions .marked a:hover,
        #workspace .actions .btn a:hover {
            color: #333333;
            /*border-color: #333333; */
        }

        #workspace .btn a.orange .ui-icon,
        #workspace .btn a.red .ui-icon,
        #workspace .btn a.blue .ui-icon,
        #workspace .btn a.green .ui-icon {
            background-image: url(../img/admin/ui-icons_ffffff_256x240.png);
        }

        #workspace .btn a.green {
            color: #ffffff;
            border: 1px solid #404040;
            background: rgb(151,196,92); /* Old browsers */
            background: -moz-linear-gradient(top,  rgb(151,196,92) 0%, rgb(112,163,69) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(151,196,92)), color-stop(100%,rgb(112,163,69))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  rgb(151,196,92) 0%,rgb(112,163,69) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  rgb(151,196,92) 0%,rgb(112,163,69) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  rgb(151,196,92) 0%,rgb(112,163,69) 100%); /* IE10+ */
            background: linear-gradient(top,  rgb(151,196,92) 0%,rgb(112,163,69) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97c45c', endColorstr='#70a345',GradientType=0 ); /* IE6-9 */
        }

        #workspace .btn a.blue {
            color: #ffffff;
            border: 1px solid #404040;
            background: rgb(26,192,228); /* Old browsers */
            background: -moz-linear-gradient(top,  rgb(26,192,228) 0%, rgb(2,161,221) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(26,192,228)), color-stop(100%,rgb(2,161,221))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  rgb(26,192,228) 0%,rgb(2,161,221) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  rgb(26,192,228) 0%,rgb(2,161,221) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  rgb(26,192,228) 0%,rgb(2,161,221) 100%); /* IE10+ */
            background: linear-gradient(top,  rgb(26,192,228) 0%,rgb(2,161,221) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ac0e4', endColorstr='#02a1dd',GradientType=0 ); /* IE6-9 */
        }

        #workspace .btn a.red {
            color: #ffffff;
            border: 1px solid #404040;
            background: #cc3535; /* Old browsers */
            background: -moz-linear-gradient(top,  #cc3535 0%, #cc0000 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc3535), color-stop(100%,#cc0000)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  #cc3535 0%,#cc0000 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  #cc3535 0%,#cc0000 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  #cc3535 0%,#cc0000 100%); /* IE10+ */
            background: linear-gradient(top,  #cc3535 0%,#cc0000 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3535', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */
        }
        #workspace .btn a.orange {
            color: #ffffff;
            border: 1px solid #404040;
            background: #eea236; /* Old browsers */
            background: -moz-linear-gradient(top,  #eea236 0%, #f0ad4e 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eea236), color-stop(100%,#f0ad4e)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  #eea236 0%,#f0ad4e 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  #eea236 0%,#f0ad4e 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  #eea236 0%,#f0ad4e 100%); /* IE10+ */
            background: linear-gradient(top,  #eea236 0%,#f0ad4e 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eea236', endColorstr='#f0ad4e',GradientType=0 ); /* IE6-9 */
        }

#floating {
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 40px;
    position: fixed;
}

    #floating #account {
        height: 20px;
        padding: 10px 10px 0 10px;
        position: relative;
    }

    #floating #account,
    #floating #account li,
    #floating #account ul,
    #floating #account ul li{
        float: left;
        width: 200px;
    }

        #floating #account li a {
            float: left;
            width: 180px;
            height: 20px;
            color: #333333;
            display: block;
            padding: 0 10px;
            line-height: 20px;
            text-decoration: none;
        }

        #floating #account li a:hover {
            color: #ffffff;
            background-color: #1f8dd6;
        }

        #floating #account .trigger span {
            float: left;
            width: 180px;
            height: 20px;
            cursor: pointer;
            padding: 0 10px;
            line-height: 20px;
        }

        #floating #account .trigger span.active {
            background-color: #ced7e0;
        }

        #floating #account ul {
            width: 200px;
            bottom: 20px;
            display: none;
            padding-top: 5px;
            position: absolute;
            background-color: #ffffff;
            -webkit-border-top-left-radius: 3px;
            -webkit-border-top-right-radius: 3px;
            -moz-border-radius-topleft: 3px;
            -moz-border-radius-topright: 3px;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

    #floating #submenu {
        padding-top: 10px;
        margin-left: 220px;
        margin-right: 10px;
    }

        #floating #submenu .holder {
            height: 19px;
            border-top: 1px solid #a1abb4;
        }

        #floating #submenu a {
            line-height: 19px;
        }

    #mainmenu {
        width: 180px;
        overflow: hidden;
        padding-top: 16px;
        /*border-bottom: 1px solid #a1abb4;*/
        border-right: 1px solid #a1abb4;
    }

    #mainmenu,
    #mainmenu a,
    #mainmenu li,
    #mainmenu ul {
        float: left;
    }

    #mainmenu a {
        width: 135px;
        color: #a1abb4;
        line-height: 29px;
        position: relative;
        text-decoration: none;
        padding: 0 20px 0 25px;
    }
        #mainmenu a.has_sub_submenu {
            border-top: 1px solid #a1abb4;
        }
        #mainmenu a.has_sub_submenu.first {
            border-top: none;
        }
            #mainmenu .sub_submenu a{
                width: 115px;
                padding: 0 20px 0 45px;
            }

    #mainmenu ul a:hover {
        background-color: #ffffff;
    }

    #mainmenu a:hover.head,
    #mainmenu a:hover.item {
        color: #333333;
    }

    #mainmenu a:hover.head .ui-icon,
    #mainmenu a:hover.item .ui-icon {
        background-image: url(../img/admin/ui-icons_222222_256x240.png);
    }

    #mainmenu .open .head,
    #mainmenu .open .current {
        color: #000000;
    }

    #mainmenu .head,
    #mainmenu .item {
        position: relative;
        border-top: 1px solid #a1abb4;
        text-shadow: 1px 1px 0px #ecf0f3;
        background: rgb(236,240,243); /* Old browsers */
        background: -moz-linear-gradient(top,  rgb(236,240,243) 0%, rgb(221,228,234) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(236,240,243)), color-stop(100%,rgb(221,228,234))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgb(236,240,243) 0%,rgb(221,228,234) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgb(236,240,243) 0%,rgb(221,228,234) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgb(236,240,243) 0%,rgb(221,228,234) 100%); /* IE10+ */
        background: linear-gradient(top,  rgb(236,240,243) 0%,rgb(221,228,234) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf0f3', endColorstr='#dde4ea',GradientType=0 ); /* IE6-9 */
    }

        #mainmenu li:last-child a.head,
        #mainmenu li:last-child a.item {
            border-bottom: 1px solid #a1abb4;
        }

    #mainmenu ul {
        display: none;
        background-color: #e1e5e8;
        border-top: 1px solid #a1abb4;
    }
        #mainmenu ul.sub_submenu {
            background-color: #EDF1F4;
        }

        #mainmenu .open ul,
        #mainmenu .selected ul {
            display: block;
        }

            #mainmenu .open ul.sub_submenu,
            #mainmenu .selected ul.sub_submenu {
                display: none!important;
            }

            #mainmenu .open ul.sub_submenu.sub_open,
            #mainmenu .selected ul.sub_submenu.sub_open {
                display: block!important;
            }

    #mainmenu .selected a {
        color: #333333;
    }

    #mainmenu .selected a.current {
        position: relative;
        background-color: #cbcbcb;
    }

    #mainmenu .ui-icon,
    #sidebar .collapse .ui-icon {
        top: 5px;
        left: 3px;
        position: absolute;
        background-repeat: no-repeat;
        background-color: transparent;
    }
    #mainmenu .has_sub_submenu .ui-icon {
        background-position: -30px -48px;
    }
    #mainmenu .sub_submenu .ui-icon {
        left: 23px;
    }

    #mainmenu .arrow {
        top: 5px;
        right: 3px;
        width: 16px;
        height: 16px;
        position: absolute;
        background: transparent url(../img/admin/ui-icons_454545_256x240.png) -64px -15px no-repeat;
    }
    #mainmenu .has_sub_submenu .arrow {
        background: transparent url(../img/admin/ui-icons_454545_256x240.png) -32px -15px no-repeat;
    }

    #mainmenu .selected li a.current .ui-icon {
        left: auto;
        right: 3px !important;
    }

    #workspace .header .actions .marked .ui-icon,
    #workspace .header .actions .btn .ui-icon,
    #workspace .actions .marked .ui-icon,
    #workspace .actions .btn .ui-icon {
        top: 1px;
        left: 5px;
        position: absolute;
        background-repeat: no-repeat;
        background-color: transparent;
    }

#listwrapper,
#formwrapper,
#formactions {
    float: left;
    width: 100%;
    overflow: auto;
    /*padding-bottom: 20px;*/
}


    #sortable {
        padding-bottom: 12px;
    }

        #sortable.nopad {
            padding-bottom: 0px;
        }

    #sortable .added,
    #sortable .removed {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: green;
        z-index: 999;
        height: 100%;
        color: #fff;
        line-height: 100%;
        text-indent: 50px;
        font-weight: bold;
        line-height: 48px;
    }

    #sortable .removed {
        background: red;
    }

    #sortable.parents,
    #sortable .children {
        width: 100%;
    }

    .sortable li,
    #sortable li,
    #sortable_head li {
        float: left;
        width: 100%;
        position: relative;
    }

    #sortable.boxes li,
    .sortable.boxes li {
        width: 90px;
    }

    #sortable.videos li,
    .sortable.videos li {
        width: auto;
    }

    .sortable li ul li,
    #sortable li ul li,
    #sortable_head li ul li {
        float: right;
        width: 98%;
    }


    .sortable .wrap.hover,
    #sortable .wrap.hover {
        background-color: #ebeef1;
    }

    .sortable .wrap,
    #sortable .wrap,
    #sortable_head .wrap {
        float: left;
        width: 100%;
        height: 29px;
        background-color: #ffffff;
        border-bottom: 1px solid #a1abb4;
        -moz-box-shadow: inset -2px -2px 2px #e6e6e6;
        -webkit-box-shadow: inset -2px -2px 2px #e6e6e6;
        box-shadow: inset -2px -2px 2px #e6e6e6;
    }
    .sortable .deleted .wrap,
    #sortable .deleted .wrap,
    #sortable_head .deleted .wrap {
        background-color: #e1e1e1;
    }

    .sortable .children .check,
    #sortable .children .check,
    #sortable_head .children .check {
        border-left: 1px solid #a1abb4;
    }

    .sortable li.hover .wrap
    #sortable li.hover .wrap
    #sortable_head li.hover .wrap {
        background-color: #f1f1f1;
    }

    .sortable li .wrap.selected,
    #sortable li .wrap.selected,
    #sortable_head li .wrap.selected {
        background-color: #ffffcc;
    }

    .sortable li .wrap.open,
    #sortable li .wrap.open,
    #sortable_head li .wrap.open {
        background-color: #e5f1ff;
    }

    .sortable .ui-icon,
    #sortable .ui-icon,
    #sortable_head .ui-icon {
        top: 5px;
        left: 3px;
        position: absolute;
        background-repeat: no-repeat;
        background-color: transparent;
    }
        .sortable .has_image .ui-icon,
        #sortable .has_image .ui-icon {
            top: 15px;
        }

    #sortable li .icon{
        float: right;
        width: 20px;
        height: 29px;
        position: relative;
    }
    #sortable li .icon-move{
        float: right;
        width: 20px;
        height: 29px;
        position: relative;
        cursor: move;
    }

    .sortable li .dragger,
    #sortable li .dragger,
    #sortable_head li .dragger {
        float: right;
        width: 20px;
        height: 29px;
        cursor: move;
        position: relative;
        background-color: #dde4ea;
    }

        .sortable li .has_image .dragger,
        #sortable li .has_image .dragger {
            height: 50px;
        }

    .sortable li .draft,
    #sortable li .draft,
    #sortable_head li .draft {
        float: right;
        width: auto;
        height: 21px;
        font-size: 10px;
        padding: 8px 5px 0 11px;
        position: relative;
        background: transparent url(../img/admin/left_labels.png) left 0px no-repeat;
    }

        .sortable li .draft span,
        #sortable li .draft span,
        #sortable_head li .draft span {
            float: left;
            color: #888888;
            padding: 0 5px;
        }

    .sortable li .view,
    #sortable li .view,
    #sortable li .delete,
    #sortable li .restore,
    #sortable li .edit,
    #sortable_head li .view {
        float: left;
        width: auto;
        height: auto;
        top: 0px;
        left: 300px;
        font-size: 10px;
        position: absolute;
        padding: 3px 0 0 0;
    }

    .sortable li .has_image .view,
    #sortable li .has_image .delete,
    #sortable li .has_image .restore,
    #sortable li .has_image .edit,
    #sortable li .has_image .copy_url,
    #sortable li .has_image .download,
    #sortable li .has_image .view {
        position: static;
        padding: 13px 0 0 0;
        left: 0px;
        float: left;
        width: auto;
        height: auto;
        top: 0px;
        font-size: 10px;
        margin-left: 10px;
    }

    .sortable li .view a,
    #sortable li .view a,
    #sortable li .delete a,
    #sortable li .restore a,
    #sortable li .edit a,
    #sortable li .download a,
    #sortable li .copy_url a,
    #sortable_head li .view a {
        float: left;
        color: #333333;
        position: relative;
        text-decoration: none;
        padding: 4px 11px 4px 22px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color: #dde4ea;
        line-height: normal;
    }

        .list_header {
            float: left;
            width: 100%;
            height: 29px;
            background-color: #f4f4f4;
            border-bottom: 1px solid #a1abb4;
            -moz-box-shadow: inset -2px -2px 2px #e6e6e6;
            -webkit-box-shadow: inset -2px -2px 2px #e6e6e6;
            box-shadow: inset -2px -2px 2px #e6e6e6;
        }
            .list_header.message {
                border-bottom: 0 none;
                border-top: 1px solid #a1abb4;
            }

            .list_header .col {
                float: left;
                padding-top: 7px;
                text-align: center;
                font-weight: bold;
                color: #0078ae;
            }

                .list_header .col span {
                    float: left;
                    padding-right: 7px;
                    text-align: center;
                    width: 100%;
                }

                .list_header .devider {
                    float: right;
                    border-left: 1px dotted #000000;
                    width: 0;
                    height: 15px;
                    margin: 0px 7px;
                }

                .list_header .col.check {
                    padding: 3px 10px 7px 6px;
                    width: 16px;
                }

                .list_header .col.thumb {
                    width: 5%;
                }
                .list_header .col.title {
                    width: 37%;
                }
                .list_header .col.actions {
                    width: 20%;
                }

        .sortable li .view a:hover,
        #sortable li .view a:hover,
        #sortable li .delete a:hover,
        #sortable li .restore a:hover,
        #sortable li .edit a:hover,
        #sortable li .download a:hover,
        #sortable li .copy_url a:hover,
        #sortable_head li .view a:hover {
            color: #0078ae;
            background-color: #ffffff;
        }

        .sortable li .view a span,
        #sortable li .view a span,
        #sortable li .download a span,
        #sortable li .copy_url a span,
        #sortable_head li .view a span {
            top: 3px;
        }

        #sortable li .delete a span,
        #sortable li .has_image .delete a span,
        #sortable li .restore a span,
        #sortable li .has_image .restore a span,
        #sortable li .edit a span,
        #sortable li .has_image .edit a span{
            top: 1px;
        }

            .sortable li .has_image .view a span,
            #sortable li .has_image .view a span,
            #sortable li .has_image .download a span,
            #sortable li .has_image .copy_url a span {
                top: 3px;
            }

    .sortable .col,
    #sortable .col,
    #sortable_head .col {
        float: left;
    }

    .sortable .check,
    #sortable .check,
    #sortable_head .check {
        width: 13px;
        padding: 4px 10px 7px 6px;
    }

        .sortable .has_image .check,
        #sortable .has_image .check {
            width: 16px;
            padding: 13px 10px 7px 6px;
        }

    .sortable .thumb,
    #sortable .thumb,
    #sortable_head .thumb {
        text-align: center;
    }

            .sortable .thumb a img,
            #sortable .thumb a img {
                width: 50px;
            }

    #sortable-header.th {
        float: left;
        width: 100%;
        border-bottom: 1px solid #a1abb4;
        text-shadow: 1px 1px 0px #ecf0f3;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top,  #ffffff 0%, #e8e8e8 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* IE10+ */
        background: linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
    }

            #sortable-header.th.message {
                border-top: 1px solid #a1abb4;
                margin-top: 20px;
            }

        #sortable-header.th li {
            float: left;
            line-height: 29px;
        }

        #sortable-header.th li.title {
            width: 30%;
            padding-left: 30px;
        }

    .sortable .title,
    #sortable .title,
    #sortable_head .title,
    .sortable .stitle,
    #sortable .stitle,
    #sortable_head .stitle {
        width: 30%;
        overflow:hidden;
    }

    #users .container {
        width: 100%;
        overflow-x: auto;
        float: left;
    }

    #users .col span {
        text-align: left;
    }

    #users .container .list_header,
    #users .container #sortable {
        width: 2620px;
    }

    #users.inactive-users .container .list_header,
    #users.inactive-users .container #sortable {
        width: 100%;
    }

    #users .container .list_header .nstitle,
    #users .container #sortable .nstitle {
        width: 172px;
    }

    #users .container .list_header .ntitle,
    #users .container #sortable .ntitle {
        width: 250px;
    }

    #users #sortable .col {
        line-height: 30px;
        min-height: 1px;
    }

    #users #sortable .check {
        padding-top: 4px;
    }

    #users #sortable .date {
        float: left;
        color: #333333;
        line-height: 30px;
    }

    #users .date {
        width: 115px!important;
    }

    #users .status-changed {
        width: 150px!important;
    }

    #users .name {
        width: 180px;
    }

    #users .price {
        width: 150px!important;
    }

    #users .actions {
        width: 170px;
    }

    .sorter {
        float: right;
        margin-right: 4px;
    }

    .sorter i {
        float: left;
        cursor: pointer;
        margin-right: 1px;
        width: 17px;
        height: 17px;
    }

    .sorter i:hover,
    .sorter i.active {
        border: 1px solid #333;
        width: 15px;
        height: 15px;
    }

    .sorter .ui-icon-triangle-1-n {
        background-position: 1px -16px;
    }

    .sorter .ui-icon-triangle-1-n:hover,
    .sorter .ui-icon-triangle-1-n.active {
        background-position: 0 -17px;
    }

    .sorter .ui-icon-triangle-1-s:hover,
    .sorter .ui-icon-triangle-1-s.active {
        background-position: -65px -17px;
    }

    .list_header .col.ntitle,
    .sortable .ntitle,
    #sortable .ntitle,
    #sortable_head .ntitle {
        overflow:hidden;
        width: 15%;
    }
    .list_header .col.nstitle,
    .sortable .nstitle,
    #sortable .nstitle,
    #sortable_head .nstitle {
        overflow:hidden;
        width: 10%;
    }

        .sortable .has_image .title,
        #sortable .has_image .title {
            padding-top: 9px;
        }

        .sortable .has_image .stitle,
        #sortable .has_image .stitle {
            height: 32px;
            overflow: hidden;
            padding-top: 9px;
        }

        #sortable .title,
        .sortable .title,
        #sortable_head .title,
        .sortable .stitle,
        #sortable .stitle,
        #sortable_head .stitle span,
        .sortable .title a,
        #sortable .title a,
        #sortable_head .title a,
        .sortable .stitle a,
        #sortable .stitle a,
        #sortable_head .stitle a {
            float: left;
            color: #333333;
            line-height: 30px;
            text-decoration: none;
        }

        .sortable .col p,
        #sortable .col p,
        #sortable_head .col p {
            line-height: 30px;
        }

        .sortable .title a:hover,
        #sortable .title a:hover,
        #sortable_head .title a:hover,
        .sortable .stitle a:hover,
        #sortable .stitle a:hover,
        #sortable_head .stitle a:hover {
            color: #0078ae;
            font-weight: bold;
        }

        .sortable .title em,
        #sortable .title em,
        #sortable_head .title em {
            color: red;
            font-size: 10px;
            font-style: normal;
            font-weight: normal !important;
        }

    .sortable li.highlight,
    #sortable li.highlight,
    #sortable_head li.highlight {
        background-color: #e6e6e6;
    }


    #listwrapper .response,
    #formactions .response,
    #formwrapper .response {
        width: 100%;
        float: left;
        display: block;
        text-align: center;
        padding: 0 0 20px 0;
    }

        #listwrapper .response.success,
        #formactions .response.success,
        #formwrapper .response.success {
        }

        #listwrapper .response.success .message,
        #formactions .response.success .message,
        #formwrapper .response.success .message {
            display: block;
            color: #363636;
            line-height: 30px;
            margin: 0px 10px 10px 10px;
            border-top: 1px solid #f9dd34;
            border-bottom: 1px solid #f9dd34;
            background-color: #ffef8f;
            -webkit-border-bottom-right-radius: 7px;
            -webkit-border-bottom-left-radius: 7px;
            -moz-border-radius-bottomright: 7px;
            -moz-border-radius-bottomleft: 7px;
            border-bottom-right-radius: 7px;
            border-bottom-left-radius: 7px;
        }

    #listwrapper .formfields,
    #formactions .formfields,
    #formwrapper .formfields {
        width: 100%;
        float: left;
        padding: 0 0 20px 0;
    }

        #listwrapper .formfields li.line,
        #formactions .formfields li.line,
        #formwrapper .formfields li.line {
            clear: both;
            padding: 5px 0 0 0;
        }

        #listwrapper .formfields li.row,
        #formactions .formfields li.row,
        #formwrapper .formfields li.row {
            clear: both;
            padding: 5px 15px 0 15px;
        }

        .row .section_title {
            display: block;
            font-weight: bold;
            padding: 10px 0 3px 0;
            border-bottom: 2px solid #cccccc;
        }

        .row .column {
            float: left;
            width: 390px;
            padding-right: 27px;
        }

            .row .column .left {
                padding-right: 20px;
            }

            .row .column .right {
                padding-left: 20px;
            }

            .row .column .line {
                clear: both;
                padding-bottom: 10px;
            }

            .bordered {
                padding: 10px;
                border: 1px solid #a1abb4;
            }

        #listwrapper .formfields li.hidable,
        #formactions .formfields li.hidable,
        #formwrapper .formfields li.hidable,
        #listwrapper .formfields li.invisible,
        #formactions .formfields li.invisible,
        #formwrapper .formfields li.invisible{
            display: none;
        }

        #listwrapper .formfields li.rowseparator,
        #formactions .formfields li.rowseparator,
        #formwrapper .formfields li.rowseparator {
            padding: 1px;
            border-top: 1px solid #f8f8f8;
            border-bottom: 1px solid #a1abb4;
        }

        #listwrapper .formfields label,
        #formactions .formfields label,
        #formwrapper .formfields label {
            display: block;
            padding: 3px 0;
        }

        #listwrapper .formfields label sup,
        #formactions .formfields label sup,
        #formwrapper .formfields label sup {
            color: red;
        }

        #listwrapper .formfields fieldset.radios,
        #formactions .formfields fieldset.radios,
        #formwrapper .formfields fieldset.radios {
            border: 0px none;
        }

        #listwrapper .formfields select,
        #formactions .formfields select,
        #formwrapper .formfields select {
            padding: 3px 4px;
            min-width: 389px;
        }

        #listwrapper .formfields select option,
        #formactions .formfields select option,
        #formwrapper .formfields select option {
            padding: 1px 4px;
        }

        #listwrapper .formfields .heading,
        #formactions .formfields .heading,
        #formwrapper .formfields .heading {
            color: #666;
            font-size: 22px;
            padding: 5px 8px;
            line-height: 100%;
        }

        #comments .textarea,
        #comments .shorttextarea,
        #listwrapper .formfields .input,
        #listwrapper .formfields .shortinput,
        #listwrapper .formfields .date,
        #listwrapper .formfields .datelike,
        #listwrapper .formfields .textarea,
        #listwrapper .formfields .shorttextarea,
        #formactions .formfields .input,
        #formactions .formfields .shortinput,
        #formactions .formfields .date,
        #formactions .formfields .datelike,
        #formactions .formfields .textarea,
        #formactions .formfields .shorttextarea,
        #formwrapper .formfields .input,
        #formwrapper .formfields .shortinput,
        #formwrapper .formfields .date,
        #formwrapper .formfields .datelike,
        #formwrapper .formfields .textarea,
        #formwrapper .formfields .shorttextarea {
            color: #666;
            font-size: 12px;
            padding: 5px 8px;
        }

        #listwrapper .formfields .input,
        #formactions .formfields .input,
        #formwrapper .formfields .input {
            width: 500px;
        }

        #formwrapper .formfields .multiselect {
            width: 518px;
        }

        #formwrapper .formfields .shortmultiselect {
            width: 370px;
        }

        #listwrapper .formfields .shortinput,
        #formactions .formfields .shortinput,
        #formwrapper .formfields .shortinput {
            width: 370px;
        }

        #comments .textarea,
        #listwrapper .formfields .heading,
        #listwrapper .formfields .textarea,
        #listwrapper .formfields .tagsinput,
        #formactions .formfields .heading,
        #formactions .formfields .textarea,
        #formactions .formfields .tagsinput,
        #formwrapper .formfields .heading,
        #formwrapper .formfields .textarea,
        #formwrapper .formfields .tagsinput {
            width: 790px;
        }

        #comments .shorttextarea,
        #listwrapper .formfields .shorttextarea,
        #formactions .formfields .shorttextarea,
        #formwrapper .formfields .shorttextarea {
            width: 350px;
        }

        #comments .textarea,
        #comments .shorttextarea,
        #listwrapper .formfields .date,
        #listwrapper .formfields .datelike,
        #listwrapper .formfields .input,
        #listwrapper .formfields .heading,
        #listwrapper .formfields .tagsinput,
        #listwrapper .formfields .textarea,
        #listwrapper .formfields .shortinput,
        #listwrapper .formfields .shorttextarea,
        #formactions .formfields .date,
        #formactions .formfields .datelike,
        #formactions .formfields .input,
        #formactions .formfields .heading,
        #formactions .formfields .tagsinput,
        #formactions .formfields .textarea,
        #formactions .formfields .shortinput,
        #formactions .formfields .shorttextarea,
        #formwrapper .formfields .date,
        #formwrapper .formfields .datelike,
        #formwrapper .formfields .input,
        #formwrapper .formfields .heading,
        #formwrapper .formfields .tagsinput,
        #formwrapper .formfields .textarea,
        #formwrapper .formfields .shortinput,
        #formwrapper .formfields .shorttextarea {
            border: 1px solid #b9b9b9;
            background-color: #f6f6f6;
            border-top-color: #a4a4a4;
            -moz-box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,.17);
            -ms-box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,.17);
            -webkit-box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,.17);
            box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,.17);
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

        #formwrapper .formfields .date.error,
        #formwrapper .formfields .datelike.error,
        #formwrapper .formfields .input.error,
        #formwrapper .formfields .heading.error,
        #formwrapper .formfields .shortinput.error,
        #formwrapper .formfields .tagsinput.error,
        #formwrapper .formfields .textarea.error {
            border: 1px solid red !important;
        }

        #listwrapper .formfields textarea,
        #formactions .formfields textarea,
        #formwrapper .formfields textarea {
            height: 200px !important;
        }

        #listwrapper .formfields .commands,
        #formactions .formfields .commands,
        #formwrapper .formfields .commands {
            width: 518px;
            padding: 10px 0;
            margin-top: 10px;
            border-top: 1px solid #a4a4a4;
            -webkit-border-top-left-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

#listwrapper .formfields .smalltextarea,
#formactions .formfields .smalltextarea,
#formwrapper .formfields .smalltextarea {
    height: 50px!important;
}

#listwrapper .formfields .smallertextarea,
#formactions .formfields .smallertextarea,
#formwrapper .formfields .smallertextarea {
    height: 100px!important;
}


#placeholder {
    float: right;
    width: 450px;
    height: 500px;
    display: none;
}

input[type="reset"],
input[type="button"],
input[type="submit"] {
    float: left;
    cursor: pointer;
    line-height: 20px;
    padding: 2px 10px;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input[type="reset"],
input[type="button"] {
    color: #808080;
    border: 1px solid #a1abb4;
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5f5f5 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f5f5f5 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f5f5f5 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(top,  #f5f5f5 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}

input[type="submit"] {
    color: #000000;
    border: 1px solid #404040;
    background: #ffb76b; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffb76b 0%, #ff7f04 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb76b), color-stop(100%,#ff7f04)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffb76b 0%,#ff7f04 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffb76b 0%,#ff7f04 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffb76b 0%,#ff7f04 100%); /* IE10+ */
    background: linear-gradient(top,  #ffb76b 0%,#ff7f04 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */
}

.search_fields input[type="submit"] {
    color: #ffffff;
}

.search_fields input[type="submit"]:hover {
    color: #000000;
}
.id_number {
    min-width: 20px;
    text-align: left;
    line-height: 25px;
    vertical-align: middle;
    width: 3%;
}

.id_number_header {
    min-width: 20px;
    text-align: left;
    line-height: 25px;
    vertical-align: middle;
    width: 3%;
}

.main_name {
    min-width: 150px;
    text-align: left;
    line-height: 25px;
    width: 25%;
}

.main_name_header {
    min-width: 150px;
    text-align: center;
    line-height: 25px;
    width: 25%;
}

.category {
    min-width: 150px;
    text-align: left;
    line-height: 25px;
    width: 25%;
}

.category_header {
    min-width: 150px;
    text-align: center;
    line-height: 25px;
    width: 25%;
}

.visibility {
    min-width: 100px;
    text-align: left;
    line-height: 25px;
    width: 25%;
}

.visibility_header {
    min-width: 100px;
    text-align: center;
    line-height: 25px;
    width: 25%;
}

.bulkops {
    float: right !important;
    min-width: 30px;
    line-height: 25px;
}

.tiny2{
    width:300px;
}

.left{
    float:left;
    margin-right:10px;
}

#workspace .title h1 {
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    font-weight: bold;
}

.list_padding {
    padding-left: 30px;
}

#sortable .wrap,
#sortable_head .wrap {
    /*min-width: 800px;*/
}

#sortable .wrap.has_image {
    height: 50px;
}

.empty_results {
    clear: both;
    text-align: center;
    padding-top: 5px;
}

.checkboxes {
    border: none;
}

.username {
    min-width: 100px;
    text-align: left;
    line-height: 25px;
    width: 15%;
}

.username_header {
    min-width: 100px;
    text-align: center;
    line-height: 25px;
    width: 15%;
}

.full_name {
    min-width: 150px;
    text-align: left;
    line-height: 25px;
    width: 15%;
}

.full_name_header {
    min-width: 150px;
    text-align: center;
    line-height: 25px;
    width: 15%;
}

.user_type {
    min-width: 100px;
    text-align: left;
    line-height: 25px;
    width: 10%;
}

.user_type_header {
    min-width: 100px;
    text-align: center;
    line-height: 25px;
    width: 10%;
}

.email {
    min-width: 100px;
    text-align: left;
    line-height: 25px;
    width: 15%;
}

.email_header {
    min-width: 100px;
    text-align: center;
    line-height: 25px;
    width: 15%;
}

.status {
    min-width: 130px;
    text-align: left;
    line-height: 25px;
    width: 10%;
}

.status_header {
    min-width: 130px;
    text-align: center;
    line-height: 25px;
    width: 10%;
}

.last_login {
    min-width: 100px;
    text-align: left;
    line-height: 25px;
    width: 10%;
}

.last_login_header {
    min-width: 100px;
    text-align: center;
    line-height: 25px;
    width: 15%;
}

/* administration.css */

.errfloater {
    top: 0;
    left: 0;
    width: 100%;
    float: left;
    height: auto;
    position: fixed;
    text-align: center;
    z-index: 999999;
}
/* ce dracu e asta?
div.error {
    color: #ffffff;
    width: 250px;
    margin: 0px auto;
    padding: 5px 20px;
    font-weight: bold;
    text-align: center;
    position: relative;
    background-color: #ff8282;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
*/

#login div.error {
    color: #000000;
    padding: 4px 16px;
    margin: 10px 0 0 0;
    width: 250px !important;
    border: 1px solid #999999;
    background-color: #fdffd6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

label.error {
    color: #ff8282;
    float: none !important;
    display: block;
}
div.error {
    background-color: #FF8282;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 auto;
    padding: 5px 20px;
    position: relative;
    text-align: center;
    width: 250px;
}
label.success {
    color: green;
}
div.success {
    background-color: #94C15A;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 auto;
    padding: 5px 20px;
    position: relative;
    text-align: center;
    width: 250px;
}
input, select, textarea {
    color: #666666;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
select {
    width: 150px;
}

.category_title {

}

.order_by {
    padding-left: 5px;
    width: 135px !important;
    z-index:99999 !important;
    position:absolute !important;
}

.sort_by {
    float: left;
    cursor: default;
    padding: 2px 0 0 0 !important;
    width: 130px !important;

}

.sort_by_arrows {
    float: left;
    padding: 0 5px 0 2px;
}

.sort_by_arrows span {
    float: left;
    cursor: pointer;
    margin-right: 1px;
    border: 1px solid #f2f2f2;
}

.sort_by_arrows span:hover {
    border: 1px solid #333333;
}

.sort_by_arrows span.active {
    border: 1px solid #333333;
}

.wider{
    padding-right: 70px !important;
    width: 111px;
}

.wide{
    width: 90px;
}

.li_wide{
    width: 170px;
}

    #workspace #listwrapper .form_dropdown .list .trigger {
        background-color: #f2f2f2;
        border: 1px solid #a1abb4;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #workspace #listwrapper .form_dropdown .list .trigger span {
        top: 3px;
        right: 3px;
        position: absolute;
        background-repeat: no-repeat;
        background-color: transparent;
    }

    #workspace #listwrapper .form_dropdown .list a {
        float: left;
        padding: 0 10px;
        line-height: 20px;
        text-decoration: none;
    }

    #workspace #listwrapper .form_dropdown .list ul {
        top: 20px;
        left: 0px;
        float: left;
        width: auto;
        z-index: 1;
        display: none;
        position: absolute;
        background-color: #f2f2f2;
        border-right: 1px solid #a1abb4;
        border-left: 1px solid #a1abb4;
        border-bottom: 1px solid #a1abb4;
        -moz-box-shadow: 2px 2px 2px #9d9d9d;
        -webkit-box-shadow: 2px 2px 2px #9d9d9d;
        box-shadow: 2px 2px 2px #9d9d9d;
    }

    #workspace #listwrapper .form_dropdown .list ul a:hover {
        background-color: #e2e6eb;
    }

    #workspace #listwrapper .form_dropdown .list li.active a {
        background-color: #ced7e0;
    }

    #workspace #listwrapper .form_dropdown li.active a {
        background-color: #ced7e0;
    }

    #workspace #listwrapper .form_dropdown .fr {
        float: left;
        padding-left: 30px;
    }

    #workspace #listwrapper .form_dropdown .row {
        padding: 8px 0 5px;
        padding-left: 30px;
    }

        #workspace #listwrapper .form_dropdown .btn a {
            float: left;
            color: #808080;
            line-height: 20px;
            position: relative;
            text-decoration: none;
            padding: 0 10px 0 25px;
            background-color: #f2f2f2;
            border: 1px solid #a1abb4;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

        #workspace #listwrapper .marked a:hover,
        #workspace #listwrapper .btn a:hover {
            color: #333333;
            border-color: #333333;
        }

.media_list {
    width: auto !important;
}

.media_list:hover {
    background: #eeeeee;
}

.media_list_text label {
    display: inline-block !important;
}

#workspace #listwrapper .form_dropdown .fr .list a {
    width: 150px !important;
}

.account_view {
    min-width: 1090px;
}

.list-options {
    float: left;
    padding: 10px 2px 10px 4px;
}

.pagination,
.list-options .bulk-ops {
    float: left;
    font-size: 11px;
    padding: 5px 10px;
}
    .pagination a,
    .pagination span {
        float: left;
        color: #808080;
        padding: 4px 5px;
        border: 1px solid #d6d6d6;
        text-decoration: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .pagination a:hover {
        border-color: #999999;
    }

    .pagination ul {
        float: left;
    }

    .pagination ul li {
        float: left;
        padding: 1px 2px;
    }

    .pagination .prev a,
    .pagination .next a,
    .pagination .page a {
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(234,234,234) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(234,234,234))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(234,234,234) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(234,234,234) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(234,234,234) 100%); /* IE10+ */
        background: linear-gradient(top,  rgb(255,255,255) 0%,rgb(234,234,234) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    }

    .pagination .prev a,
    .pagination .next a,
    .pagination .last a,
    .pagination .first a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pagination .cur span {
        border-color: #333333;
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(234,234,234) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(234,234,234))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(234,234,234) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(234,234,234) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(234,234,234) 100%); /* IE10+ */
        background: linear-gradient(top,  rgb(255,255,255) 0%,rgb(234,234,234) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    }

    .bulk-ops label {
        float: left;
        color: #808080;
        padding: 0 8px 0 10px;
        cursor: pointer;
        height: 22px;
        line-height: 22px;
        background-color: #cccccc;
        border: 1px solid #cccccc;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(234,234,234) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(234,234,234))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(234,234,234) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(234,234,234) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(234,234,234) 100%); /* IE10+ */
        background: linear-gradient(top,  rgb(255,255,255) 0%,rgb(234,234,234) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    }

    .bulk-ops select {
        float: left;
        padding: 2px 2px;
        height: 24px;
        border-left: 0px;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .pagination .first a,
    .pagination .last a {
        background: #e8e8e8; /* Old browsers */
        background: -moz-linear-gradient(top,  #e8e8e8 0%, #e2e2e2 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #e8e8e8 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #e8e8e8 0%,#e2e2e2 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #e8e8e8 0%,#e2e2e2 100%); /* IE10+ */
        background: linear-gradient(top,  #e8e8e8 0%,#e2e2e2 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
    }


.legend {
    float: right;
    padding: 15px 20px;
    position: relative;
}

.legend ul {
    float: left;
    color: #808080;
    padding: 2px 5px;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */
    background: linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}

    .legend li {
        float: left;
        height: 16px;
        margin-left: 5px;
        position: relative;
        padding: 2px 10px 0px 20px;
        text-indent: 0px !important;
        width: auto !important;
    }

    .legend li .ui-icon {
        top: 1px;
        left: 0px;
        position: absolute;
    }

    .legend li.new {
        background-position: -224px -112px;
    }
    .legend li.open {

    }
    .legend li.closed {

    }
    .legend li.completed {

    }
    .legend li.finalized {

    }

/********** documents ***************/

#covers li,
.sortable li {
    float: left;
    margin-right: 4px;
    margin-bottom: 5px;
    padding: 8px !important;
    background-color: #fefefe;
    border: 1px solid #a1abb4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 0 6px #d3d3d3;
    -moz-box-shadow: 0 0 6px #d3d3d3;
    -webkit-box-shadow: 0 0 6px #d3d3d3;
}

#covers li:hover,
.sortable li:hover {
    border-color: #333333;
    background-color: #f0f0ee;
}

.sortable.boxes li {
    box-shadow: 1px 1px 4px #d3d3d3;
    -moz-box-shadow: 1px 1px 4px #d3d3d3;
    -webkit-box-shadow: 1px 1px 4px #d3d3d3;
}

.images-container li{
    min-height: 110px;
}
.sortable li a.target-container{
    text-align: center;
    display: block;
    min-height: 90px;
    vertical-align: middle;
    min-width: 90px;
}

.sortable{
    float: left;
    width: 100%;
    list-style-type: none;
    padding-bottom: 20px;
}




/******************************************/


#popup-window {
    z-index: 999999;
    display: none;
    overflow:auto;
    padding: 10px;
    background: #ffffff;
    position: absolute;
    border: 1px solid #a1abb4;
    max-width: 650px;
    max-height: 600px;
    min-width:600px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0 0 6px #999999;
    -webkit-box-shadow: 0 0 6px #999999;
    box-shadow: 0 0 6px #999999;
}

#popup-window .close{
    top: 0px;
    right: 0px;
    z-index: 1;
    float: right;
    text-align: right;
    position: relative;
}

#popup-window .close a {
    float: left;
    width: 20px;
    height: 20px;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    line-height: 20px;
    background-color: #a1abb4;
}

#popup-window div.video-desc{
    font-size: 12px;
    margin-top: 2px;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
}

#lightbox-bg , #lightbox-bg-widget {
    top: 0;
    left: 0;
    width:100%;
    z-index: 999;
    display: none;
    display: none;
    height: 2000px;
    position: fixed;
    background: #ffffff none repeat scroll 0 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
}

.popup-window img{
    max-width:600px;
}

.vendor_description {
    width: 600px;
    position: relative;
}

.vendor_description h1 {
    color: #666666;
    font-size: 12px;
    text-align: center;
}

.vendor_description table {
    width: 100%;
    font-size: 12px;
}

.vendor_description table tbody tr td.right {
    width: 390px;
    text-align: right;
    vertical-align: top;
}

.vendor_description table tbody tr td.left {
    text-align: left;
    width: 100px;
    vertical-align: top;
}

.vendor_description table tbody tr td.lefta {
    vertical-align: bottom;
}

.vendor_description table tbody tr td.righta {
    vertical-align: bottom;
}

.vendor_description table a{
    cursor: pointer;
}

.vendor_description .right .btn a,
.vendor_description .left .btn a {
    background-color: #f2f2f2;
    border: 1px solid #a1abb4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #808080;
    float: left;
    line-height: 20px;
    padding: 0 10px 0 10px;
    position: relative;
    text-decoration: none;
    position: absolute;
}

.row .btn a {
    /*
    background-color: #f2f2f2;
    border: 1px solid #a1abb4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #808080;
    float: left;
    line-height: 20px;
    padding: 0 10px 0 25px;
    position: relative;
    text-decoration: none;
    */
}

.row .btn .ui-icon {
    background-color: transparent;
    background-repeat: no-repeat;
    left: 5px;
    position: absolute;
    top: 1px!important;
}

.row .btn a.add {
    margin-top: 20px;
}

.vendor_description .left .btn a.edit {
    left: 0;
    bottom: 0;
    clear: both !important;
}


.vendor_description .right .btn a.delete {
    bottom: 0;
    clear: both !important;
    right: 0;
}

.btn_ticket_status {
    top: 0px;
    left: 0px;
    float: right;
    height: 20px;
    cursor: default;
    font-size: 11px;
    line-height: 20px;
    position: relative;
    padding: 0 10px 0 22px;
    text-transform: uppercase;
    border: 1px solid #a4a4a4;
    -moz-box-shadow: 1px 1px 0 #dde4ea;
    -webkit-box-shadow: 1px 1px 0 #dde4ea;
    box-shadow: 1px 1px 0 #dde4ea;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */
    background: linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .btn_ticket_status .ui-icon {
        top: 1px;
        left: 4px;
        position: absolute;
    }

.ticket_name {
    min-width: 150px;
    text-align: center;
    line-height: 25px;
    width: 15%;
}
.ticket_name a {
    text-align: left!important;
}

.ticket_name_header {
    min-width: 150px;
    text-align: center;
    line-height: 25px;
    width: 18%;
}

.ticket_username {
    min-width: 100px;
    text-align: left;
    line-height: 25px;
    width: 12%;
}

.ticket_username_header {
    min-width: 100px;
    text-align: center;
    line-height: 25px;
    width: 12%;
}


.ticket_vendor {
    min-width: 100px;
    text-align: center;
    line-height: 25px;
    width: 12%;
}

.ticket_category {
    min-width: 100px;
    text-align: center;
    line-height: 25px;
    width: 12%;
}

.ticket_date {
    min-width: 80px;
    text-align: center;
    line-height: 25px;
    width: 10%;
}

.ticket_datem {
    min-width: 120px;
    text-align: center;
    line-height: 25px;
    width: 10%;
}

.ticket_status {
    min-width: 60px;
    text-align: center;
    line-height: 25px;
    width: 7%;
}

.ticket_type {
    min-width: 100px;
    text-align: center;
    line-height: 25px;
    width: 10%;
}

.ticket_ul {
    min-width: 1200px;
}

.home_care_view li.category_title{
    padding: 10px 0 10px 30px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;

}

.vendors_view {
    min-width: 865px;
}

.category_view .wrap .single_name {
    padding-top: 7px;
    padding-left: 15px;
}

.category_view .btn {
    padding-left: 30px;
}


#listwrapper .buttons {
    float: left;
    width: 200px;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    top: 0;
    right: 0;
    position: absolute;
}
#listwrapper .buttons li {
    float: left;
    width: 180px;
    padding: 10px !important;
}

#listwrapper .buttons li.option {
    border-bottom: 1px solid #d9d9d9;
}
#listwrapper .buttons li.action {
    background-color: #eaf2fa;
}

#listwrapper .buttons li.action span {
    width: 100%;
    float: left;
    padding-bottom: 5px;
}

#listwrapper .buttons .button {
    float: right;
    width: 110px;
}


#sortable .ticket_list {
    height: auto;
}

#sortable_head .ticket_list .ticket_name,
#sortable .ticket_list .ticket_name {
    width: 13%;
}

#sortable_head .ticket_list .ticket_username_header,
#sortable .ticket_list .ticket_username {
    width: 11%;
}

#sortable_head .ticket_list .ticket_date,
#sortable .ticket_list .ticket_date {
    width: 7%;
}

#sortable_head .ticket_list .ticket_status_header,
#sortable .ticket_list .ticket_status {
    width: 6%;
}

#sortable_head .ticket_list .ticket_type,
#sortable .ticket_list .ticket_type {
    width: 8%;
}

#home_actions {
    float: left;
    width: 100%;
    padding-top: 20px;
}

    #home_actions .fieldset {
        width: 49%;
        margin: 10px 0;
        padding: 20px 0px;
        position: relative;
        background-color: #f7f7f7;
    }

    #home_actions .fieldset.l {
        float: left;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }

    #home_actions .fieldset.r {
        float: right;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }

    #home_actions .fieldset .section {
        top: -12px;
        left: 14px;
        cursor: default;
        padding: 0 15px;
        line-height: 20px;
        position: absolute;
        border: 1px solid #cccccc;
        text-shadow: 1px 1px 0 #ecf0f3;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
        background: linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    #home_actions .fieldset.active {
        border-color: #333333;
        background-color: #e7e9ea;
    }

    #home_actions .fieldset.active .section {
        border-color: #333333;
        background: #9dd53a; /* Old browsers */
        background: -moz-linear-gradient(top,  #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* IE10+ */
        background: linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */
    }

    #home_actions .fieldset .edits {
        padding-left: 14px;
    }

    #home_actions .fieldset .edits a {
        float: left;
        padding: 0 14px;
        line-height: 22px;
        margin-right: 10px;
        text-decoration: none;
        border: 1px solid #ffffff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    #home_actions .fieldset.active .edits a {
        background-color: #ffffff;
    }

    #home_actions .fieldset .edits a:hover {
        border-color: #333333;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
        background: linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    }

/************ start of homeowner accordion ******************/
#homeowner_accordion {
        width: 100%;
        overflow: hidden;

    }

    #homeowner_accordion,
    #homeowner_accordion a,
    #homeowner_accordion li,
    #homeowner_accordion ul {
        float: left;
    }

    #homeowner_accordion a {
        width: 100%;
        color: #a1abb4;
        line-height: 29px;
        text-decoration: none;
        padding: 0 20px 0 25px;
    }

        #homeowner_accordion ul a span {
            border: 1px solid #d14836;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

    #homeowner_accordion a:hover.head,
    #homeowner_accordion a:hover.item {
        color: #333333;
        height: 35px;
    }

    #homeowner_accordion a:hover.head .ui-icon,
    #homeowner_accordion a:hover.item .ui-icon {
        background-image: url(../img/ui-icons_222222_256x240.png);
    }

    #homeowner_accordion .head,
    #homeowner_accordion .item {
        position: relative;
        border-top: 1px solid #a1abb4;
        text-shadow: 1px 1px 0px #ecf0f3;
        background: #ecf0f3; /* Old browsers */
        background: -moz-linear-gradient(top,  #ecf0f3 0%, #dde4ea 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecf0f3), color-stop(100%,#dde4ea)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ecf0f3 0%,#dde4ea 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ecf0f3 0%,#dde4ea 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ecf0f3 0%,#dde4ea 100%); /* IE10+ */
        background: linear-gradient(top,  #ecf0f3 0%,#dde4ea 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf0f3', endColorstr='#dde4ea',GradientType=0 ); /* IE6-9 */
    }

    #homeowner_accordion ul {
        background-color: #e1e5e8;
        border-top: 1px solid #a1abb4;
    }

    #homeowner_accordion .selected a {
        color: #333333;
    }

    #homeowner_accordion .ui-icon,
    #sidebar .collapse .ui-icon {
        top: 5px;
        left: 3px;
        position: absolute;
        background-repeat: no-repeat;
        background-color: transparent;
    }

    #workspace .holder #homeowner_accordion .accordion_home {
        height: 100%;
    }

div.breakpoint {
    height: 0px;
    font-size: 1px;
    line-height: 1px;
    clear: both;
    display: block;
}

#homeowner_accordion h1 {
    font-size: 16px;
    height: 35px;
    padding-top: 15px;
    padding-left: 15px;
}

.accordion_homeowner {
    padding-left: 30px;
}
.accordion_homeowner  p{
    padding: 5px 0;
}

/****************** end of homeowner accordion **********************/

#category_id {
    width: 200px;
}

.formfields .row h1 {
    color: #666666;
    font-size: 22px;
    font-weight: normal;
    padding: 10px 0 10px 0;
}

.formfields .row .title,
.formfields .row .address,
.formfields .row .description {
    width: 797px;
    padding: 5px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f0f0ee;
}

.document_highlight {
    border: 1px solid #ccc;
}

label.about {
    font-weight: bold;
}

.label {
    display: inline-block !important;
}

.w100 {
    width: 100px;
}

.w150 {
    width: 150px;
}

.more-options,
.more-accounts {
    float: left;
    width: 100%;
    text-align: center;
}

    .more-options .fl,
    .more-accounts .fl {
        padding-left: 14px;
    }

    .more-options a,
    .more-accounts a {
        float: left;
        color: #999999;
        font-size: 10px;
        line-height: 23px;
        position: relative;
        text-decoration: none;
        padding: 0 10px 0 25px;
        text-transform: uppercase;
        border-right: 1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */
        background: linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .more-options a .ui-icon,
    .more-accounts a .ui-icon {
        top: 3px;
        left: 5px;
        position: absolute;
        background-repeat: no-repeat;
        background-color: transparent;
    }

    .more-options a:hover,
    .more-accounts a:hover {
        color: #000000;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
        background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    }

/****************************** tables *********************************/

table.admin-table {
    width: 100%;
    color: #999999;
    min-width: 1020px;
    margin-top: 0px;
    text-align: center;
    border-bottom: 2px solid #d9d9d9;
}

table.admin-table a img {
    border: none;
}

table.admin-table thead tr, table.admin-table tbody tr.heading {
    height: 23px;
    line-height: 23px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}
table.admin-table thead {
    background:#d9d9d9 url(../img/admin/col-headers.jpg) left top repeat-x;
}

table.admin-table thead td {

}

table.admin-table thead td:last-child {
    border: none;
}

table.admin-table tbody tr td {
    border-top: 1px solid #f2f2f2;
}
table.admin-table tbody tr {
    height: 25px;
}

table.admin-table .name {
    display: block;
    line-height: 20px;
}

table.admin-table a:hover.name {
    background-color: #ffffff;
    text-decoration: none !important;
}

table.admin-table tbody tr.odd {
    /*background-color: #fff;*/
}

table.admin-table tbody tr.even {
    /*background-color: #e3eaeb;*/
}

table.admin-table tbody tr.hover {
    background-color: #ffeb86 !important;
}

table.admin-table tbody tr td {
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
}

table.admin-table tr td.left,
table.admin-table tr td.tleft {
    text-align: left;
}

table.admin-table tr td.category {
    text-align: left;
}

table.admin-table tr td.right {
    text-align: right;
}
table.admin-table thead span {
    width: 1px;
    float: right;
    height: 22px;
    line-height: 22px;
    text-align: center;
    padding-right: 1px;
    border-left: 1px solid #d6d6d6;
}

/************************** end tables *************************/

table.tablesorter thead tr .table_header {
    color: #808080;
    cursor: pointer;
    font-size: 10px;
    font-weight: normal;
    border-top: 1px solid #d6d6d6;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(../img/admin/bg.gif);
    background-color: transparent;
}
table.tablesorter thead tr .table_header.no-sort {
    background-image: none;
}
table.tablesorter thead tr .table_header:hover {
    color: #000000;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url(../img/admin/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
    background-image: url(../img/admin/desc.gif);
}
/************** ***********************/

/* admin */
#mainmenu.admin li.i0 .item .ui-icon,
#mainmenu.admin li.i0 .head .ui-icon { /* home */
    background-position: 0 -112px;
}

#mainmenu.admin li.i1 .item .ui-icon,
#mainmenu.admin li.i1 .head .ui-icon { /* ticket list */
    background-position: -144px -144px;
}

#mainmenu.admin li.i2 .item .ui-icon,
#mainmenu.admin li.i2 .head .ui-icon { /* photos */
    background-position: -208px -128px;
}

#mainmenu.admin li.i3 .item .ui-icon,
#mainmenu.admin li.i3 .head .ui-icon { /* documents */
    background-position: -240px -128px;
}

#mainmenu.admin li.i4 .item .ui-icon,
#mainmenu.admin li.i4 .head .ui-icon { /* accounts */
    background-position: -144px -96px;
}

#mainmenu.admin li.i5 .item .ui-icon,
#mainmenu.admin li.i5 .head .ui-icon { /* categories */
    background-position: -16px -96px;
}

#mainmenu.admin li.i6 .item .ui-icon,
#mainmenu.admin li.i6 .head .ui-icon { /* home care */
    background-position: -16px -112px;
}

#mainmenu.admin li.i7 .item .ui-icon,
#mainmenu.admin li.i7 .head .ui-icon { /* external vendors */
    background-position: -112px -96px;
}

#mainmenu.admin li.i8 .item .ui-icon,
#mainmenu.admin li.i8 .head .ui-icon { /* profile */
    background-position: -112px -128px;
}

#mainmenu.admin li.i9 .item .ui-icon,
#mainmenu.admin li.i9 .head .ui-icon { /* logout */
    background-position: 0 -176px;
}

/* homeowner */
#mainmenu.homeowner li.i0 .item .ui-icon,
#mainmenu.homeowner li.i0 .head .ui-icon { /* home */
    background-position: 0 -112px;
}

#mainmenu.homeowner li.i1 .item .ui-icon,
#mainmenu.homeowner li.i1 .head .ui-icon { /* ticket list */
    background-position: -144px -144px;
}

#mainmenu.homeowner li.i2 .item .ui-icon,
#mainmenu.homeowner li.i2 .head .ui-icon { /* photos */
    background-position: -208px -128px;
}

#mainmenu.homeowner li.i3 .item .ui-icon,
#mainmenu.homeowner li.i3 .head .ui-icon { /* home care */
    background-position: -16px -112px;
}

#mainmenu.homeowner li.i4 .item .ui-icon,
#mainmenu.homeowner li.i4 .head .ui-icon { /* documents */
    background-position: -240px -128px;
}

#mainmenu.homeowner li.i5 .item .ui-icon,
#mainmenu.homeowner li.i5 .head .ui-icon { /* external vendors */
    background-position: -112px -96px;
}

#mainmenu.homeowner li.i6 .item .ui-icon,
#mainmenu.homeowner li.i6 .head .ui-icon { /* profile */
    background-position: -112px -128px;
}

#mainmenu.homeowner li.i7 .item .ui-icon,
#mainmenu.homeowner li.i7 .head .ui-icon { /* logout */
    background-position: 0 -176px;
}

/* vendor */
#mainmenu.vendor li.i0 .item .ui-icon,
#mainmenu.vendor li.i0 .head .ui-icon { /* home */
    background-position: 0 -112px;
}

#mainmenu.vendor li.i1 .item .ui-icon,
#mainmenu.vendor li.i1 .head .ui-icon { /* ticket list */
    background-position: -144px -144px;
}

#mainmenu.vendor li.i2 .item .ui-icon,
#mainmenu.vendor li.i2 .head .ui-icon { /* profile */
    background-position: -112px -128px;
}

#mainmenu.vendor li.i3 .item .ui-icon,
#mainmenu.vendor li.i3 .head .ui-icon { /* logout */
    background-position: 0 -176px;
}
/************** ***********************/

.search_actions {
    float: left;
    position: relative;
}

#advanced_search {
    top: 30px;
    left: 0px;
    float: left;
    height: auto;
    display: none;
    z-index: 1;
    width: 100%;
    position: absolute;
    background-color: #f6f6f6;
    border: 1px solid #a1abb4;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    -moz-box-shadow: 1px 1px 0px #dde4ea;
    -webkit-box-shadow: 1px 1px 0px #dde4ea;
    box-shadow: 1px 1px 0px #dde4ea;
}

    #advanced_search .wrap {
        float: right;
        padding: 10px;
        float: right;
        width: 95%;
    }

    #advanced_search .options {
        float: right;
        width: 150px;
        padding-top: 7px;
    }

    #advanced_search.products .options {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }

    #advanced_search .options ul {
        padding-left: 0px !important;
        padding-bottom: 10px;
    }

    #advanced_search.products .options ul {
        width: 100%;
        margin: 0;
    }

    #advanced_search.users {
        width: 650px;
    }

    #advanced_search.short {
        width: 250px;
    }

    #advanced_search.users .wrap {
        width: 630px;
    }

    #advanced_search.users .options {
        width: 33%;
        padding-left: 0!important;
    }

    #advanced_search.users .options ul {
        width: 100%;
    }

    #advanced_search.users .options li {
        width: 210px !important;
    }

    #advanced_search.users .options li a {
        width: 190px !important;
    }

    #advanced_search.users .options li a em {
        width: 100%!important;
    }

    #advanced_search .options li {
        float: left;
        position: relative;
        margin-bottom: 5px;
        width: 150px !important;
    }

    #advanced_search.products .options ul li {
        width: 100%!important;
    }

    #advanced_search .options li a {
        width: 140px;
    }

    #advanced_search.products .options ul li a {
        width: 100%;
    }

    #advanced_search.products .options .scroller {
        overflow-y: auto;
        max-height: 500px;
    }

    #advanced_search.products .options .list li a {
        padding: 0;
        text-indent: 5px;
    }

    #advanced_search fieldset {
        float: left;
        padding: 0 10px;
        border: 1px solid #a1abb4;
        height: 60px;
        background-color: #fefefe;
    }

    #advanced_search fieldset legend {
        margin-left: 10px;
    }

    #advanced_search fieldset input {
        width: 65px;
    }
    #advanced_search fieldset input.error {
        border-color: #ff0000;
    }

    #advanced_search .go_search {
        float: left;
        width: 100%;
    }

    #advanced_search .go_search .btn {
        float: right;
    }

    #advanced_search .trigger {
        width: 130px;
    }

    #advanced_search .btn {
        padding-right: 0px !important;
    }

.search_actions input[type="button"]{
    z-index: 2;
}

.search_actions .hidable,
.search_actions .invisible {
    display: none;
}

#search_actions {
    float: left;
}

.filters {
    float: left;
}

.menu_wider {
    width: 140px;
    display: inline-block;
}

.menu_wider a {
    width: 120px;
}

.menu_widest {
    width: 110px;
    display: inline-block;
}

.menu_widest a {
    width: 100px;
}

.menu_category {
    display: inline-block;
    width: 110px;
}

.menu_category a {
    width: 90px;
}

.search_fields {
    float: left;
}

.search_fields label {
    padding-right: 10px;
}

.search_fields #search,
.search_fields .input {
    float: left;
    width: 240px;
    color: #666666;
    padding: 3px 6px;
    line-height: 100%;
    border-width: 1px;
    border-style: solid;
    background-color: #f6f6f6;
    border-color: #a4a4a4 #b9b9b9 #b9b9b9;
    -moz-box-shadow: 0 1px 0 #ffffff, 0 1px 1px rgba(0, 0, 0, 0.17) inset;
    -webkit-box-shadow: 0 1px 0 #ffffff, 0 1px 1px rgba(0, 0, 0, 0.17) inset;
    box-shadow: 0 1px 0 #ffffff, 0 1px 1px rgba(0, 0, 0, 0.17) inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 14px;
}

.search_fields.long #search,
.search_fields.long .input {
    width: 195px;
}

    .search_fields .active.input {
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .search_fields .cq {
        float: left;
        color: #808080;
        font-size: 11px !important;
        padding: 0 10px !important;
        line-height: 21px !important;
        position: relative;
        text-decoration: none;
        border: 1px solid #a1abb4;
        text-transform: uppercase;
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(234,234,234) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(234,234,234))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(234,234,234) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(234,234,234) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(234,234,234) 100%); /* IE10+ */
        background: linear-gradient(top,  rgb(255,255,255) 0%,rgb(234,234,234) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */

        border-left: 0px ;
        -webkit-border-top-left-radius: 0px ;
        -webkit-border-bottom-left-radius: 0px ;
        -moz-border-radius-topleft: 0px ;
        -moz-border-radius-bottomleft: 0px ;
        border-top-left-radius: 0px ;
        border-bottom-left-radius: 0px ;
    }

.dates {
    clear: both;
    float: left;
}

.dates .w200 {
    width: 155px;
    display: inline-block;
}

.dates input[type="text"] {
    background-color: #f6f6f6;
    border-color: #a4a4a4 #b9b9b9 #b9b9b9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    -moz-box-shadow: 0 1px 0 #ffffff, 0 1px 1px rgba(0, 0, 0, 0.17) inset;
    -webkit-box-shadow: 0 1px 0 #ffffff, 0 1px 1px rgba(0, 0, 0, 0.17) inset;
    box-shadow: 0 1px 0 #ffffff, 0 1px 1px rgba(0, 0, 0, 0.17) inset;
    color: #666666;
    font-size: 12px;
    line-height: 100%;
    margin: 10px 0;
    padding: 2px 5px;
    width: 120px;
}

.textarea_common {
    height: 210px;
}

.textarea_comments {
    height: 230px;

}

.ticket_video_close {
    text-decoration: none;
}

#administration_table span.new {
    display: none;
}

#administration_table span.open {
    display: none;
}

#administration_table span.complete {
    display: none;
}

#administration_table span.closed {
    display: none;
}

#administration_table span.finalized {
    display: none;
}

#administration_table span.clickable {
    cursor: pointer;
}

#administration_table span.clickable:hover {
    background-color: #ffffff;
}

#administration_table .no-sort a {
    text-decoration: none;
    padding-left: 15px;
}

#tasks {
    width: 100%;
    float: left;
}

    #tasks .row {
        top: 0px;
        left: 0px;
        position: relative;
        padding: 0 15px 15px 15px;
    }

    #tasks .row.closed fieldset {
        cursor: pointer;
    }

    #tasks .trigger {
        top: 22px;
        float: left;
        right: 22px;
        width: 90px;
        cursor: pointer;
        font-size: 10px;
        position: absolute;
        text-decoration: none;
        text-transform: uppercase;
    }

        #tasks .trigger .ui-icon {
            float: right;
        }

    #tasks fieldset {
        padding: 10px;
        border: 0px none;
        background-color: #fbfbfb;
        border: 1px solid #bfbfbf;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    #tasks .row.open .ui-icon {
        display: none;
    }

    #tasks .row.hover fieldset {
        background-color: #ffffcb;
    }

    #tasks fieldset legend {
        padding: 5px 8px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-left: 10px;
        background-color: #ffffff;
        -moz-box-shadow: 1px 1px 0px #bfbfbf;
        -webkit-box-shadow: 1px 1px 0px #bfbfbf;
        box-shadow: 1px 1px 0px #bfbfbf;
    }

    #tasks fieldset ul {
        display: none;
        padding-top: 5px;
    }

        #tasks fieldset ul.null {
            display: block;
        }

        #tasks fieldset ul li.first {
            border-top: 0px;
        }

        #tasks fieldset ul li {
            border-top: 1px dotted #dddddd;
        }

        #tasks fieldset ul li a {
            color: #666666;
            display: block;
            padding: 0 5px;
            line-height: 22px;
            text-decoration: none;
        }

        #tasks fieldset ul li a:hover {
            color: #000000;
            background-color: #ffffff;
        }

        #tasks fieldset ul li  .block {
            display: block;
        }

        #tasks fieldset ul li .title {
            font-weight: bold;
        }

        #tasks fieldset ul li .description {

        }

        #tasks fieldset ul li .frequency {

        }

#comments {
    width: 100%;
    float: left;
    padding: 0 0 20px 0;
    background-color: #e6e6e6;
    border-top: 1px dashed #a1abb4;
}

    #comments .wrapper {
        padding-left: 15px;
    }

    #comments h1 {
        width: 816px;
        display: block;
        font-size: 14px;
        line-height: 24px;
        padding-top: 10px;
        font-weight: normal;
        border-bottom: 1px solid #ffffff;
    }

    #comments .trigger {
        width: 816px;
        display: block;
        line-height: 22px;
        text-align: center;
        text-decoration: none;
        border: 1px solid #bdbdbd;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background: #f5f5f5; /* Old browsers */
        background: -moz-linear-gradient(top,  #f5f5f5 0%, #e6e6e6 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #f5f5f5 0%,#e6e6e6 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #f5f5f5 0%,#e6e6e6 100%); /* IE10+ */
        background: linear-gradient(top,  #f5f5f5 0%,#e6e6e6 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
    }

    #comments .add-comment-container {
        display: block;
        padding-top: 10px;
        padding-bottom: 35px;
    }

    #comments .add-comment-container input[type=submit] {
        margin-top: 5px;
        margin-right: 5px;
    }

    #comments .comments-container {
        padding: 5px 0 0 0;
    }

    #comments .comments-container {
        display: none;
    }

    #comments .comments-container li {
        padding: 5px 0;
    }

    #comments .comments-container .comment {
        width: 797px;
        padding: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color: #ffffff;
        -moz-box-shadow: 1px 1px 0px #bfbfbf;
        -webkit-box-shadow: 1px 1px 0px #bfbfbf;
        box-shadow: 1px 1px 0px #bfbfbf;
    }

    #comments .comments-container .comment ul {
        list-style-type: disc;
        list-style-position: inside;
    }

    #comments .comments-container .comment ol {
        list-style-position: inside;
    }

    #comments .comments-container .comment .time {
        font-style: italic;
        font-size: 10px;
    }

    #comments .comments-container .comment p {
        padding-top: 10px;
    }

.formfields .sortable .media_list {
    height: 120px;
}

.form_title {
    font-size: 16px !important;
    font-weight: normal !important;
    text-shadow: 1px 1px 0 #ecf0f3;
}

/* tabbed content */
.tabbed {
    z-index: 1;
    padding-top: 28px;
    position: relative;
}

    .tabbed ul.tabnav {
        margin: 0;
        z-index: 1;
        top: 0px;
        left: 0px;
        float: left;
        list-style: none;
        position: absolute;
        padding: 1px 0 0 0;
    }

    .tabbed ul.tabnav li {
        float: left;
    }

    .tabbed ul.tabnav li a {
        float: left;
        padding: 4px 10px;
        margin-right: 5px;
        text-decoration: none;
        background-color: #ced7e0;
        text-shadow: 1px 1px 0 #ecf0f3;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #666666;
        border: 1px solid #a1abb4;
        background: #ecf0f3; /* Old browsers */
        background: -moz-linear-gradient(top,  #ecf0f3 0%, #dde4ea 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecf0f3), color-stop(100%,#dde4ea)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ecf0f3 0%,#dde4ea 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ecf0f3 0%,#dde4ea 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ecf0f3 0%,#dde4ea 100%); /* IE10+ */
        background: linear-gradient(top,  #ecf0f3 0%,#dde4ea 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf0f3', endColorstr='#dde4ea',GradientType=0 ); /* IE6-9 */
    }

    .tabbed ul.tabnav li a.selected,
    .tabbed ul.tabnav li a:hover {
        color: #000000;
        padding-top: 6px;
        padding-bottom: 6px;
        border-bottom: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        background-color: #dde4ea;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .tabbed ul.tabnav li a:focus {
        outline: 0;
    }

    div.tabbed > div {
        clear: both;
        width: 785px;
        padding: 10px;
        border: 1px solid #a1abb4;
        background-color: #dde4ea;
        -webkit-border-bottom-right-radius: 7px;
        -webkit-border-bottom-left-radius: 7px;
        -moz-border-radius-bottomright: 7px;
        -moz-border-radius-bottomleft: 7px;
        border-bottom-right-radius: 7px;
        border-bottom-left-radius: 7px;
    }

#workspace .header .actions .sort a.sortby {
    width: 130px;
}

.homeowner_width {
    min-width: 95px;
}

.vendor_width {
    min-width: 70px;
}

.category_width {
    min-width: 90px;
}

.type_width {
    min-width: 65px;
}

.ticket_videos div {
    float: left;
    width: 536px;
}

.ticket_videos .input {
    float: left;
}

.ticket_videos .error {
    display: block;
}

.ticket_videos .ticket_video_close {
    float: right;
    height: 22px;
    padding-top: 5px;
}

.documents {
    float: left;
    width: 806px;
}

    .documents h3 {
        float: left;
        width: 778px;
        height: 32px;
        color: #666666;
        font-size: 13px;
        padding: 0 14px;
        line-height: 32px;
        border-top: 1px solid #d8d8d8;
        border-left: 1px solid #d8d8d8;
        border-right: 1px solid #d8d8d8;
        text-shadow: 1px 1px 0 #ffffff;
        background: #fafafa; /* Old browsers */
        background: -moz-linear-gradient(top,  #fafafa 0%, #eaeaea 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #fafafa 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #fafafa 0%,#eaeaea 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #fafafa 0%,#eaeaea 100%); /* IE10+ */
        background: linear-gradient(top,  #fafafa 0%,#eaeaea 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    }

    .documents ul {
        float: left;
        margin-bottom: 20px;
        border: 1px solid #d8d8d8;
    }

    .documents li.pdf {
        background-image: url(../img/admin/file_pdf.png);
    }

    .documents li.jpg {
        background-image: url(../img/admin/file_jpg.png);
    }

    .documents li {
        float: left;
        width: 753px;
        height: 42px;
        padding: 6px 10px 7px 43px;
        border-top: 1px solid #eeeeee;
        background-color: #f8f8f8;
        background-repeat: no-repeat;
        background-position: 5px center;
    }

        .documents ul li.first {
            border: 0px none;
        }

    .documents .name {
        float: left;
        width: 680px;
        line-height: 24px;
    }

    .documents .details {
        float: left;
        width: 680px;
        color: #999999;
        font-size: 10px;
        font-style: italic;
    }

        .documents .details .fr {
            padding-left: 20px;
        }

    .documents .target-actions {
        float: right;
        width: 60px;
        height: 42px;
        display: none;
        position: relative;
        background-color: #f8f8f8;
    }

        .documents li.hover {
            background-color: #ffffff;
        }

        .documents li.active {
            background-color: #fff4c1;
        }

        .documents li.hover .target-actions {
            display: block;
        }

        .documents .target-actions a {
            left: 0px;
            float: left;
            width: 60px;
            height: 20px;
            color: #999999;
            font-size: 10px;
            line-height: 20px;
            text-align: center;
            position: absolute;
            text-decoration: none;
            text-transform: uppercase;
        }

        .documents .target-actions a.edit {
            top: 0px;
            border: 1px solid #d8d8d8;
            -webkit-border-top-left-radius: 3px;
            -webkit-border-top-right-radius: 3px;
            -moz-border-radius-topleft: 3px;
            -moz-border-radius-topright: 3px;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

        .documents .target-actions a.remove {
            top: 21px;
            border: 1px solid #d8d8d8;
            -webkit-border-bottom-right-radius: 3px;
            -webkit-border-bottom-left-radius: 3px;
            -moz-border-radius-bottomright: 3px;
            -moz-border-radius-bottomleft: 3px;
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        .documents .target-actions a:hover {
            z-index: 1;
        }

        .documents .target-actions a:hover.edit {
            color: #333333;
            border-color: #333333;
            background-color: #eeeeee;
        }

        .documents .target-actions a:hover.remove {
            color: #333333;
            border-color: #333333;
            background-color: #eeeeee;
        }

        .recipe_categories {
            padding-top: 5px;
        }

        .recipe_categories label {
            font-weight: bold;
        }

        .ui-datepicker {
            width: 220px;
        }

        .datepicker_holder,
        .end_datepicker_holder,
        .start_datepicker_holder {
            float: left;
            position: relative;
        }

        button.ui-datepicker-trigger {
            top: 0px;
            right: -33px;
            cursor: pointer;
            position: absolute;
            padding: 4px 2px 3px 2px;
            border: 1px solid #b9b9b9;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

        .ui-datepicker-title {
            font-size: 13px;
        }

        .ui-datepicker th {
            font-size: 12px;
        }

        .ui-datepicker td a,
        .ui-datepicker td span {
            display: block;
            padding: 0.2em;
            font-size: 12px;
            text-align: right;
            text-decoration: none;
        }

        .ui-datepicker .ui-datepicker-prev,
        .ui-datepicker .ui-datepicker-next {
            height: 26px;
        }

.source{
    width:30%;
    float:left;
    line-height:30px;
}


.art_title{
    width:30%;
    float:left;
    padding-left:30px;
}

.date_published{
    width:30%;
    float:left;
    line-height:30px;
}

.items{
    top:0;
    float:left;
    line-height:30px;
    z-index:999;
    position:relative;
    height:29px;
    border-bottom:1px solid #A1ABB4;
    box-shadow:-2px -2px 2px #E6E6E6 inset;
    width:100%;
}

.photo{
    max-height:50px;
    text-align:center;
}

.video_list{
    max-height:50px;

    text-align:center;
}

.videos_list a{
    line-height:50px !important;
    height:50px;
}

.sorting{
    height:50px !important;
    position:relative;
}

.photos a{
    line-height:50px !important;
}

.photo_check {
    padding: 18px 10px 7px 6px !important;
}

.video_check {
    padding: 18px 10px 7px 6px !important;
}

.photo_dragger{
    height:50px !important;
}

.video_dragger{
    height:50px !important;
}

.photo-ui-icon{
    top:17px !important;
}

.video-ui-icon{
    top:17px !important;
}


.video_add{
    position:relative;
    top:10px;
    left:10px;
}

.video_add_container{
    width: 140px;
    height:110px;
    background-color:#F0F0EE;
    border-radius: 4px;
    top:20px;
    box-shadow:0 1px 0 #FFFFFF, 0 1px 1px rgba(0, 0, 0, 0.17) inset;
    position:relative;
}

.header .fields li{
    padding-bottom:0px;
}

.fields li{
    padding-bottom:10px;
        font-family:arial;
    font-size:14px;
}

.fields input{
    width:290px;
    height:20px;
}

select.editable{
    float:left;
    width:395px;
    padding-left:10px;
    padding-top:10px;
}

.widget{
    float:left;
    overflow:auto;
    font-family:arial;
    font-size:14px;
}

.widget label.fl{
    float:left;

}

.widget .fl{
}

.fl_label{
    height:15px;
}

.widget .fl p label{
    padding-right:20px;
    float:left;
    width:25px!important;
    line-height:20px;
}

.widget .fl p{
    padding-bottom:10px;
}

.widget .fl p input{
    width:240px;
    height:20px;
}

.widget .slideimageuploader,
.widget .imageuploader{
    float:left;
    height:	90px;
    position:relative;
    padding-left:10px;
    z-index:9999;
}

.img_upload{
    float:left;
}

.widget img{
    padding-left:15px;
    width:84px;
}

.widget a{
    float:right;
    line-height:85px;
    padding-left:10px;
}


.widget .fl p input[type='checkbox'] {
    width:20px;
 }

.widget .fl p input[type='radio'] {
    width:20px;
    height:10px;
 }

.widget .mceEditor{
    float:left;
}

.actions{
    float:left;
}

.add_widget_name{
    width:90%;
    padding-left:20px;
    line-height:30px;
}

.widget_title_name{
    padding-left:20px;
}

.widget_title_name li{
    padding-top:10px;
}

.widget_title_name li input{
    width:350px;
    height:20px;
    padding-left:5px;
}

.widget input{
    padding-left:5px;
}

.inside_widget_form .actions{
    padding-top:15px;
}

.clearlooks2{
    z-index:9999999!important;
}
#form_delimiter{
    margin-bottom:10px;
    border-bottom:1px solid #ccc;
    float:left;
    width:100%;
}

#formwrapper .actions {
    float: left;
    width: 100%;
    height: auto;
    z-index: 99999;
    padding: 10px 0;
    position: relative;
}

.widg_title{
    width:450px;
    height:20px;
}

.img_up{
    width:300px;
}

#dashboard {
    float: left;
    padding: 20px;
}

#dashboard table.full td {
    padding: 10px;
}

#dashboard .block a {
    text-decoration: none;
}

#dashboard .block ul {
    float: left;
    width: 100%;
    height: 200px;
    overflow: auto;
    border: 1px solid #a1abb4;
    border-top: 0px;
}

#dashboard .block {
    width: 100%;
    float: left;
    padding-bottom: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#dashboard .block li {
    border-bottom: 1px solid #cccccc;
}

#dashboard .block li a {
    display: block;
    padding: 10px 20px;
    background-color: #ffffff;
}

    #dashboard .block li a:hover {
        background: #fefcea; /* Old browsers */
        background: -moz-linear-gradient(top,  #fefcea 55%, #efe7b3 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(55%,#fefcea), color-stop(100%,#efe7b3)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #fefcea 55%,#efe7b3 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #fefcea 55%,#efe7b3 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #fefcea 55%,#efe7b3 100%); /* IE10+ */
        background: linear-gradient(top,  #fefcea 55%,#efe7b3 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#efe7b3',GradientType=0 ); /* IE6-9 */
    }

#dashboard .label {
    float: left;
    height: 30px;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    border: 1px solid #a1abb4;
    text-shadow: 1px 1px 0px #ecf0f3;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: rgb(236,240,243); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(236,240,243) 0%, rgb(221,228,234) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(236,240,243)), color-stop(100%,rgb(221,228,234))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb(236,240,243) 0%,rgb(221,228,234) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(236,240,243) 0%,rgb(221,228,234) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(236,240,243) 0%,rgb(221,228,234) 100%); /* IE10+ */
    background: linear-gradient(top,  rgb(236,240,243) 0%,rgb(221,228,234) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf0f3', endColorstr='#dde4ea',GradientType=0 ); /* IE6-9 */
}

#dashboard .label span {
    float: left;
    padding-left: 20px;
}

#dashboard .logo {
    top: 10px;
    right: 10px;
    padding: 5px;
    position: absolute;
    background-color: #0b0b0b;
    border: 1px solid #a1abb4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 3px #a1abb4;
    -webkit-box-shadow: 0 0 3px #a1abb4;
    box-shadow: 0 0 3px #a1abb4;
}

#dashboard .states {
    /*height: 210px;*/
    height: auto;
    position: relative;
}

#dashboard .states ul {
    float: left;
    width: 100%;
    clear: both;
    padding: 15px 0;
    background-color: #ecf0f3;
    border: 1px solid #a1abb4;
    border-top: 0px;
}

#dashboard .states a {
    line-height: 14px;
    text-decoration: none;
}

    #dashboard .states a:hover span {
        color: #eb7a2b;
    }

#dashboard .states li {
    display: block;
    padding: 5px 20px;
}

#dashboard .states ul span {
    float: left;
    width: 45px;
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
    text-align: right;
}

#dashboard .states table td {
    padding: 0px;
}

#pdfcontainer,
#thumbcontainer,
.image_container_design,
#filecontainer,
#slideimagecontainer,
#imagecontainer {
    float: left;
    width: 822px;
    padding-top: 10px;
}

#thumbcontainer div,
.image_container_design div,
#filecontainer div,
#slideimagecontainer div,
#imagecontainer div {
    float: left;
    width: 100px;
    height: 100px;
    padding: 10px 11px;
    position: relative;
    margin-right: 13px;
    margin-bottom: 12px;
    background-color: #f6f6f6;
    border: 1px solid #a4a4a4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.image_container_design div.group {
    margin: 0;
    width: 148px;
    height: auto;
}

.image_container_design div.group label,
.image_container_design div.group input[type="radio"] {
    float: left;
    line-height: 14px;
    margin: 3px 10px 3px 0;
}

.image_container_design div.group label {
    width: 100px;
    text-align: left;
    padding: 0!important;
}

    .image_container_design,
    #filecontainer img,
    #slideimagecontainer.limg,
    #imagecontainer.limg {
        width: 100%;
    }

    #slideimagecontainer.limg div,
    #imagecontainer.limg div {
        width: 217px;
        height: 160px;
    }
    #slideimagecontainer.limg .image,
    #imagecontainer.limg .image {
        width: 217px;
    }

#thumbcontainer div a {
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 122px;
    height: 120px;
    position: absolute;
    text-indent: -99999px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#csvcontainer div a,
#specialthumbcontainer div a,
#thumbcontainer div a {
    background: url("../img/admin/remove-image.png") no-repeat scroll center center #ffffff;
    border-radius: 5px;
    cursor: pointer;
    height: 19px;
    left: 0;
    position: absolute;
    text-indent: -99999px;
    top: -10px;
    width: 19px;
    z-index: 1;
}

.image_container_design div a.shadowbox,
#filecontainer div a.shadowbox,
#slideimagecontainer div a.shadowbox,
#imagecontainer div a.shadowbox {
    text-indent: 0px;
}
#thumbcontainer div a:hover {
    background: #ffffff url(../img/admin/remove-image.png) center center no-repeat;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";
    filter: alpha(opacity=92);
    opacity: 0.92;
}

#thumbuploader .qq-upload-list,
#slideimageuploader .qq-upload-list,
#imageuploader .qq-upload-list {
    margin: 0px !important;
}

#thumbuploader .qq-upload-button.error,
#slideimageuploader .qq-upload-button.error,
#imageuploader .qq-upload-button.error {
    background: url("../img/admin/white-grad.png") repeat-x scroll left top #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    display: block;
    padding: 4px 0;
    text-align: center;
    width: 105px;
    color: #000000;
    font-weight: normal;
    margin: 0;
}
#thumbuploader .qq-upload-button.error,
#slideimageuploader .qq-upload-button.error,
#imageuploader .qq-upload-button.error {
    border-color: red;
}

.hidder {
    width: 1px;
    float: left;
    height: 1px;
    overflow: hidden;
    position: relative;
}

.hidder input {
    position: absolute;
    left: -9999999px;
}

#thumbcontainer .just_thumb,
.image_container_design .just_thumb,
#filecontainer .just_thumb,
#slideimagecontainer .just_thumb,
#imagecontainer .just_thumb {
    width: 100px;
}

.sortable,
.filecontainer{
    float: left;
    width: 822px;
    padding-top: 10px;
}

#siteimagecontainer{
    float: left;
    width: 100%;
    padding-top: 10px;
}

.sortable div,
.filecontainer div{
    float: left;
    width: 100px;
    height: 100px;
    padding: 10px 11px;
    position: relative;
    margin-right: 13px;
    margin-bottom: 12px;
    background-color: #f6f6f6;
    border: 1px solid #a4a4a4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor:pointer;
}


.image_container_design a.image_remove_block,
.sortable div a.image_remove_block,
.filecontainer div a.image_remove_block{
    top: -10px;
    right: -10px;
    z-index: 1;
    width: 19px;
    height: 19px;
    position: absolute;
    text-indent: -99999px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: url(../img/admin/remove-image.png) center center no-repeat transparent;
    cursor: pointer;
}

.image_container_design  div a.image_drag_block,
.sortable div a.image_drag_block,
.filecontainer div a.image_drag_block{
    top: -10px;
    left: 0;
    z-index: 1;
    width: 19px;
    height: 19px;
    position: absolute;
    text-indent: -99999px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff url(../img/admin/cursor_drag_arrow.png) center center no-repeat;
    cursor: pointer;
}

#slideimageuploader .qq-upload-list,
#imageuploader .qq-upload-list {
    margin: 0px !important;
}

#slideimageuploader .qq-upload-button.error,
#imageuploader .qq-upload-button.error {
    border-color: red;
}

.shadowbox img {
    max-width: 100px;
    max-height: 100px;
}

.no_results {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    border-bottom: 1px solid #a1abb4;
    font-weight: bold;
    font-size: 14px;
}

.ui-icon-restore {
    background-position: -48px -63px;
}


#col_container{
    width: 100%;
}
    #col_container .col .sp_delete{
        background: url("../img/admin/false.gif") no-repeat scroll center center transparent;
        cursor:pointer;
        height: 36px;
        position: absolute;
        right: 0;
        top: 0;
        width: 35px;
    }
    #col_container .col .name{
        padding:0px 0px 0px 10px;
    }

    #col_container .col .sp_drag{
        background: url(../img/admin/bg.gif) no-repeat scroll center center transparent;
        cursor: ns-resize;
        height: 36px;
        position: absolute;
        right: 35px;
        top: 0;
        width: 35px;
    }

    #col_container .col{
        position:relative;
        margin:0px 0px 5px 0px;
        padding:10px 0px 10px 0px;
        border: 1px solid #CBCBCB;
        border-radius:4px;
        background-color:#eee;
        width: 100%;
    }

    #col_container .col:hover{
        border: 1px solid #999999;
        background-color:#e5e5e5;
        font-weight: normal;
        color: #212121;
    }

.sortable .has_image .title.pt16,
#sortable .has_image .title.pt16 {
    padding-top: 16px;
}

#filecontainer .image,
#slideimagecontainer .image,
#imagecontainer .image {
    width: 100px;
}

#formwrapper .formfields #specialthumbcontainer div.detailed_container,
#formwrapper .formfields #thumbcontainer div.detailed_container,
#formwrapper .formfields #filecontainer.foot div.detailed_container,
#formwrapper .formfields #slideimagecontainer.foot div.detailed_container,
#formwrapper .formfields #imagecontainer.foot div.detailed_container,
#filecontainer.image_container_design div.detailed_container,
#slideimagecontainer.image_container_design div.detailed_container,
#imagecontainer.image_container_design div.detailed_container,
.image_container_design div.detailed_container {
    width: 170px;
    height: auto;
    text-align: center;
}

    .image_container_design div.detailed_container .image_text,
    .image_container_design div.detailed_container .image_alt,
    .image_container_design div.detailed_container .image_attribute,
    .image_container_design div.detailed_container .image_title {
        border: 1px solid #b9b9b9;
        background-color: #f6f6f6;
        border-top-color: #a4a4a4;
        -moz-box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,.17);
        -ms-box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,.17);
        -webkit-box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,.17);
        box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,.17);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: 160px;
        padding: 5px;
        margin: 5px 0;
    }

    #formwrapper .image_container_design div.detailed_container .image_select {
        width: 170px;
        min-width: auto;
    }


#has_pdf {
    float: left;
    width: 100px;
    height: 105px;
    padding: 10px 11px;
    position: relative;
    margin-right: 13px;
    margin-bottom: 12px;
    background-color: #f6f6f6;
    border: 1px solid #a4a4a4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    #has_pdf img {
        width: 90px;
        height: 90px;
    }

        #has_pdf p {
            float: left;
            width: 100%;
            text-align: center;
            padding-top: 5px;
            padding-top: 5px;
            overflow: hidden;
        }

        #has_pdf a {
            top: 0px;
            left: 0px;
            z-index: 1;
            width: 122px;
            height: 125px;
            position: absolute;
            text-indent: -99999px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }
            #has_pdf a:hover {
                background: #ffffff url(../img/admin/remove-image.png) center center no-repeat;
                -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";
                filter: alpha(opacity=92);
                opacity: 0.92;
            }


.ui-tabs .ui-tabs-panel {
    float: left;
    width: 100%;
    padding: 10px 0;
}

/* showPopup */

.popbox {
    z-index: 999999;
    float: left;
    height: auto;
    display: none;
    position: absolute;
    background-color: #ffffff;
    -moz-box-shadow: 0 0 35px #000000;
    -webkit-box-shadow: 0 0 35px #000000;
    box-shadow: 0 0 35px #000000;
}

    .popbox .close {
        right: 0px;
        top: -28px;
        width: 100px;
        height: 23px;
        font-size: 11px;
        color: #ffffff;
        font-weight: bold;
        line-height: 19px;
        text-align: right;
        position: absolute;
        text-decoration: none;
    }

    .popbox .close span {
        float: right;
        width: 19px;
        height: 19px;
        margin-left: 7px;
        background: transparent url(../img/arrows.gif) 3px -43px no-repeat;
    }

#overlay.blue {		background-color: #0d3446; }
#overlay.brown {		background-color: #5d4106; }
#overlay.green {		background-color: #0d460d; }
#overlay.cherry {	background-color: #460d2b; }
#overlay.grey {		background-color: #333333; }
#overlay.white {		background-color: #ffffff; }
#overlay.coral {		background-color: #333333; }

.white.close span {	background-color: #ffffff; }
.grey.close span {	background-color: #40688a; }
.blue.close span {	background-color: #0d3446; }
.brown.close span {	background-color: #5d4106; }
.green.close span {	background-color: #0d460d; }
.cherry.close span {	background-color: #460d2b; }
.coral.close span {	background-color: #dc8c8c; }

#overlay {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.6;
}

.popbox .close {
    background: url("images/x.png") no-repeat scroll right 0px transparent;
}

/* END showPopup*/

#client_add {
    width: 320px;
}

    #client_add li {
        float: left;
        width: 100%;
        padding: 10px 0;
    }

        #client_add li label {
            font-weight: bold;
            line-height: 20px;
            padding: 0 10px;
            width: 300px;
        }

        #client_add li select {
            margin: 10px 10px 0;
            width: 300px;
        }

        #client_add li .btn {
            padding-right: 20px;
            width: 300px;
        }

            #client_add li .btn .fr {
                float: right;

            }

#sb-container {
    z-index: 99999 !important;
}

.list_header .col.sku.after {
    width: 7%;
}

#sortable .has_image .sku.after {
    width: 7%;
    padding-top: 9px;
    line-height: 30px;
}

.list_header .col.title.after {
    width: 30%;
}

#sortable .has_image .title.after {
    padding-top: 9px;
    width: 30%;
}

.list_header .col.thumb.after {
    width: 5%;
}

#sortable .has_image .thumb.after {
    width: 5%;
}

.list_header .col.stitle.after {
    width: 20%;
}

#sortable .has_image .stitle.after {
    width: 20%;
    text-align: center;
}

.vde_actions.has_thumb.after {
    float: left;
    padding-left: 15px;
}

.sortable li .vde_actions .view,
#sortable li .vde_actions .delete,
#sortable li .vde_actions .restore,
#sortable li .vde_actions .edit,
#sortable li .vde_actions .copy_url,
#sortable li .vde_actions .download,
#sortable li .vde_actions .view {
    float: left;
    font-size: 10px;
    height: auto;
    left: 0;
    margin-left: 10px;
    position: static;
    top: 0;
    width: auto;
}

#sortable .two .has_image .vde_actions {
    padding-top: 25px;
    padding-left: 25px;
    float: left;
}

.vde_actions .after,
.vde_actions.has_thumb.after {
    float: left;
    padding-left: 15px;
}

#tabs-2 #sortable .vde_actions .col.delete a,
#tabs-2 #sortable .vde_actions .col.edit a,
#tabs-2 #sortable .vde_actions .col.view a {
    padding-top: 0px;
    padding-bottom: 0px;
}

#product_add {
    top: 20%!important;
    width: 60%;
    height: 70%;
}

#product_add #sortable {
    overflow-y: auto;
    height: 100%;
}

#product_add .actions {
    padding-top: 10px;
    width: 100%;
    margin-top: -100px;
    background: #fff;
}

#product_add .list_header {
    margin-top: -30px;
}

#product_add .list_header.message {
    margin-top: -58px;
}

    #product_add label {
        font-weight: bold;
        line-height: 24px;
        padding-left: 10px;
        padding-right: 10px;
        clear: both;
    }
    #product_add select {
        margin-left: 10px;
        margin-bottom: 10px;
        clear: both;
    }
    #product_add .btn {
        margin-left: 10px;
        margin-bottom: 10px;
    }

.category_holder_title {
    float: left;
    width: 90%;
    padding: 5px 5% 5px 5%;
    font-weight: bold;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 10px;
}
.mapped_table {
    clear: both;
}
.mapped_table label {
    font-weight: bold;
}
.category_holder {
    float: none;
    padding: 10px;
    clear: both;
    line-height: auto;
}

.category_holder .category_holder {
    margin-left: 20px;
}

    .category_holder .check {
        float: left;
        margin-top: 2px;
    }

    .category_holder label {
        float: left;
        font-weight: bold;
        margin: 0 30px 0 10px;
    }

.mbot30 {
    margin-bottom: 30px;
}

.approver-name {
    font-size: 18px;
    font-weight: bold;
}