/*
Created by: Mienard Lumaad (@themepixels)
*/

@import url('jquery.ui.css');

@import url('animate.min.css');

@import url('animate.delay.css');

@import url('isotope.css');

@import url('colorbox.css');

@import url('uniform.tp.css');

@import url('colorpicker.css');

@import url('jquery.jgrowl.css');

@import url('jquery.alerts.css');

@import url('jquery.tagsinput.css');

@import url('ui.spinner.css');

@import url('jquery.chosen.css');

@import url('fullcalendar.css');

@import url('roboto.css');

@import url('lato.css');

@import url('font-awesome.min.css');

@import url('bootstrap.css');

@import url('bootstrap-theme.min.css');

/***** RESET BROWSER STYLE *****/

/*******************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    line-height: 21px;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: baseline;
}

::selection {
    background: #ccc;
    color: #fff;
    text-shadow: none;
}

/* Safari */

::-moz-selection {
    background: #ccc;
    color: #fff;
    text-shadow: none;
}

/* Firefox */

:-moz-placeholder {
    color: #bbb;
}

::-webkit-input-placeholder {
    color: #bbb;
}

:-ms-input-placeholder {
    color: #bbb;
}

a, a:link {
    color: blue;
}

h4 {
    font-size: 16px;
}

body {
    background: url(../images/leftpanelbg.png) repeat-y 0 0;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 12px;
}

    body.errorpage {
        background: #fff url(../images/bg1.png);
    }

    body.loginpage {
        background: #0866c6;
    }

    body.receipt {
        background: #fff;
    }

a, a:hover, a:link, a:active, a:focus {
    color: #0866c6;
    outline: none;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

input, select,
textarea, button {
    font-family: 'RobotoRegular', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 13px;
    outline: none;
}

strong {
    font-weight: normal;
}

label, input, textarea, select, button {
    font-size: 13px;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    line-height: normal;
}

/*** LOGIN PAGE ***/

.loginpanel {
    -webkit-transform: translate(-50%, -50%);
    height: 300px;
    left: 50%;
    position: fixed;
    /*position: absolute;*/
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 150;
}

.loginpanelinner {
    left: -50%;
    position: relative;
    /*top: -150px;*/
}

    .loginpanelinner .logo {
        padding: 20px 0;
        text-align: center;
    }

.loginpanel .pull-right {
    color: #ddd;
    font-family: Helvetica, sans-serif;
    font-size: 11px;
    margin-top: 11px;
}

    .loginpanel .pull-right a {
        color: #ddd;
    }

.inputwrapper {
    margin-bottom: 10px;
}

    .inputwrapper button {
        background: #0972dd;
        border: 1px solid #0c57a3;
        color: #fff;
        display: block;
        padding: 10px;
        text-transform: uppercase;
        width: 100%;
    }

        .inputwrapper button:focus, .inputwrapper button:active, .inputwrapper button:hover {
            background: #1e82e8;
        }

.inputwrapper-input {
    background: #fff;
    border: 0;
    padding: 10px;
    width: 250px;
}

    .inputwrapper-input:active, .inputwrapper input:focus {
        background: #fff;
        border: 0;
    }

.inputwrapper-button {
    background: #0972dd;
    border: 1px solid #0c57a3;
    color: #fff;
    display: block;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
}

    .inputwrapper-button:focus, .inputwrapper-button:active, .inputwrapper button:disabled, .inputwrapper-button:hover {
        background: #1e82e8;
    }

.inputwrapper label {
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    margin-top: 10px;
    vertical-align: middle;
}

    .inputwrapper label input {
        margin: -3px 5px 0 0;
        vertical-align: middle;
        width: auto;
    }

.inputwrapper .remember {
    background: none;
    padding: 0;
}

.login-alert {
    display: none;
}

    .login-alert .alert {
        border: 0;
        font-size: 11px;
        padding: 5px 0;
        text-align: center;
    }

.loginfooter {
    bottom: 0;
    color: rgba(255, 255, 255, 0.5);
    font-family: arial, sans-serif !important;
    font-size: 11px;
    left: 0;
    padding: 5px 0;
    position: absolute;
    position: fixed;
    text-align: center;
    width: 100%;
}

/*** REGISTRATION PAGE ***/

.regpanel {
    margin: 40px auto 0 auto;
    width: 380px;
}

    .regpanel .logo {
        margin-bottom: 10px;
        text-align: center;
    }

    .regpanel .pageheader {
        background: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 0 0 25px 0;
    }

    .regpanel .pageicon {
        border-color: #fff;
        color: #fff;
    }

    .regpanel .pagetitle h5 {
        color: rgba(255, 255, 255, 0.5);
    }

    .regpanel .pagetitle h1 {
        color: #fff;
    }

.regcontent {
    color: #fff;
    padding: 10px 0;
}

    .regcontent .stdform p {
        margin: 10px 0;
    }

    .regcontent .stdform input {
        border: 0;
        margin: 0;
        padding: 7px 5px;
        vertical-align: middle;
    }

    .regcontent input[type="radio"] {
        display: inline-block;
        margin-right: 5px;
    }

    .regcontent .bday select {
        border: 0;
        font-size: 12px;
        height: auto;
        padding: 5px;
        width: auto;
    }

    .regcontent h3 {
        color: rgba(255, 255, 255, 0.5);
        margin: 15px 0;
    }

    .regcontent button {
        background: #0972dd;
        border: 1px solid #0c57a3;
        color: #fff;
        display: block;
        padding: 12px 10px;
        text-transform: uppercase;
        width: 100%;
    }

        .regcontent button:hover, .regcontent button:active {
            background: #0972dd;
            border: 1px solid #0c57a3;
        }

.regfooter {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    margin: 0 auto 20px auto;
    text-align: center;
    width: 380px;
}

/*** HEADER ***/

.header {
    background: #0866c6;
    clear: both;
    height: 110px;
}

.headerinner {
    margin-left: 220px;
}

.header .logo {
    float: left;
    padding-top: 40px;
    text-align: center;
    width: 220px;
}

.headmenu {
    list-style: none;
}

    .headmenu .dropdown-menu {
        border: 2px solid #0866c6;
        border-top: 0;
        margin: 0;
    }

    .headmenu .nav-header {
        color: #999;
        font-size: 11px;
        font-weight: normal;
        padding: 3px 15px;
        text-shadow: none;
        text-transform: uppercase;
    }

    .headmenu .dropdown-menu::after {
        border-bottom: 6px solid white;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: '';
        display: inline-block;
        left: 45px;
        position: absolute;
        top: -6px;
    }

    .headmenu > li {
        border-right: 1px solid rgba(255, 255, 255, 0.15);
        display: inline-block;
        float: left;
        font-size: 14px;
        position: relative;
    }

        .headmenu > li:first-child {
            border-left: 1px solid rgba(255, 255, 255, 0.15);
        }

        .headmenu > li.odd {
            background: rgba(255, 255, 255, 0.1);
        }

        .headmenu > li.right {
            border-right: 0;
            float: right;
        }

        .headmenu > li > a {
            color: #fff;
            cursor: pointer;
            display: block;
            min-width: 70px;
            padding: 25px 20px 9px 20px;
            position: relative;
        }

            .headmenu > li > a:hover {
                text-decoration: none;
            }

            .headmenu > li > a .count {
                opacity: 0.5;
                position: absolute;
                right: 10px;
                top: 5px;
            }

            .headmenu > li > a:hover .count, .headmenu > li.open > a .count {
                opacity: 1;
            }

            .headmenu > li > a .headmenu-label {
                display: block;
                margin: 2px 0 3px 0;
                opacity: 0.5;
                text-align: center;
            }

            .headmenu > li > a:hover .headmenu-label, .headmenu > li.open > a .headmenu-label {
                opacity: 1;
            }

            .headmenu > li > a .head-icon {
                display: block;
                height: 50px;
                margin: auto;
                opacity: 0.5;
                width: 50px;
            }

            .headmenu > li > a:hover .head-icon, .headmenu > li.open a .head-icon {
                opacity: 1;
            }

.head-message {
    background-image: url(../images/icons/message.png);
}

.head-users {
    background-image: url(../images/icons/users.png);
}

.head-bar {
    background-image: url(../images/icons/bar.png);
}

.head-emerg {
    background-image: url(../images/icons/emergency.png);
}

.head-alert {
    background-image: url(../images/icons/icon-alert.png);
}

.head-phone {
    background-image: url(../images/icons/icon-phone.png);
}

.head-emergency {
    background-image: url(../images/icons/icon-alert.png);
}

.viewmore a {
    font-size: 11px;
    font-size: 11px !important;
    text-transform: uppercase;
}

.newusers {
    min-width: 200px;
}

    .newusers li a:hover {
        background;
        #eee;
    }

    .newusers li a::after {
        clear: both;
        content: '';
        display: block;
    }

    .newusers .userthumb {
        display: block;
        float: left;
        margin: 3px 10px 3px 0;
        width: 35px;
    }

    .newusers strong {
        display: block;
        line-height: normal;
    }

    .newusers small {
        color: #999;
        line-height: normal;
    }

.userloggedinfo {
    color: #fff;
    padding: 11px;
}

    .userloggedinfo img {
        background: rgba(255, 255, 255, 0.2);
        float: left;
        padding: 3px;
        width: 85px;
    }

    .userloggedinfo .userinfo {
        float: left;
        margin-left: 10px;
    }

        .userloggedinfo .userinfo small {
            color: #fff;
            font-family: sans-serif;
            font-size: 11px;
            font-style: italic;
            opacity: 0.6;
        }

    .userloggedinfo ul {
        list-style: none;
        margin-top: 5px;
    }

        .userloggedinfo ul li {
            display: block;
            font-size: 11px;
            line-height: normal;
            margin-bottom: 1px;
        }

            .userloggedinfo ul li a {
                background: rgba(255, 255, 255, 0.1);
                color: #fff;
                display: block;
                line-height: normal;
                padding: 4px 5px 3px 5px;
            }

                .userloggedinfo ul li a:hover {
                    background: rgba(255, 255, 255, 0.2);
                    text-decoration: none;
                }

.no-borderradius .userloggedinfo .userinfo {
    float: none;
    margin-left: 92px;
}

/*** LEFT PANEL ***/

.leftpanel {
    color: #fff;
    float: left;
    width: 220px;
}

    .leftpanel .nav-tabs {
        border-bottom: 0;
    }

.leftmenu .nav-header {
    background: #232323;
    border-bottom: 1px solid #222;
    color: #999;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 20px;
    text-shadow: none;
    text-transform: uppercase;
}

.leftmenu .nav-tabs.nav-stacked a {
    color: #999;
    font-size: 14px;
    padding: 10px 20px;
}

    .leftmenu .nav-tabs.nav-stacked a span {
        margin-right: 10px;
    }

.leftmenu .nav-tabs.nav-stacked > li > a {
    border: 0;
    border-bottom: 1px solid #232323;
    margin: 0;
}

    .leftmenu .nav-tabs.nav-stacked > li > a:hover,
    .leftmenu .nav-tabs.nav-stacked > li > a:focus {
        background-color: #2c2c2c;
        border-bottom-color: #232323;
        color: #fff;
    }

.leftmenu .nav-tabs.nav-stacked > li.active > a {
    background-color: #0866c6;
    border-bottom-color: #0866c6;
    color: #fff;
}

    .leftmenu .nav-tabs.nav-stacked > li.active > a:hover {
        background-color: #0866c6;
    }

.leftmenu .nav-tabs > li {
    margin: 0;
}

.leftmenu .nav-tabs.nav-stacked > li.dropdown ul {
    background: #eee;
    display: none;
}

    .leftmenu .nav-tabs.nav-stacked > li.dropdown ul li {
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

.leftmenu .nav-tabs.nav-stacked > li.dropdown > a {
    background-image: url(../images/droparrow.png);
    background-position: right 19px;
    background-repeat: no-repeat;
}

.leftmenu .nav-tabs.nav-stacked .dropdown ul li a {
    background-image: url(../images/menuarrow.png);
    background-position: 25px 12px;
    background-repeat: no-repeat;
    color: #333;
    display: block;
    font-size: 13px;
    padding: 7px 10px 7px 50px;
}

.leftmenu .nav-tabs.nav-stacked .dropdown ul li.active a {
    background-color: #fff;
}

.leftmenu .nav-tabs.nav-stacked .dropdown ul li a:hover {
    background-color: #fff;
    text-decoration: none;
}

.leftmenu .nav-tabs.nav-stacked .dropdown ul ul li {
    border-right: 0;
}

    .leftmenu .nav-tabs.nav-stacked .dropdown ul ul li a {
        background-position: 50px 12px;
        padding-left: 70px;
    }

    .leftmenu .nav-tabs.nav-stacked .dropdown ul ul li:first-child a {
        border-top: 1px solid #ddd;
    }

/*** MAIN PANEL ***/

.rightpanel {
    background: #fff;
    margin-left: 220px;
}

    .rightpanel:after {
        clear: both;
        content: '';
        display: block;
    }

.breadcrumbs {
    background: #ddd;
    border-bottom: 1px solid #ccc;
    height: 32px;
    list-style: none;
    padding: 4px 0 4px 10px;
    position: relative;
}

    .breadcrumbs::after {
        clear: both;
        content: '';
        display: block;
    }

    .breadcrumbs > li {
        color: #666;
        display: inline-block;
        float: left;
        font-size: 11px;
        margin-right: 5px;
    }

        .breadcrumbs > li.right {
            border-left: 1px solid #bbb;
            float: right;
            margin: -4px 0 0 0;
            padding: 0;
        }

            .breadcrumbs > li.right .dropdown-menu a {
                font-size: 11px;
                padding: 2px 10px;
            }

            .breadcrumbs > li.right > a {
                color: #666;
                display: block;
                padding: 4px 10px 5px 10px;
            }

                .breadcrumbs > li.right > a:hover {
                    background: #f7f7f7;
                    text-decoration: none;
                }

            .breadcrumbs > li.right.open > a {
                background: #f7f7f7;
            }

            .breadcrumbs > li.right > a i {
                vertical-align: middle;
            }

        .breadcrumbs > li span.separator {
            background: url(../images/bcarrow.png) no-repeat 0 0;
            display: inline-block;
            height: 9px;
            margin-left: 2px;
            vertical-align: middle;
            width: 5px;
        }

        .breadcrumbs > li:first-child a:hover {
            color: #666;
            text-decoration: none;
        }

.pageheader {
    background: #fff;
    border-bottom: 1px solid #ddd;
    min-height: 105px;
    padding: 20px;
    position: relative;
}

.pageicon {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 3px solid #0866c6;
    border-radius: 50px;
    color: #0866c6;
    display: inline-block;
    float: left;
    font-size: 42px;
    padding: 10px;
    text-align: center;
    width: 70px;
}

.pagetitle {
    margin-left: 90px;
    padding-top: 5px;
}

    .pagetitle h1 {
        color: #0866c6;
        font-size: 32px;
        margin-left: -2px;
    }

    .pagetitle h5 {
        color: #999;
        font-size: 11px;
        text-transform: uppercase;
    }

.searchbar {
    position: absolute;
    right: 20px;
    top: 33%;
}

    .searchbar input {
        background: #fff url(../images/icons/search.png) no-repeat 95% 10px;
        border: 1px solid #ddd;
        font-size: 12px;
        height: auto;
        padding: 10px;
        width: 240px;
    }

.maincontent {
    float: left;
    width: 100%;
}

.maincontentinner {
    padding: 20px;
}

.subtitle {
    color: #999;
    font-size: 11px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.subtitle2 {
    color: #333;
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.shortcuts {
    clear: both;
    list-style: none;
    margin-top: 20px;
    overflow: hidden;
}

    .shortcuts li {
        display: inline-block;
        float: left;
        margin: 0 5px 5px 0;
        position: relative;
    }

        .shortcuts li a {
            background: #0866c6;
            color: #fff;
            display: block;
            font-size: 16px;
            height: 130px;
            width: 130px;
        }

            .shortcuts li a:hover {
                background: #282828;
                text-decoration: none;
            }

        .shortcuts li .shortcuts-label {
            display: block;
            padding: 0 12px;
        }

        .shortcuts li .shortcuts-icon {
            display: block;
            height: 85px;
            margin: 0 auto;
            padding: 30px 0 20px 0;
            width: 48px;
        }

        .shortcuts li .iconsi-event {
            background: url(../images/icons/icon-event.png) no-repeat center center;
        }

        .shortcuts li .iconsi-cart {
            background: url(../images/icons/icon-cart.png) no-repeat center center;
        }

        .shortcuts li .iconsi-archive {
            background: url(../images/icons/icon-archive.png) no-repeat center center;
        }

        .shortcuts li .iconsi-help {
            background: url(../images/icons/icon-help.png) no-repeat center center;
        }

        .shortcuts li .iconsi-emergency {
            /*background: url(../images/icons/icon-ambulance.png) no-repeat center center;*/
            background: url(../images/icons/icon-alert.png) no-repeat center center;
        }

        .shortcuts li .iconsi-contact {
            background: url(../images/icons/icon-phone.png) no-repeat center center;
        }

        .shortcuts li .iconsi-images {
            background: url(../images/icons/icon-images.png) no-repeat center center;
        }

        .shortcuts li .iconsi-users {
            background: url(../images/icons/users.png) no-repeat center center;
        }

.widgettitle {
    background: #0866c6;
    color: #fff;
    font-size: 14px;
    padding: 12px 15px;
}

    .widgettitle span {
        display: inline-block;
        margin-right: 8px;
        vertical-align: top;
    }

.widgetcontent {
    background: #fff;
    border: 2px solid #0866c6;
    border-top: 0;
    margin-bottom: 20px;
    padding: 15px 12px;
    width: 100%;
}

    .widgetcontent::after {
        clear: both;
        content: '';
        display: block;
    }

    .widgetcontent .form-group::after {
        clear: both;
        content: '';
        display: block;
    }

.wt1 {
    background: #333;
    color: #fff;
}

.wc1 {
    border-color: #333;
}

/*** DASHBOARD ***/

.commentlist {
    clear: both;
    list-style: none;
}

    .commentlist li {
        border-bottom: 1px solid #ddd;
        display: block;
        padding: 15px;
    }

        .commentlist li img {
            width: 60px;
        }

        .commentlist li .comment-info {
            margin-left: 80px;
        }

        .commentlist li p {
            margin: 10px 0;
        }

            .commentlist li p:last-child {
                margin-bottom: 0;
            }

        .commentlist li .btn {
            color: #333;
            margin-right: 3px;
        }

        .commentlist li .btn-success {
            color: #fff;
        }

        .commentlist li .btn span {
            margin-right: 5px;
        }

.tabtitle {
    border-bottom: 1px solid #ddd;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-top: 5px;
    padding: 10px;
    text-transform: uppercase;
}

.userlist {
    list-style: none;
}

    .userlist li {
        border-bottom: 1px solid #ddd;
        cursor: pointer;
        display: block;
        padding: 10px;
    }

        .userlist li:hover {
            background-color: #f7f7f7;
        }

        .userlist li:last-child {
            border-bottom: 0;
        }

        .userlist li .uinfo {
            margin-left: 60px;
        }

        .userlist li img {
            display: block;
            width: 50px;
        }

        .userlist li .uinfo h5 {
            color: #0866c6;
            font-size: 14px;
            margin-bottom: 2px;
        }

        .userlist li .uinfo span {
            color: #999;
            display: block;
            font-size: 11px;
            line-height: 16px;
        }

            .userlist li .uinfo span.pos {
                color: #666;
                text-transform: uppercase;
            }

        .userlist li .par {
            font-size: 11px;
            line-height: normal;
            margin-top: 4px;
        }

.userlist-favorites li {
    cursor: default;
}

    .userlist-favorites li:hover {
        background: none;
    }

    .userlist-favorites li .link {
        font-size: 11px;
        margin-top: 7px;
    }

        .userlist-favorites li .link a {
            color: #666;
            display: inline-block;
            line-height: normal;
            padding: 4px 5px;
        }

            .userlist-favorites li .link a:last-child {
                background: #86c91d;
                color: #fff;
            }

            .userlist-favorites li .link a:first-child {
                background: #e9c72a;
                color: #fff;
            }

            .userlist-favorites li .link a:hover {
                color: #fff;
                text-decoration: none;
            }

/*** HEADERS AND BOXES ***/

.title-danger {
    background-color: #dd0000 !important;
}

.title-warning {
    background-color: #FCB904 !important;
}

.title-success {
    background-color: #86D628 !important;
}

.title-info {
    background-color: #71B8EE !important;
}

.title-inverse {
    background-color: #333 !important;
}

.headtitle {
    margin-bottom: 21px;
}

.headtitle-box {
    margin-bottom: 0;
}

.headtitle .btn-group {
    float: right;
}

    .headtitle .btn-group .btn, .headtitle .btn-group .btn:focus,
    .headtitle .btn-group.open .btn.dropdown-toggle {
        background: none;
        border: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff;
        padding: 11px 20px;
    }

.headtitle .dropdown-menu {
    left: auto;
    right: 0;
}

.headtitle .btn-group .btn .caret {
    border-top: 4px solid #fff;
}

.widgetbox .headtitle {
    margin-bottom: 0;
}

.box-danger .widgettitle {
    background-color: #dd0000;
}

.box-danger .widgetcontent {
    border-color: #dd0000;
}

.box-warning .widgettitle {
    background-color: #FCB904;
}

.box-warning .widgetcontent {
    border-color: #FCB904;
}

.box-success .widgettitle {
    background-color: #86D628;
}

.box-success .widgetcontent {
    border-color: #86D628;
}

.box-info .widgettitle {
    background-color: #71B8EE;
}

.box-info .widgetcontent {
    border-color: #71B8EE;
}

.box-inverse .widgettitle {
    background-color: #333;
}

.box-inverse .widgetcontent {
    border-color: #333;
}

.minimize {
    color: #000;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 22px;
    height: 19px;
    margin-right: 10px;
    opacity: 0.2;
    text-align: center;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
    width: 15px;
}

    .minimize.collapsed {
        font-size: 20px;
    }

    .minimize:hover {
        color: #333;
        opacity: 0.7;
        text-decoration: none;
    }

.add {
    color: #000;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 22px;
    height: 19px;
    margin-right: 10px;
    opacity: 0.2;
    text-align: center;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
    width: 15px;
}

    .add.collapsed {
        font-size: 20px;
    }

    .add:hover {
        color: #333;
        opacity: 0.7;
        text-decoration: none;
    }

/*** FORM STYLES ***/

.stdform input {
    border: 1px solid #bbb;
    padding: 5px;
}

.stdform textarea {
    border: 1px solid #bbb;
    padding: 6px 5px;
}

.stdform select {
    border: 1px solid #bbb;
    padding: 5px 2px;
}

.stdform p, .stdform div.par {
    margin: 20px 0;
}

.stdform span.field, .stdform div.field {
    display: block;
    margin-left: 220px;
    position: relative;
}

.stdform .formwrapper {
    display: block;
    line-height: 25px;
    margin-left: 220px;
    padding-top: 5px;
}

.stdform label {
    float: left;
    padding: 5px 20px 0 0;
    text-align: right;
    width: 200px;
}

    .stdform label.error {
        color: #ff0000;
        display: block;
        float: none;
        font-size: 11px;
        margin-left: 220px;
        padding: 0;
        text-align: left;
        width: auto;
    }

    .stdform label.valid {
        color: #468847;
    }

.stdform small.desc {
    color: #999;
    display: block;
    font-size: 11px;
    font-style: italic;
    margin: 5px 0 0 220px;
}

.stdform .stdformbutton {
    margin-left: 220px;
}

.stdform #spinner.input-small {
    width: 100px;
}

.stdform2 p, .stdform2 div.par {
    background: #fcfcfc;
    border-top: 1px solid #ddd;
    clear: both;
    margin: 0;
}

.stdform2 div.terms {
    background: none;
    border: 0;
}

.stdform2 p:first-child, .stdform2 div.par:first-child {
    border-top: 0;
}

.stdform2 label {
    display: inline-block;
    font-weight: bold;
    padding: 15px 0 0 15px;
    text-align: left;
    vertical-align: top;
}

    .stdform2 label.error {
        margin-left: 0;
        padding: 0;
    }

    .stdform2 label small {
        color: #999;
        display: block;
        font-size: 11px;
        font-weight: normal;
        line-height: 16px;
    }

.stdform2 span.field, .stdform2 div.field {
    background: #fff;
    border-left: 1px solid #ddd;
    display: block;
    margin-left: 220px;
    padding: 15px;
}

.stdform2 .stdformbutton {
    background: #fff;
    margin-left: 0;
    padding: 15px;
}

.stdform2 input {
    margin: 0;
}

    .stdform2 input[type=checkbox], .stdform2 input[type=radio] {
        margin: 10px;
    }

.dualselect {
    display: block;
}

    .dualselect select {
        height: 200px;
        outline: none;
        padding: 0;
        width: 40%;
    }

        .dualselect select option {
            margin: 0;
            padding: 4px 5px;
        }

    .dualselect .ds_arrow {
        display: inline-block;
        margin: 0 10px;
        padding-top: 60px;
        vertical-align: top;
    }

        .dualselect .ds_arrow button {
            margin-top: -1px;
        }

.counter {
    display: block;
    font-size: 11px;
}

.warning {
    color: #bb0000;
}

.exceeded {
    color: #ff0000;
}

.fileupload .btn, .fileupload .fileupload-exists {
    border-left: 0;
    height: 21px;
    margin: 0;
    padding: 3px 5px 4px 5px;
}

/*** BUTTONS & ICONS ***/

[class^="iconsweets-"], [class*=" iconsweets-"] {
    background-image: url(../images/iconsweets-icons.png);
    background-position: -16px -16px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    vertical-align: middle;
    width: 16px;
}

/* White icons with optional class or on hover/active states of certain elements */

.iconsweets-white,
.nav-pills > .active > a > [class^="iconsweets-"],
.nav-pills > .active > a > [class*=" iconsweets-"],
.nav-list > .active > a > [class^="iconsweets-"],
.nav-list > .active > a > [class*=" iconsweets-"],
.navbar-inverse .nav > .active > a > [class^="iconsweets-"],
.navbar-inverse .nav > .active > a > [class*=" iconsweets-"],
.dropdown-menu > li > a:hover > [class^="iconsweets-"],
.dropdown-menu > li > a:hover > [class*=" iconsweets-"],
.dropdown-menu > .active > a > [class^="iconsweets-"],
.dropdown-menu > .active > a > [class*=" iconsweets-"],
.dropdown-submenu:hover > a > [class^="iconsweets-"],
.dropdown-submenu:hover > a > [class*=" iconsweets-"] {
    background-image: url(../images/iconsweets-icons-white.png);
}

.iconsweets-magnifying-glass {
    background-position: -16px -16px;
}

.iconsweets-trashcan {
    background-position: -48px -16px;
}

.iconsweets--trashcan2 {
    background-position: -80px -16px;
}

.iconsweets-presentation {
    background-position: -112px -16px;
}

.iconsweets-download {
    background-position: -144px -16px;
}

.iconsweets-download2 {
    background-position: -176px -16px;
}

.iconsweets-upload {
    background-position: -208px -16px;
}

.iconsweets-flag {
    background-position: -240px -16px;
}

.iconsweets-flag2 {
    background-position: -272px -16px;
}

.iconsweets-finish-flag {
    background-position: -304px -16px;
}

.iconsweets-podium {
    background-position: -16px -48px;
}

.iconsweets-cup {
    background-position: -48px -48px;
}

.iconsweets-home {
    background-position: -80px -48px;
}

.iconsweets-home2 {
    background-position: -112px -48px;
}

.iconsweets-link {
    background-position: -144px -48px;
}

.iconsweets-link2 {
    background-position: -176px -48px;
}

.iconsweets-notebook {
    background-position: -208px -48px;
}

.iconsweets-book {
    background-position: -240px -48px;
}

.iconsweets-book-large {
    background-position: -272px -48px;
}

.iconsweets-books {
    background-position: -304px -48px;
}

.iconsweets-tree {
    background-position: -16px -80px;
}

.iconsweets-construction {
    background-position: -48px -80px;
}

.iconsweets-umbrella {
    background-position: -80px -80px;
}

.iconsweets-mail {
    background-position: -112px -80px;
}

.iconsweets-help {
    background-position: -144px -80px;
}

.iconsweets-rss {
    background-position: -176px -80px;
}

.iconsweets-strategy {
    background-position: -208px -80px;
}

.iconsweets-strategy2 {
    background-position: -240px -80px;
}

.iconsweets-apartment {
    background-position: -272px -80px;
}

.iconsweets-companies {
    background-position: -304px -80px;
}

.iconsweets-ghost {
    background-position: -16px -112px;
}

.iconsweets-pacman {
    background-position: -48px -112px;
}

.iconsweets-vault {
    background-position: -80px -112px;
}

.iconsweets-archive {
    background-position: -112px -112px;
}

.iconsweets-cabinet {
    background-position: -144px -112px;
}

.iconsweets-bandaid {
    background-position: -176px -112px;
}

.iconsweets-postcard {
    background-position: -208px -112px;
}

.iconsweets-alert {
    background-position: -240px -112px;
}

.iconsweets-alert2 {
    background-position: -272px -112px;
}

.iconsweets-alarm {
    background-position: -304px -112px;
}

.iconsweets-alarm2 {
    background-position: -16px -144px;
}

.iconsweets-robot {
    background-position: -48px -144px;
}

.iconsweets-globe {
    background-position: -80px -144px;
}

.iconsweets-globe2 {
    background-position: -112px -144px;
}

.iconsweets-chemical {
    background-position: -144px -144px;
}

.iconsweets-lightbulb {
    background-position: -176px -144px;
}

.iconsweets-cloud {
    background-position: -208px -144px;
}

.iconsweets-cloud-upload {
    background-position: -240px -144px;
}

.iconsweets-cloud-download {
    background-position: -272px -144px;
}

.iconsweets-lamp {
    background-position: -304px -144px;
}

.iconsweets-preview {
    background-position: -16px -176px;
}

.iconsweets-icecream {
    background-position: -48px -176px;
}

.iconsweets-icecream2 {
    background-position: -80px -176px;
}

.iconsweets-paperclip {
    background-position: -112px -176px;
}

.iconsweets-footprints {
    background-position: -144px -176px;
}

.iconsweets-firefox {
    background-position: -176px -176px;
}

.iconsweets-chrome {
    background-position: -208px -176px;
}

.iconsweets-safari {
    background-position: -240px -176px;
}

.iconsweets-loadingbar {
    background-position: -272px -176px;
}

.iconsweets-bullseye {
    background-position: -304px -176px;
}

.iconsweets-folder {
    background-position: -16px -208px;
}

.iconsweets-locked {
    background-position: -48px -208px;
}

.iconsweets-locked2 {
    background-position: -80px -208px;
}

.iconsweets-unlock {
    background-position: -112px -208px;
}

.iconsweets-tag {
    background-position: -144px -208px;
}

.iconsweets-tag2 {
    background-position: -176px -208px;
}

.iconsweets-mac {
    background-position: -208px -208px;
}

.iconsweets-windows {
    background-position: -240px -208px;
}

.iconsweets-linux {
    background-position: -272px -208px;
}

.iconsweets-create {
    background-position: -304px -208px;
}

.iconsweets-expose {
    background-position: -16px -240px;
}

.iconsweets-key {
    background-position: -48px -240px;
}

.iconsweets-key2 {
    background-position: -80px -240px;
}

.iconsweets-table {
    background-position: -112px -240px;
}

.iconsweets-chair {
    background-position: -144px -240px;
}

.iconsweets-denied {
    background-position: -176px -240px;
}

.iconsweets-ballons {
    background-position: -208px -240px;
}

.iconsweets-cat {
    background-position: -240px -240px;
}

.iconsweets-airplane {
    background-position: -272px -240px;
}

.iconsweets-track {
    background-position: -304px -240px;
}

.iconsweets-car {
    background-position: -16px -272px;
}

.iconsweets-info {
    background-position: -48px -272px;
}

.iconsweets-alarmclock {
    background-position: -80px -272px;
}

.iconsweets-stopwatch {
    background-position: -112px -272px;
}

.iconsweets-timer {
    background-position: -144px -272px;
}

.iconsweets-clock {
    background-position: -176px -272px;
}

.iconsweets-day {
    background-position: -208px -272px;
}

.iconsweets-month {
    background-position: -240px -272px;
}

.iconsweets-dress {
    background-position: -272px -272px;
}

.iconsweets-tshirt {
    background-position: -304px -272px;
}

.iconsweets-sportshirt {
    background-position: -16px -304px;
}

.iconsweets-sweater {
    background-position: -48px -304px;
}

.iconsweets-sleeveless {
    background-position: -80px -304px;
}

.iconsweets-pants {
    background-position: -112px -304px;
}

.iconsweets-socks {
    background-position: -144px -304px;
}

.iconsweets-trolly {
    background-position: -176px -304px;
}

.iconsweets-medical {
    background-position: -208px -304px;
}

.iconsweets-suitcase {
    background-position: -240px -304px;
}

.iconsweets-suitcase2 {
    background-position: -272px -304px;
}

.iconsweets-suitcase3 {
    background-position: -304px -304px;
}

.iconsweets-shoppingbag {
    background-position: -16px -336px;
}

.iconsweets-purse {
    background-position: -48px -336px;
}

.iconsweets-bag {
    background-position: -80px -336px;
}

.iconsweets-paypal {
    background-position: -112px -336px;
}

.iconsweets-paypal2 {
    background-position: -144px -336px;
}

.iconsweets-paypal3 {
    background-position: -176px -336px;
}

.iconsweets-money {
    background-position: -208px -336px;
}

.iconsweets-money2 {
    background-position: -240px -336px;
}

.iconsweets-pricetag {
    background-position: -272px -336px;
}

.iconsweets-pricetags {
    background-position: -304px -336px;
}

.iconsweets-piggybank {
    background-position: -16px -368px;
}

.iconsweets-lemonade {
    background-position: -48px -368px;
}

.iconsweets-basket {
    background-position: -80px -368px;
}

.iconsweets-basket2 {
    background-position: -112px -368px;
}

.iconsweets-scan {
    background-position: -144px -368px;
}

.iconsweets-cart {
    background-position: -176px -368px;
}

.iconsweets-cart2 {
    background-position: -208px -368px;
}

.iconsweets-cart3 {
    background-position: -240px -368px;
}

.iconsweets-cart4 {
    background-position: -272px -368px;
}

.iconsweets-digg {
    background-position: -304px -368px;
}

.iconsweets-digg2 {
    background-position: -16px -400px;
}

.iconsweets-buzz {
    background-position: -48px -400px;
}

.iconsweets-delicious {
    background-position: -80px -400px;
}

.iconsweets-twitter {
    background-position: -112px -400px;
}

.iconsweets-twitter2 {
    background-position: -144px -400px;
}

.iconsweets-tumblr {
    background-position: -176px -400px;
}

.iconsweets-plixi {
    background-position: -208px -400px;
}

.iconsweets-dribbble {
    background-position: -240px -400px;
}

.iconsweets-dribbble2 {
    background-position: -272px -400px;
}

.iconsweets-stumbleupon {
    background-position: -304px -400px;
}

.iconsweets-lastfm {
    background-position: -16px -432px;
}

.iconsweets-mobypicture {
    background-position: -48px -432px;
}

.iconsweets-youtube {
    background-position: -80px -432px;
}

.iconsweets-youtube2 {
    background-position: -112px -432px;
}

.iconsweets-vimeo {
    background-position: -144px -432px;
}

.iconsweets-vimeo2 {
    background-position: -176px -432px;
}

.iconsweets-skype {
    background-position: -208px -432px;
}

.iconsweets-facebook {
    background-position: -240px -432px;
}

.iconsweets-like {
    background-position: -272px -432px;
}

.iconsweets-ichat {
    background-position: -304px -432px;
}

.iconsweets-myspace {
    background-position: -16px -464px;
}

.iconsweets-dropbox {
    background-position: -48px -464px;
}

.iconsweets-walking {
    background-position: -80px -464px;
}

.iconsweets-running {
    background-position: -112px -464px;
}

.iconsweets-exit {
    background-position: -144px -464px;
}

.iconsweets-male {
    background-position: -176px -464px;
}

.iconsweets-female {
    background-position: -208px -464px;
}

.iconsweets-user {
    background-position: -240px -464px;
}

.iconsweets-users {
    background-position: -272px -464px;
}

.iconsweets-admin {
    background-position: -304px -464px;
}

.iconsweets-malesymbol {
    background-position: -16px -496px;
}

.iconsweets-femalesymbol {
    background-position: -48px -496px;
}

.iconsweets-user2 {
    background-position: -80px -496px;
}

.iconsweets-users2 {
    background-position: -112px -496px;
}

.iconsweets-admin2 {
    background-position: -144px -496px;
}

.iconsweets-usercomment {
    background-position: -176px -496px;
}

.iconsweets-cog {
    background-position: -208px -496px;
}

.iconsweets-cog2 {
    background-position: -240px -496px;
}

.iconsweets-cog3 {
    background-position: -272px -496px;
}

.iconsweets-cog4 {
    background-position: -304px -496px;
}

.iconsweets-settings {
    background-position: -16px -528px;
}

.iconsweets-settings2 {
    background-position: -48px -528px;
}

.iconsweets-hd {
    background-position: -80px -528px;
}

.iconsweets-hd2 {
    background-position: -112px -528px;
}

.iconsweets-hd3 {
    background-position: -144px -528px;
}

.iconsweets-sd {
    background-position: -176px -528px;
}

.iconsweets-sd2 {
    background-position: -208px -528px;
}

.iconsweets-sd3 {
    background-position: -240px -528px;
}

.iconsweets-dvd {
    background-position: -272px -528px;
}

.iconsweets-blueray {
    background-position: -304px -528px;
}

.iconsweets-record {
    background-position: -16px -560px;
}

.iconsweets-cd {
    background-position: -48px -560px;
}

.iconsweets-cassette {
    background-position: -80px -560px;
}

.iconsweets-image {
    background-position: -112px -560px;
}

.iconsweets-image2 {
    background-position: -144px -560px;
}

.iconsweets-image3 {
    background-position: -176px -560px;
}

.iconsweets-image4 {
    background-position: -208px -560px;
}

.iconsweets-sound {
    background-position: -240px -560px;
}

.iconsweets-megaphone {
    background-position: -272px -560px;
}

.iconsweets-film {
    background-position: -304px -560px;
}

.iconsweets-film2 {
    background-position: -16px -592px;
}

.iconsweets-headphone {
    background-position: -48px -592px;
}

.iconsweets-microphone {
    background-position: -80px -592px;
}

.iconsweets-printer {
    background-position: -112px -592px;
}

.iconsweets-radio {
    background-position: -144px -592px;
}

.iconsweets-television {
    background-position: -176px -592px;
}

.iconsweets-imac {
    background-position: -208px -592px;
}

.iconsweets-laptop {
    background-position: -240px -592px;
}

.iconsweets-mightymouse {
    background-position: -272px -592px;
}

.iconsweets-magicmouse {
    background-position: -304px -592px;
}

.iconsweets-mousewire {
    background-position: -16px -624px;
}

.iconsweets-camera {
    background-position: -48px -624px;
}

.iconsweets-camera2 {
    background-position: -80px -624px;
}

.iconsweets-monitor {
    background-position: -112px -624px;
}

.iconsweets-ipod {
    background-position: -144px -624px;
}

.iconsweets-ipodnano {
    background-position: -176px -624px;
}

.iconsweets-ipad {
    background-position: -208px -624px;
}

.iconsweets-filmcamera {
    background-position: -240px -624px;
}

.iconsweets-calculator {
    background-position: -272px -624px;
}

.iconsweets-cashregister {
    background-position: -304px -624px;
}

.iconsweets-fax {
    background-position: -16px -656px;
}

.iconsweets-frames {
    background-position: -48px -656px;
}

.iconsweets-coverflow {
    background-position: -80px -656px;
}

.iconsweets-list {
    background-position: -112px -656px;
}

.iconsweets-list2 {
    background-position: -144px -656px;
}

.iconsweets-list3 {
    background-position: -176px -656px;
}

.iconsweets-list4 {
    background-position: -208px -656px;
}

.iconsweets-wordpress {
    background-position: -240px -656px;
}

.iconsweets-wordpress2 {
    background-position: -272px -656px;
}

.iconsweets-joomla {
    background-position: -304px -656px;
}

.iconsweets-expressionengine {
    background-position: -16px -688px;
}

.iconsweets-drupal {
    background-position: -48px -688px;
}

.iconsweets-arrowright {
    background-position: -80px -688px;
}

.iconsweets-arrowleft {
    background-position: -112px -688px;
}

.iconsweets-arrowdown {
    background-position: -144px -688px;
}

.iconsweets-arrowup {
    background-position: -176px -688px;
}

.iconsweets-refresh {
    background-position: -208px -688px;
}

.iconsweets-refresh2 {
    background-position: -240px -688px;
}

.iconsweets-repeat {
    background-position: -272px -688px;
}

.iconsweets-shuffle {
    background-position: -304px -688px;
}

.iconsweets-refresh3 {
    background-position: -16px -720px;
}

.iconsweets-refresh4 {
    background-position: -48px -720px;
}

.iconsweets-recycle {
    background-position: -80px -720px;
}

.iconsweets-fullscreen {
    background-position: -112px -720px;
}

.iconsweets-fitscreen {
    background-position: -144px -720px;
}

.iconsweets-origscreen {
    background-position: -176px -720px;
}

.iconsweets-bluetooth {
    background-position: -208px -720px;
}

.iconsweets-bluetooth2 {
    background-position: -240px -720px;
}

.iconsweets-wifi {
    background-position: -272px -720px;
}

.iconsweets-wifi2 {
    background-position: -304px -720px;
}

.iconsweets-iphone3 {
    background-position: -16px -752px;
}

.iconsweets-iphone4 {
    background-position: -48px -752px;
}

.iconsweets-blackberry {
    background-position: -80px -752px;
}

.iconsweets-android {
    background-position: -112px -752px;
}

.iconsweets-mobile {
    background-position: -144px -752px;
}

.iconsweets-inbox {
    background-position: -176px -752px;
}

.iconsweets-outgoing {
    background-position: -208px -752px;
}

.iconsweets-incoming {
    background-position: -240px -752px;
}

.iconsweets-speech {
    background-position: -272px -752px;
}

.iconsweets-speech2 {
    background-position: -304px -752px;
}

.iconsweets-speech3 {
    background-position: -16px -784px;
}

.iconsweets-speech4 {
    background-position: -48px -784px;
}

.iconsweets-phone {
    background-position: -80px -784px;
}

.iconsweets-phone2 {
    background-position: -112px -784px;
}

.iconsweets-battery {
    background-position: -144px -784px;
}

.iconsweets-battery2 {
    background-position: -176px -784px;
}

.iconsweets-battery3 {
    background-position: -208px -784px;
}

.iconsweets-battery4 {
    background-position: -240px -784px;
}

.iconsweets-batteryfull {
    background-position: -272px -784px;
}

.iconsweets-power {
    background-position: -304px -784px;
}

.iconsweets-electric {
    background-position: -16px -816px;
}

.iconsweets-plug {
    background-position: -48px -816px;
}

.iconsweets-brush {
    background-position: -80px -816px;
}

.iconsweets-brush2 {
    background-position: -112px -816px;
}

.iconsweets-pen {
    background-position: -144px -816px;
}

.iconsweets-bigbrush {
    background-position: -176px -816px;
}

.iconsweets-pencil {
    background-position: -208px -816px;
}

.iconsweets-clipboard {
    background-position: -240px -816px;
}

.iconsweets-scissor {
    background-position: -272px -816px;
}

.iconsweets-eyedrop {
    background-position: -304px -816px;
}

.iconsweets-abacus {
    background-position: -16px -848px;
}

.iconsweets-ruler {
    background-position: -48px -848px;
}

.iconsweets-ruler2 {
    background-position: -80px -848px;
}

.iconsweets-map {
    background-position: -112px -848px;
}

.iconsweets-maps {
    background-position: -144px -848px;
}

.iconsweets-post {
    background-position: -176px -848px;
}

.iconsweets-marker {
    background-position: -208px -848px;
}

.iconsweets-document {
    background-position: -240px -848px;
}

.iconsweets-documents {
    background-position: -272px -848px;
}

.iconsweets-pdf {
    background-position: -304px -848px;
}

.iconsweets-pdf2 {
    background-position: -16px -880px;
}

.iconsweets-word {
    background-position: -48px -880px;
}

.iconsweets-word2 {
    background-position: -80px -880px;
}

.iconsweets-word3 {
    background-position: -112px -880px;
}

.iconsweets-zip {
    background-position: -144px -880px;
}

.iconsweets-zip2 {
    background-position: -176px -880px;
}

.iconsweets-ppt {
    background-position: -208px -880px;
}

.iconsweets-ppt2 {
    background-position: -240px -880px;
}

.iconsweets-excel {
    background-position: -272px -880px;
}

.iconsweets-excel2 {
    background-position: -304px -880px;
}

.iconsweets-vcard {
    background-position: -16px -912px;
}

.iconsweets-vcard2 {
    background-position: -48px -912px;
}

.iconsweets-address {
    background-position: -80px -912px;
}

.iconsweets-chart {
    background-position: -112px -912px;
}

.iconsweets-chart2 {
    background-position: -144px -912px;
}

.iconsweets-chart3 {
    background-position: -176px -912px;
}

.iconsweets-chart4 {
    background-position: -208px -912px;
}

.iconsweets-chart5 {
    background-position: -240px -912px;
}

.iconsweets-chart6 {
    background-position: -272px -912px;
}

.iconsweets-chart7 {
    background-position: -304px -912px;
}

.iconsweets-chart8 {
    background-position: -16px -944px;
}

.glyphicons {
    list-style: none;
}

    .glyphicons li {
        float: left;
        line-height: 25px;
        width: 25%;
    }

.fontawesomeicons ul {
    list-style: none;
}

    .fontawesomeicons ul li {
        line-height: 25px;
    }

.iconsweetslist {
    list-style: none;
}

    .iconsweetslist li {
        float: left;
        line-height: 26px;
        width: 25%;
    }

/*** CONTENT SLIDER ***/

.bx-wrapper {
    border: 1px solid #ddd;
    line-height: 21px;
    overflow: hidden;
    width: auto !important;
}

    .bx-wrapper .pager {
        margin: 0;
    }

.slide_wrap {
    min-height: 60px;
    padding: 20px 50px;
}

.bx-prev {
    background: #eee url(../images/prev.png) no-repeat center center;
    border-right: 1px solid #ddd;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 30px;
}

.bx-next {
    background: #eee url(../images/next.png) no-repeat center center;
    border-left: 1px solid #ddd;
    height: 100%;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 30px;
}

    .bx-prev:hover, .bx-next:hover {
        opacity: 1;
    }

.slide_img {
    float: left;
    width: 100px;
}

.slide_content {
    margin-left: 120px;
    text-align: left;
}

    .slide_content h4 {
        font-size: 18px;
        font-weight: normal;
    }

        .slide_content h4 a:hover {
            color: #333;
            text-decoration: none;
        }

    .slide_content p {
        margin: 10px 0;
    }

/*** SLIM SCROLL ***/

.slimScrollDiv {
    border: 1px solid #ddd;
}

.entrylist li {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 20px;
}

    .entrylist li.even {
        background: #fcfcfc;
    }

.entry_wrap {
    min-height: 60px;
}

.entry_img {
    float: left;
}

.entry_content {
    margin-left: 120px;
}

    .entry_content h4 {
        font-size: 18px;
        font-weight: normal;
    }

        .entry_content h4 a:hover {
            color: #333;
            text-decoration: none;
        }

    .entry_content p {
        margin: 10px 0;
    }

        .entry_content p:last-child {
            margin-bottom: 0;
        }

/*** MEDIA STYLES ***/

.mediamgr {
    min-height: 400px;
    position: relative;
}

    .mediamgr .mediamgr_right {
        position: absolute;
        right: 0;
        top: 62px;
        width: 250px;
    }

    .mediamgr .mediamgr_rightinner {
        margin: 20px 0;
        padding-left: 20px;
    }

        .mediamgr .mediamgr_rightinner h4 {
            background: #0866c6;
            color: #fff;
            font-size: 12px;
            padding: 10px;
            text-transform: uppercase;
        }

.mediamgr_head {
    background: #fcfcfc;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    overflow: visible;
    padding: 10px;
}

.mediamgr_menu {
    list-style: none;
    overflow: hidden;
    position: relative;
}

    .mediamgr_menu li {
        display: inline-block;
        float: left;
    }

        .mediamgr_menu li.right {
            float: right;
        }

        .mediamgr_menu li a {
            margin-bottom: 0;
        }

            .mediamgr_menu li a:hover {
                cursor: pointer;
                text-decoration: none;
            }

            .mediamgr_menu li a.prev {
                border-right: 0;
            }

            .mediamgr_menu li a.prev_disabled {
                opacity: 0.6;
            }

            .mediamgr_menu li a.preview_disabled {
                opacity: 0.6;
            }

    .mediamgr_menu form input.filekeyword {
        background: #fff;
        color: #999;
        font-style: italic;
        margin: 0;
        padding: 5px 7px;
        width: 200px;
    }

.mediamgr_content {
    margin-right: 250px;
    padding: 20px 0;
}

.mediamgr_category {
    border-bottom: 1px dashed #ddd;
    margin-right: 270px;
    padding: 10px 0;
}

    .mediamgr_category ul {
        list-style: none;
    }

        .mediamgr_category ul li {
            display: inline-block;
            margin-right: 5px;
        }

            .mediamgr_category ul li.right {
                float: right;
            }

            .mediamgr_category ul li a {
                color: #666;
                display: block;
                padding: 3px 10px;
            }

                .mediamgr_category ul li a:hover, .mediamgr_category ul li.current a {
                    background: #333;
                    color: #fff;
                    text-decoration: none;
                }

            .mediamgr_category ul li .pagenuminfo {
                display: inline-block;
                margin-top: 5px;
            }

.mediamgr_menu li a.newfilebutton {
    -moz-box-shadow: inset 0 1px 0 rgba(250, 250, 250, 0.3);
    -webkit-box-shadow: inset 0 1px 0 rgba(250, 250, 250, 0.3);
    background: #FB9337;
    border: 1px solid #F0882C;
    box-shadow: inset 0 1px 0 rgba(250, 250, 250, 0.3);
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px 5px 10px;
    text-align: center;
}

    .mediamgr_menu li a.newfilebutton:hover {
        background: #485B79;
        border: 1px solid #3f526f;
    }

.menuright {
    list-style: none;
}

    .menuright li {
        display: block;
        margin-bottom: 1px;
    }

        .menuright li a {
            color: #666;
            display: block;
            padding: 5px 10px;
        }

            .menuright li a:hover {
                background: #ddd;
                text-decoration: none;
            }

        .menuright li.current a {
            background: #333;
            color: #fff;
        }

.listfile {
    list-style: none;
}

    .listfile li {
        background: #fcfcfc;
        border: 1px solid #ddd;
        display: inline-block;
        margin: 5px 10px 5px 0;
        padding: 10px;
    }

        .listfile li:hover {
            border-color: #bbb;
        }

        .listfile li a {
            display: block;
        }

            .listfile li a:hover {
                cursor: pointer;
            }

        .listfile li span.filename {
            display: block;
            font-size: 11px;
            margin-top: 5px;
            text-align: center;
        }

        .listfile li.selected {
            background: #eaf3fd;
            border-color: #3493f5;
        }

.mediaWrapper {
    min-height: 350px;
    padding: 5px;
    width: 700px;
}

    .mediaWrapper p {
        margin: 10px 0;
    }

        .mediaWrapper p:first-child {
            margin-top: 0;
        }

.imgpreview {
    max-width: none;
    width: 249px;
}

.imginfo {
    background: #eee;
    border: 1px solid #ddd;
    padding: 10px 20px 10px 10px;
}

.imgdetails label {
    display: block;
    margin-bottom: 2px;
}

.imgdetails input, .imgdetails textarea {
    background: #fcfcfc;
    border: 1px solid #bbb;
    padding: 7px 5px;
}

.filekeyword {
    border: 1px solid #ccc;
    padding: 7px 10px !important;
}

/*** MESSAGES STYLES ***/

.messagepanel {
}

.messagemenu {
    background: #0866c6;
    margin-top: 15px;
}

    .messagemenu ul {
        clear: both;
        list-style: none;
        overflow: hidden;
    }

        .messagemenu ul li {
            border-right: 1px solid rgba(255, 255, 255, 0.2);
            display: inline-block;
            float: left;
            font-size: 11px;
            text-transform: uppercase;
        }

            .messagemenu ul li a {
                color: #fff;
                display: block;
                padding: 12px 16px;
            }

                .messagemenu ul li a:hover {
                    background: rgba(255, 255, 255, 0.1);
                    text-decoration: none;
                }

            .messagemenu ul li.active {
                border: 1px solid #0866c6;
                border-bottom: 0;
            }

                .messagemenu ul li.active a {
                    background: #fff;
                    color: #0866c6;
                }

            .messagemenu ul li.pull-right {
                border-left: 1px solid rgba(255, 255, 255, 0.2);
                border-right: 0;
                float: right;
            }

            .messagemenu ul li.back {
                border-right: 0;
                display: none;
            }

                .messagemenu ul li.back a {
                    cursor: pointer;
                }

.messagecontent {
    clear: both;
    overflow: hidden;
}

.messageleft {
    background: #f7f7f7;
    border: 1px solid #0866c6;
    border-top: 0;
    float: left;
    height: 600px;
    width: 325px;
}

.messageright {
    background: #fff;
    border: 1px solid #0866c6;
    border-left: 0;
    border-top: 0;
    height: 600px;
    margin-left: 325px;
}

.messagesearch {
    background: #fff;
    border-bottom: 1px solid #0866c6;
    padding: 10px;
}

    .messagesearch input {
        background: #fff url(../images/icons/search.png) no-repeat 275px 8px;
        height: auto;
        margin: 0;
        padding: 8px 10px;
    }

.msglist {
    height: 540px;
    list-style: none;
    overflow: auto;
}

    .msglist li {
        border-bottom: 1px solid #ddd;
        clear: both;
        cursor: pointer;
        display: block;
        overflow: hidden;
        padding: 10px;
    }

        .msglist li.unread {
            background: #fff;
        }

        .msglist li.selected {
            background: #0866c6;
        }

        .msglist li .thumb {
            float: left;
            height: 40px;
            width: 40px;
        }

            .msglist li .thumb img {
                width: 100%;
            }

        .msglist li .summary {
            color: #666;
            font-size: 12px;
            line-height: normal;
            margin-left: 50px;
        }

        .msglist li.selected .summary {
            color: #fff;
        }

        .msglist li h4 {
            color: #0866c6;
            font-size: 13px;
            line-height: 14px;
        }

        .msglist li.selected h4 {
            color: #fff;
        }

        .msglist li .date {
            color: #999;
            height: 10px;
            margin-top: -5px;
        }

        .msglist li.selected .date {
            color: #fff;
            opacity: 0.6;
        }

        .msglist li p {
            line-height: 10px;
            margin-top: 5px;
        }

.messageview {
    height: 450px;
    overflow: auto;
}

    .messageview .subject {
        font-size: 16px;
        line-height: 28px;
        padding: 14px 20px 13px 20px;
        padding-right: 150px;
    }

    .messageview .btn-group {
        margin-right: 10px;
        margin-top: 12px;
    }

        .messageview .btn-group .btn {
            font-size: 11px;
            text-transform: uppercase;
        }

.msgauthor {
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    clear: both;
    overflow: hidden;
    padding: 10px 20px;
}

    .msgauthor .thumb {
        float: left;
        height: 30px;
        margin-top: 5px;
        width: 30px;
    }

        .msgauthor .thumb img {
            width: 100%;
        }

    .msgauthor .authorinfo {
        margin-left: 40px;
    }

        .msgauthor .authorinfo h5 {
            font-size: 12px;
            line-height: 10px;
        }

            .msgauthor .authorinfo h5 span {
                color: #999;
                font-size: 12px;
                margin-left: 5px;
            }

        .msgauthor .authorinfo .to {
            color: #999;
            display: block;
            font-size: 11px;
            margin-top: -3px;
        }

        .msgauthor .authorinfo .date {
            color: #999;
            font-size: 12px;
        }

.msgbody {
    color: #666;
    padding: 20px;
}

    .msgbody p {
        margin: 20px 0;
    }

        .msgbody p:first-child {
            margin-top: 0;
        }

        .msgbody p:last-child {
            margin-bottom: 0;
        }

.msgreply {
    border-top: 1px solid #0866c6;
    padding: 10px;
}

    .msgreply .thumb {
        float: left;
        height: 40px;
        width: 40px;
    }

        .msgreply .thumb img {
            width: 100%;
        }

    .msgreply .reply {
        margin-left: 50px;
    }

    .msgreply textarea {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: 1px solid #ccc;
        box-sizing: border-box;
        display: block;
        font-size: 12px;
        height: 128px;
        padding: 5px;
        width: 100%;
    }

/*** TABLES ***/

.dataTable {
    margin-bottom: 0;
    width: 100%;
}

    .dataTable th, .dataTable td {
        font-size: 12px;
    }

.dataTables_wrapper {
    background: #eee;
    position: relative;
}

.dataTables_length, .dataTables_info {
    background: #eee;
    border: 1px solid #ddd;
    font-size: 11px;
    padding: 10px;
}

.dataTables_length {
    border-bottom: 0;
}

.dataTables_info {
    border-top: 0;
}

.dataTables_filter {
    position: absolute;
    right: 20px;
    top: 7px;
}

.dt-buttons {
    border-bottom: 0;
    font-size: 10pt;
    font-weight: bold;
    left: 80px;
    position: relative;
    top: 5px;
}

.dataTables_filter input {
    margin: 0 0 0 10px;
    width: 150px;
}

.dataTables_paginate {
    bottom: 1px;
    position: absolute;
    right: 10px;
}

    .dataTables_paginate .first, .dataTables_paginate .previous, .dataTables_paginate .paginate_active,
    .dataTables_paginate .paginate_button, .dataTables_paginate .next, .dataTables_paginate .last {
        background: #eee;
        border: 1px solid #ccc;
        border-left: 0;
        cursor: pointer;
        font-size: 11px;
        padding: 5px 10px;
    }

    .dataTables_paginate span:hover {
        background-color: #ddd;
    }

    .dataTables_paginate .first {
        border-left: 1px solid #ccc;
    }

    .dataTables_paginate .paginate_active {
        background: #fff;
    }

    .dataTables_paginate .paginate_button:hover {
        background: #eee;
    }

    .dataTables_paginate .paginate_button_disabled {
        background: #eee;
        color: #ccc;
        cursor: default;
    }

    .dataTables_paginate a {
        color: #666;
    }

        .dataTables_paginate a:hover {
            text-decoration: none;
        }

.dataTables_length select {
    margin: 0;
    width: auto !important;
}

.dataTables_scrollHead {
    background: #333;
}

    .dataTables_scrollHead table {
        border-bottom: 0;
    }

#dyntable2_wrapper .dataTables_filter {
    background: #eee;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px;
    position: static;
    text-align: right;
}

#dyntable2_info {
    border-top: 1px solid #ddd;
}

.dataTables_filter input {
    border: 1px solid #ccc;
    height: auto;
    padding: 3px 5px;
}

/*** GRAPHS & CHARTS ***/

.stackControls {
    margin-right: 3px;
}

.stackControls, .graphControls {
    display: inline-block;
    float: left;
}

    .stackControls .btn, .graphControls .btn {
        font-size: 11px;
    }

/***  TYPOGRAPHY ***/

ul.list-unordered, ol.list-ordered,
ul.list-unordered ul, ol.list-ordered ol {
    margin: 0 0 0 25px;
    padding: 0;
}

ul.list-checked, ol.list-checked,
ul.list-checked2, ol.list-checked2 {
    list-style: none;
    margin: 0;
}

    ul.list-checked li, ol.list-checked li {
        background: url(../images/check.png) no-repeat 0 2px;
        display: block;
        padding-left: 25px;
    }

    ul.list-checked2 li, ol.list-checked2 li {
        background: url(../images/check2.png) no-repeat 0 2px;
        display: block;
        padding-left: 25px;
    }

ul.list-nostyle ul, ol.list-style ol,
ul.list-nostyle ol, ol.list-style ul {
    margin: 0 0 0 25px;
    padding: 0;
}

ul.list-nostyle li, ol.list-nostyle li {
    list-style: none;
}

    ul.list-nostyle li span, ol.list-nostyle li span {
        vertical-align: top;
    }

ul.list-inline li {
    display: inline-block;
    margin: 0 5px 10px 0;
}

/*** ELEMENTS & WIDGETS ***/

.tooltipsample li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
}

.popoversample li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
}

.pargroup {
    background: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
}

    .pargroup .par {
        border-bottom: 1px solid #ddd;
        padding: 10px;
    }

        .pargroup .par:last-child {
            border-bottom: 0;
        }

        .pargroup .par p.pull-right {
            font-size: 11px;
            margin-top: -20px;
        }

        .pargroup .par h6 {
            color: #666;
            font-weight: normal;
        }

/*** FORM STYLES ***/

#colorpicker {
    margin: 0;
}

/*** FORM WIZARD STYLES ***/

.wizard .hormenu {
    clear: both;
    list-style: none;
    margin-bottom: 75px;
}

    .wizard .hormenu li {
        float: left;
        width: 33.333%;
    }

        .wizard .hormenu li a {
            background: #fff;
            border: 1px solid #0866c6;
            border-left: 0;
            display: block;
            padding: 10px 15px;
        }

        .wizard .hormenu li:first-child a {
            border-left: 1px solid #0866c6;
        }

        .wizard .hormenu li a:hover {
            text-decoration: none;
        }

        .wizard .hormenu li a span.h2 {
            color: #999;
            display: block;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .wizard .hormenu li span.label {
            background: none;
            color: #999;
            display: block;
            font-size: 11px;
            font-weight: normal;
            padding: 0;
            text-align: left;
            text-shadow: none;
            text-transform: uppercase;
        }

        .wizard .hormenu li a span.dot span {
            background: url(../img/steps.png) no-repeat 0 -40px;
            display: inline-block;
            height: 20px;
            width: 20px;
        }

        .wizard .hormenu li:first-child a span.dot {
            margin-left: 47%;
            text-align: left;
        }

        .wizard .hormenu li:last-child a span.dot {
            margin-right: 47%;
            text-align: right;
        }

        .wizard .hormenu li a.done {
            background: #0866c6;
            border-right: 1px solid rgba(255, 255, 255, 0.2);
        }

            .wizard .hormenu li a.done span.label {
                color: #fff;
            }

            .wizard .hormenu li a.done span.h2 {
                color: #fff;
                opacity: 0.6;
            }

            .wizard .hormenu li a.done span.dot span {
                background-position: 0 -20px;
            }

        .wizard .hormenu li:first-child a.done span.dot span {
            background-position: 0 0;
        }

        .wizard .hormenu li a.selected {
            background: #0866c6;
        }

            .wizard .hormenu li a.selected span.dot span {
                background-position: 0 -120px;
            }

        .wizard .hormenu li:first-child a.selected span.dot span {
            background-position: 0 -100px;
        }

        .wizard .hormenu li a.selected span.label {
            color: #fff;
        }

        .wizard .hormenu li a.selected span.h2 {
            color: #fff;
        }

.stepContainer {
    border: 2px solid #0866c6;
    border-bottom: 0;
    width: auto !important;
}

    .stepContainer .content h4 {
    }

    .stepContainer p {
        margin: 20px 0;
    }

    .stepContainer .par p {
        line-height: 21px;
        margin: 10px 0;
    }

        .stepContainer .par p:last-child {
            border-bottom: 0;
        }

.actionBar {
    background: #fff;
    border: 2px solid #0866c6;
    border-top: 1px solid #0866c6;
    clear: both;
    overflow: hidden;
    padding: 15px;
    position: relative;
}

    .actionBar .loader {
        display: none;
        float: left;
    }

    .actionBar a {
        background: #fff;
        border: 2px solid #0866c6;
        color: #0866c6;
        display: inline-block;
        float: right;
        margin-left: 5px;
        padding: 5px 15px;
    }

        .actionBar a:hover {
            background: #0866c6;
            color: #fff;
            text-decoration: none;
        }

        .actionBar a.buttonDisabled {
            background: #fff;
            border: 2px solid #0866c6;
            color: #0866c6;
            opacity: 0.5;
        }

            .actionBar a.buttonDisabled:hover {
                cursor: default;
            }

            .actionBar a.buttonDisabled:active {
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

    .actionBar .msgBox {
        margin: 40px 0 10px 0;
        position: relative;
    }

        .actionBar .msgBox .content {
            background: #fffccc;
            border: 1px solid #FEEA7A;
            color: #333;
            padding: 7px 10px;
        }

        .actionBar .msgBox .close {
            -moz-border-radius: 1px;
            -webkit-border-radius: 1px;
            background: none;
            border-radius: 1px;
            color: #333;
            font-size: 10px;
            font-weight: bold;
            line-height: 10px;
            padding: 0 2px 2px 2px;
            position: absolute;
            right: 7px;
            text-shadow: none;
            text-transform: lowercase;
            top: 5px;
        }

            .actionBar .msgBox .close:hover {
                background: #333;
                color: #eee;
            }

.tabbedwizard .stepContainer {
    background: #fff;
    padding: 30px;
}

    .tabbedwizard .stepContainer h4 {
        border-bottom: 1px solid #ddd;
        color: #666;
        font-size: 14px;
    }

.wizard .tabbedmenu {
    background: #0866c6;
    height: 61px;
    list-style: none;
    padding: 10px;
    padding-bottom: 0;
}

    .wizard .tabbedmenu li {
        bottom: -1px;
        display: inline-block;
        margin-right: 5px;
        position: relative;
    }

        .wizard .tabbedmenu li a {
            background: rgba(255, 255, 255, 0.1);
            color: #fff;
            display: block;
            padding: 10px 20px;
        }

            .wizard .tabbedmenu li a span {
                background: none;
                color: #fff;
                font-size: 12px;
                padding: 0;
                text-shadow: none;
            }

                .wizard .tabbedmenu li a span.h2 {
                    color: #fff;
                    display: block;
                    font-size: 18px;
                    font-weight: normal;
                    opacity: 0.5;
                }

            .wizard .tabbedmenu li a:hover {
                text-decoration: none;
            }

            .wizard .tabbedmenu li a.selected, .wizard .tabbedmenu li a.done {
                background: #fff;
                border: 0;
                color: #0866c6;
            }

                .wizard .tabbedmenu li a.selected span.h2, .wizard .tabbedmenu li a.selected span {
                    color: #235688;
                }

                .wizard .tabbedmenu li a.done span.h2, .wizard .tabbedmenu li a.done span {
                    color: #235688;
                }

.wizard.wizard-inverse .hormenu li a {
    border-color: #333;
}

    .wizard.wizard-inverse .hormenu li a.selected,
    .wizard.wizard-inverse .hormenu li a.done {
        background-color: #333;
        border-color: #333;
        border-right-color: rgba(255, 255, 255, 0.1);
    }

.wizard.wizard-inverse .stepContainer {
    border-color: #333;
}

    .wizard.wizard-inverse .stepContainer .content h4 {
        background-color: #333;
    }

.wizard.wizard-inverse .actionBar {
    border-color: #333;
}

    .wizard.wizard-inverse .actionBar a {
        border-color: #333;
        color: #333;
    }

        .wizard.wizard-inverse .actionBar a:hover {
            background-color: #333;
            color: #fff;
        }

        .wizard.wizard-inverse .actionBar a.buttonDisabled:hover {
            background-color: #fff;
            color: #333;
        }

/*** EDIT PROFILE ***/

.profile-left .taglist {
    list-style: none;
}

    .profile-left .taglist li {
        display: block;
        margin-bottom: 1px;
    }

        .profile-left .taglist li a {
            background: #eee;
            color: #666;
            display: block;
            padding: 7px 10px;
            position: relative;
        }

            .profile-left .taglist li a:hover {
                background: #ddd;
                text-decoration: none;
            }

            .profile-left .taglist li a span {
                opacity: 0.3;
                position: absolute;
                right: 10px;
                top: 8px;
            }

.profile-right .taglist {
    list-style: none;
}

    .profile-right .taglist li {
        display: block;
        margin-bottom: 1px;
    }

        .profile-right .taglist li a {
            background: #eee;
            color: #666;
            display: block;
            padding: 7px 10px;
            position: relative;
        }

            .profile-right .taglist li a:hover {
                background: #ddd;
                text-decoration: none;
            }

            .profile-right .taglist li a span {
                opacity: 0.3;
                position: absolute;
                right: 10px;
                top: 8px;
            }

.profilethumb {
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .profilethumb a {
        background: #333;
        color: #fff;
        display: none;
        font-size: 11px;
        padding: 2px 7px;
        position: absolute;
        right: 5px;
        top: 5px;
    }

        .profilethumb a:hover {
            background: #444;
            text-decoration: none;
        }

.editprofileform p {
    margin: 20px 0;
}

/*** SEARCH RESULTS PAGE ***/

.resultslist {
    list-style: none;
}

    .resultslist li {
        display: block;
        margin-top: 20px;
    }

        .resultslist li:first-child {
            margin-top: 0;
        }

    .resultslist h3 {
        font-size: 16px;
        font-weight: normal;
        margin: 0;
    }

    .resultslist .link {
        color: #999;
        display: block;
    }

        .resultslist .link:hover {
            color: #666;
            text-decoration: none;
        }

.sidebarlabel {
    margin-bottom: 5px;
}

/*** ERROR PAGE ***/

.errortitle {
    margin-top: 5%;
    text-align: center;
}

    .errortitle h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .errortitle span {
        background: #333;
        color: #fff;
        display: inline-block;
        font-size: 120px;
        line-height: normal;
        margin-left: 7px;
        padding: 10px 30px;
    }

    .errortitle .errorbtns {
        margin-top: 20px;
    }

        .errortitle .errorbtns a {
            display: inline-block;
            margin-right: 7px;
        }

/*** INVOICE PAGE ***/

.invoice_logo {
    margin-bottom: 30px;
}

.table-invoice, .table-invoice-full {
    border-color: #ccc;
    border-top: 1px solid #ccc !important;
    margin: 0;
}

    .table-invoice tr td, .table-invoice-full tr td {
        border-color: #ccc;
    }

        .table-invoice tr td:first-child {
            background: #eee;
            font-size: 11px;
            text-transform: uppercase;
        }

        .table-invoice tr td:last-child {
            background: #fff;
        }

    .table-invoice-full tr td {
        background: #f7f7f7;
    }

    .table-invoice-full th.right, .table-invoice-full td.right {
        text-align: right;
    }

.invoice-table {
    border: 0 !important;
    margin-top: 15px;
    width: 100%;
}

    .invoice-table tr td {
        border: 0;
        line-height: 26px;
    }

    .invoice-table td.right {
        background: transparent !important;
        text-align: right;
    }

    .invoice-table td.numlist strong {
        border-top: 1px solid #ddd;
        display: block;
        padding: 7px 0;
    }

.amountdue {
    text-align: right;
}

    .amountdue h1 {
        background: #fcfcfc;
        border: 1px solid #ccc;
        display: inline-block;
        line-height: normal;
        padding: 10px 30px;
        text-align: center;
        width: 225px;
    }

        .amountdue h1 span {
            color: #666;
            display: block;
            font-size: 12px;
            text-transform: uppercase;
        }

    .amountdue .btn {
        margin-top: 15px;
        width: 222px;
    }

.msg-invoice {
    padding-right: 30px;
}

    .msg-invoice h4 {
        font-size: 12px;
        text-transform: uppercase;
    }

    .msg-invoice p {
        font-size: 11px;
        line-height: 18px;
    }

/*** DISCUSSION STYLES ***/

.sidebarlist {
    list-style: none;
}

    .sidebarlist li {
        border-bottom: 1px solid #ddd;
        padding: 7px 0;
    }

        .sidebarlist li i {
            float: left;
            position: relative;
            top: 3px;
        }

        .sidebarlist li a {
            padding-left: 10px;
        }

            .sidebarlist li a:hover {
                text-decoration: none;
            }

            .sidebarlist li a span {
                color: #ccc;
                float: right;
                font-size: 11px;
            }

.topictitle {
    color: #333;
    font-size: 18px;
}

.topicpanel {
    background: #fcfcfc;
    border: 1px solid #ddd;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
    margin: 20px 0;
    padding: 15px 15px;
}

    .topicpanel .author-thumb {
        float: left;
        overflow: hidden;
        width: 70px;
    }

        .topicpanel .author-thumb img {
            width: 100%;
        }

    .topicpanel .topic-content {
        margin-left: 90px;
    }

    .topicpanel h5 {
        font-size: 14px;
    }

    .topicpanel .topic-content p {
        margin: 15px 0;
    }

        .topicpanel .topic-content p:first-child {
            margin-top: 0;
        }

        .topicpanel .topic-content p:last-child {
            color: #999;
            margin-bottom: 0;
        }

        .topicpanel .topic-content p.date {
            font-size: 11px;
        }

.comments {
    list-style: none;
}

    .comments li {
        border-bottom: 1px dashed #ddd;
        clear: both;
        display: block;
        margin-bottom: 25px;
        overflow: hidden;
        padding-bottom: 25px;
    }

        .comments li:last-child {
            border-bottom: 0;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .comments li .authorimg {
            display: block;
            float: left;
            margin-right: 20px;
            margin-top: 5px;
            overflow: hidden;
            width: 60px;
        }

            .comments li .authorimg img {
                width: 100%;
            }

        .comments li .comment {
            margin-left: 75px;
            position: relative;
        }

        .comments li:last-child .comment {
            border-bottom: 0;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .comments li .commentreply {
            font-size: 11px;
            text-transform: uppercase;
        }

        .comments li .replybutton:hover {
            color: #fff;
        }

        .comments li .commenttime {
            color: #999;
            display: inline-block;
            font-size: 11px;
            margin-left: 10px;
        }

        .comments li .commentbody {
            margin-top: 15px;
        }

    .comments ul {
        border-top: 1px dashed #ddd;
        margin-left: 75px;
        margin-top: 25px;
        padding-top: 25px;
    }

        .comments ul li:last-child .comment {
            border-bottom: 0;
            margin-bottom: 0;
            padding-bottom: 0;
        }

.replypanel {
    margin: 20px 0;
}

    .replypanel .author-thumb {
        float: left;
        margin-top: 5px;
        overflow: hidden;
        width: 55px;
    }

        .replypanel .author-thumb img {
            width: 100%;
        }

    .replypanel .topic-content {
        margin-left: 70px;
    }

    .replypanel h5 {
        font-size: 14px;
    }

    .replypanel p {
        margin: 10px 0;
    }

    .replypanel textarea {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: #fcfcfc;
        border: 1px solid #ccc;
        box-sizing: border-box;
        min-height: 100px;
        padding: 7px 5px;
        resize: vertical;
        width: 100%;
    }

        .replypanel textarea:focus {
            background: #fff;
            border-color: #ccc;
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
            color: #666;
            font-style: normal;
        }

/*** BLOG PANEL ***/

.gridblog {
    list-style: none;
}

    .gridblog::after {
        clear: both;
        content: '';
        display: block;
    }

    .gridblog li {
        float: left;
        width: 33.3333%;
    }

        .gridblog li .inner {
            border-bottom: 1px solid #ccc;
            border-right: 1px solid #ccc;
            padding: 20px;
        }

        .gridblog li .gridthumb {
            position: relative;
        }

        .gridblog li .gridimg {
            display: block;
            position: relative;
        }

            .gridblog li .gridimg img {
                width: 100%;
            }

        .gridblog li .overlay {
            background: rgba(0, 0, 0, 0.65);
            display: none;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

            .gridblog li .overlay div {
                height: 50px;
                left: 50%;
                position: absolute;
                top: 50%;
                width: 50px;
            }

            .gridblog li .overlay span {
                -moz-border-radius: 50px;
                -webkit-border-radius: 50px;
                background: #000;
                border-radius: 50px;
                display: block;
                font-size: 24px;
                height: 60px;
                left: -50%;
                opacity: 0.8;
                overflow: hidden;
                position: relative;
                top: -50%;
                width: 60px;
            }

                .gridblog li .overlay span i {
                    color: #fff;
                    margin: 17px 0 0 15px;
                }

        .gridblog li .blogdate {
            background: #F3A00F;
            bottom: 0;
            left: 0;
            position: absolute;
        }

            .gridblog li .blogdate .icon {
                background: #333;
                color: #fff;
                float: left;
                padding: 5px 0;
                text-align: center;
                width: 30px;
            }

            .gridblog li .blogdate .date {
                color: #fff;
                font-size: 12px;
                margin-left: 30px;
                min-width: 50px;
                padding: 5px 10px;
                text-transform: uppercase;
            }

        .gridblog li .inner h3 {
            font-size: 20px;
            line-height: 28px;
            margin-top: 10px;
        }

            .gridblog li .inner h3 a:hover {
                color: #333;
                text-decoration: none;
            }

        .gridblog li .blogmeta {
            font-size: 11px;
            line-height: normal;
            margin: 2px 0 12px;
            margin-top: 0;
        }

            .gridblog li .blogmeta a {
                text-transform: none;
            }

        .gridblog li .readmore {
            display: block;
            font-size: 12px;
            margin-top: 15px;
            text-transform: uppercase;
        }

            .gridblog li .readmore:hover {
                text-decoration: none;
            }

/*** TIMELINE STYLES ***/

.timelinelist {
    border-left: 2px solid #ccc;
    list-style: none;
    margin-left: 53px;
    padding: 30px 0 20px 10px;
}

    .timelinelist li {
        margin-bottom: 20px;
    }

        .timelinelist li .tl-icon {
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            background: #f7f7f7 url(../images/bg1.png);
            border: 2px solid #ccc;
            border-radius: 50px;
            color: #666;
            display: inline-block;
            float: left;
            font-size: 28px;
            margin-left: -42px;
            padding: 15px 18px;
            position: relative;
        }

            .timelinelist li .tl-icon .iconfa-picture {
                display: inline-block;
                margin: 2px 0;
            }

        .timelinelist li .tl-post {
            background: #fff;
            border: 1px solid #ccc;
            margin-left: 50px;
        }

            .timelinelist li .tl-post textarea {
                height: auto;
                margin: 0;
            }

        .timelinelist li .tl-texta {
            padding: 15px;
        }

        .timelinelist li .tl-author {
            padding: 15px 15px 0 15px;
        }

            .timelinelist li .tl-author::after {
                clear: both;
                content: '';
                display: block;
            }

        .timelinelist li .tl-thumb {
            border: 1px solid #ddd;
            float: left;
            padding: 3px;
            width: 25px;
        }

            .timelinelist li .tl-thumb img {
                width: 100%;
            }

            .timelinelist li .tl-thumb img {
                display: block;
            }

        .timelinelist li .tl-body {
            padding: 0 15px 15px 15px;
        }

        .timelinelist li .tl-link {
            background: #f7f7f7;
            border-top: 1px solid #ddd;
            padding: 15px;
        }

            .timelinelist li .tl-link::after {
                clear: both;
                content: '';
                display: block;
            }

        .timelinelist li .tl-action {
            background: #fcfcfc;
            border-top: 1px solid #ddd;
        }

            .timelinelist li .tl-action::after {
                clear: both;
                content: '';
                display: block;
            }

            .timelinelist li .tl-action a {
                border-right: 1px solid #ddd;
                display: inline-block;
                float: left;
                padding: 5px 20px;
            }

                .timelinelist li .tl-action a:hover {
                    background: #eee;
                    color: #333;
                    text-decoration: none;
                }

        .timelinelist li h5 {
            color: #666;
            float: left;
            font-size: 12px;
            margin-left: 10px;
        }

            .timelinelist li h5 a {
                font-weight: bold;
            }

            .timelinelist li h5 small {
                color: #999;
                display: block;
                font-size: 10px;
            }

        .timelinelist li .linkimg {
            float: left;
            width: 35%;
        }

            .timelinelist li .linkimg img {
                display: block;
            }

        .timelinelist li .linkdetails {
            float: left;
            margin-left: 2%;
            width: 60%;
        }

            .timelinelist li .linkdetails h5 {
                display: block;
                float: none;
                font-size: 13px;
                margin: 0;
            }

            .timelinelist li .linkdetails p {
                color: #666;
                display: block;
                font-size: 11px;
                margin-top: 5px;
            }

        .timelinelist li .tl-images {
            padding: 0 15px 15px 15px;
        }

            .timelinelist li .tl-images ul {
                list-style: none;
            }

                .timelinelist li .tl-images ul li {
                    display: inline-block;
                    margin: 0;
                }

                    .timelinelist li .tl-images ul li a {
                        display: block;
                        width: 162px;
                    }

                        .timelinelist li .tl-images ul li a img {
                            width: 100%;
                        }

                        .timelinelist li .tl-images ul li a img {
                            display: block;
                        }

        .timelinelist li .tl-comments {
            border-top: 1px solid #ddd;
            padding: 15px;
        }

            .timelinelist li .tl-comments ul {
                list-style: none;
            }

                .timelinelist li .tl-comments ul li {
                    border-bottom: 1px dotted #ddd;
                    display: block;
                    margin-bottom: 10px;
                    padding-bottom: 10px;
                }

                    .timelinelist li .tl-comments ul li .c-thumb {
                        float: left;
                        margin-top: 5px;
                        width: 30px;
                    }

                        .timelinelist li .tl-comments ul li .c-thumb img {
                            width: 100%;
                        }

                    .timelinelist li .tl-comments ul li .c-text {
                        color: #666;
                        font-size: 11px;
                        margin-left: 40px;
                    }

                        .timelinelist li .tl-comments ul li .c-text h6 {
                            font-size: 11px;
                            font-weight: normal;
                        }

                            .timelinelist li .tl-comments ul li .c-text h6 a {
                                font-weight: bold;
                            }

                    .timelinelist li .tl-comments ul li.c-input .c-thumb {
                        margin-top: 0;
                    }

                    .timelinelist li .tl-comments ul li:last-child {
                        border-bottom: 0;
                        margin-bottom: 0;
                        padding-bottom: 0;
                    }

/*** CHAT PAGE STYLES ***/

.chatcontent {
    line-height: 21px;
    position: relative;
}

    .chatcontent .messagebox {
        background: #fff;
        border: 1px solid #ccc;
        margin-bottom: 20px;
        padding: 10px;
    }

        .chatcontent .messagebox::after {
            clear: both;
            content: '';
            display: block;
        }

    .chatcontent .inputbox {
        display: block;
    }

    .chatcontent .messagebox input {
        background: #fff url(../images/chat.png) no-repeat 8px 12px;
        display: inline-block;
        margin: 0;
        padding: 8px 5px 8px 30px;
        width: 100%;
    }

.chatmessage {
    background: #fff;
    border: 1px solid #ccc;
    height: 425px;
    margin-bottom: 10px;
    overflow: auto;
    position: relative;
}

#chatmessageinner p img {
    display: inline-block;
    float: left;
    vertical-align: middle;
}

#chatmessageinner p {
    padding: 10px;
}

#chatmessageinner .msgblock {
    background: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-left: 40px;
    padding: 10px;
}

#chatmessageinner .time {
    color: #999;
    font-size: 11px;
    font-style: italic;
}

#chatmessageinner .msg {
    display: block;
    margin-top: 10px;
}

#chatmessageinner p.reply img {
    display: inline-block;
    float: right;
    vertical-align: middle;
}

#chatmessageinner p.reply .msgblock {
    margin: 0 40px 0 0;
}

.chatusers {
    line-height: 21px;
    list-style: none;
}

    .chatusers li {
        border: 1px solid #ccc;
        border-top: 0;
        padding: 1px;
        position: relative;
    }

        .chatusers li:first-child {
            border-top: 1px solid #ccc;
        }

        .chatusers li span.msgcount {
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            background: #FB9337;
            border-radius: 50px;
            color: #fff;
            font-size: 10px;
            font-weight: bold;
            line-height: 10px;
            padding: 3px 5px;
            position: absolute;
            right: 10px;
            top: 12px;
        }

        .chatusers li a {
            color: #666;
            display: block;
            padding: 8px 5px;
        }

        .chatusers li.online a {
            background: url(../images/online.png) no-repeat right 16px;
        }

        .chatusers li.new a {
            font-weight: bold;
        }

        .chatusers li a:hover {
            background-color: #eee;
            text-decoration: none;
        }

        .chatusers li a img {
            display: inline-block;
            margin-right: 10px;
            vertical-align: middle;
        }

.chatsearch {
    margin-bottom: 10px;
}

/*** PEOPLE DIRECTORY ***/

.peoplegroup {
    display: inline-block;
    margin-bottom: 10px;
}

    .peoplegroup li {
        border-right: 1px solid #ddd;
        display: inline-block;
        float: left;
        padding: 0 10px;
    }

        .peoplegroup li:first-child {
            padding-left: 0;
        }

        .peoplegroup li:last-child {
            border-right: 0;
        }

        .peoplegroup li a {
            color: #666;
            display: block;
            font-size: 11px;
            padding: 2px 10px;
            text-transform: uppercase;
        }

            .peoplegroup li a:hover {
                background: #ddd;
                color: #666;
                text-decoration: none;
            }

        .peoplegroup li.active a {
            background: #333;
            color: #fff;
        }

.alphabets {
    background: #fff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    list-style: none;
}

    .alphabets::after {
        clear: both;
        content: '';
        display: block;
    }

    .alphabets li {
        border-left: 1px solid #ccc;
        color: #999;
        display: inline-block;
        padding: 5px 10px;
        width: 30px;
    }

        .alphabets li:last-child {
            border-right: 1px solid #ccc;
        }

.peoplelist {
    margin: 25px 0;
}

    .peoplelist .peoplewrapper {
        background: #fff;
        border: 1px solid #ccc;
        height: 145px;
        margin-bottom: 20px;
        padding: 15px;
    }

    .peoplelist .thumb {
        float: left;
    }

        .peoplelist .thumb img {
            display: block;
            width: 80px;
        }

    .peoplelist .peopleinfo {
        margin-left: 95px;
    }

        .peoplelist .peopleinfo h4 {
            font-size: 15px;
        }

            .peoplelist .peopleinfo h4 span {
                font-family: sans-serif;
                font-size: 10px;
                margin-left: 5px;
                text-transform: uppercase;
            }

                .peoplelist .peopleinfo h4 span.on {
                    color: green;
                }

                .peoplelist .peopleinfo h4 span.off {
                    color: #999;
                }

        .peoplelist .peopleinfo ul {
            color: #666;
            font-size: 11px;
            list-style: none;
        }

            .peoplelist .peopleinfo ul li {
                line-height: 18px;
            }

                .peoplelist .peopleinfo ul li span {
                    line-height: 18px;
                }

.onlineuserpanel {
    background: #333;
    display: none;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 200px;
}

    .onlineuserpanel .slimScrollDiv {
        border: 0;
    }

.onlineusers ul {
    list-style: none;
    position: relative;
}

    .onlineusers ul li {
        border-bottom: 1px solid #3c3c3c;
        cursor: pointer;
        display: block;
        font-family: sans-serif;
        font-size: 11px;
        padding: 7px;
    }

        .onlineusers ul li::after {
            clear: both;
            content: '';
            display: block;
        }

        .onlineusers ul li:hover {
            background: #373737;
            cursor: pointer;
        }

        .onlineusers ul li.on {
            background-image: url(../images/on.png);
            background-position: 180px center;
            background-repeat: no-repeat;
        }

        .onlineusers ul li img {
            display: block;
            float: left;
            width: 24px;
        }

        .onlineusers ul li span {
            color: #999;
            display: block;
            margin-left: 29px;
        }

.chatwindows {
    bottom: 0;
    display: none;
    position: fixed;
    right: 200px;
    z-index: 100;
}

.chatwin {
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    background: #fff;
    border: 1px solid #0866c6;
    border-bottom: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    float: right;
    margin-right: 5px;
    position: relative;
    width: 230px;
}

    .chatwin h4 {
        background: #0866c6;
        color: #fff;
        font-size: 11px;
        padding: 5px;
    }

    .chatwin .close {
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        font-weight: normal;
        opacity: 0.3;
        position: absolute;
        right: 3px;
        text-shadow: none;
        top: 1px;
    }

        .chatwin .close:hover {
            cursor: pointer;
            opacity: 0.6;
        }

    .chatwin .chatmsg {
        height: 180px;
    }

    .chatwin .chattext {
        padding: 5px;
    }

        .chatwin .chattext input {
            border: 1px solid #bbb;
            font-family: sans-serif;
            font-size: 11px;
            min-height: 20px;
            padding: 7px 5px;
        }

#chatwinlist {
    background: #fff;
    border: 1px solid #0866c6;
    border-bottom: 0;
    color: #0866c6;
    display: inline-block;
    float: right;
    margin-right: 5px;
    margin-top: 217px;
    padding: 2px 6px;
    position: relative;
    vertical-align: bottom;
}

    #chatwinlist span {
        cursor: pointer;
    }

    #chatwinlist ul {
        border: 1px solid #0866c6;
        bottom: 25px;
        display: none;
        list-style: none;
        position: absolute;
        right: -1px;
        width: 150px;
    }

        #chatwinlist ul li {
            background: #fff;
            border-bottom: 1px solid #ddd;
            cursor: pointer;
            display: block;
            padding: 5px;
        }

            #chatwinlist ul li:hover {
                background: #f7f7f7;
            }

            #chatwinlist ul li:last-child {
                border-bottom: 0;
            }

    #chatwinlist h4 {
        font-family: sans-serif;
        font-size: 11px;
    }

.chatmsg {
    list-style: none;
}

    .chatmsg li {
        display: block;
        font-size: 11px;
        padding: 0 5px;
    }

.chatenabled .mainwrapper {
    margin-right: 200px;
}

    .chatenabled .mainwrapper .mainwrapper {
        margin-right: 0;
    }

.chatenabled .chatwindows {
    display: block;
}

.chatenabled .onlineuserpanel {
    display: block;
}

/*** LOCK SCREEN ***/

.lockscreen {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
}

    .lockscreen .lock-overlay {
        background: #0866c6;
        height: 100%;
        left: 0;
        opacity: 0.85;
        position: absolute;
        top: 0;
        width: 100%;
    }

.logwindow {
    left: 50%;
    position: absolute;
    top: 20%;
    z-index: 200;
}

.logwindow-inner {
    left: -50%;
    position: relative;
}

    .logwindow-inner input {
        border: 0;
        padding: 10px;
    }

    .logwindow-inner form {
        color: #fff;
        text-align: center;
        width: 280px;
    }

    .logwindow-inner h3 {
        margin-bottom: 20px;
    }

    .logwindow-inner img {
        background: #fff;
        display: inline-block;
        padding: 5px;
    }

    .logwindow-inner h5 {
        color: #fff;
        font-size: 14px;
        margin-bottom: 20px;
    }

/*** FOOTER STYLES ***/

.footer {
    border-top: 1px solid #ccc;
    clear: both;
    color: #666;
    font-size: 11px;
    margin-top: 40px;
    overflow: hidden;
    padding-top: 15px;
}

    .footer .footer-left {
        float: left;
    }

    .footer .footer-right {
        float: right;
    }

/*** CUSTOM STYLES ***/

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}

.padding5 {
    padding: 5px;
}

.padding20 {
    padding: 20px;
}

.divider10 {
    clear: both;
    height: 10px;
}

.divider15 {
    clear: both;
    height: 15px;
}

.divider30 {
    height: 30px;
}

.marginleft15 {
    margin-left: 15px;
}

.marginleft5 {
    margin-left: 5px;
}

.margintop20 {
    margin-top: 20px;
}

.margin20 {
    margin: 20px;
}

.margin20-0 {
    margin: 20px 0;
}

.tooltipflot {
    background: #333;
    color: #fff;
    font-size: 11px;
    padding: 2px 10px;
}

.table thead th.right, .table tr td.right {
    text-align: right;
}

.topbar {
    display: none;
}

.centeralign {
    text-align: center;
}

.width5 {
    width: 5%;
}

.width10 {
    width: 10%;
}

.width15 {
    width: 15%;
}

.width20 {
    width: 20%;
}

.width30 {
    width: 30%;
}

.width45 {
    width: 45%;
}

.width60 {
    width: 60%;
}

.width65 {
    width: 65%;
}

.width63 {
    width: 63%;
}

.width70 {
    width: 70%;
}

/*** FONT ROBOTO LIGHT ***/

strong, .headmenu .nav-header,
.nav-list .nav-header, .peoplelist .peopleinfo h4,
.peoplelist .peopleinfo ul li span {
    font-family: 'RobotoBold', 'Helvetica Neue', Helvetica, sans-serif;
}

.headmenu > li, .leftmenu .nav-tabs.nav-stacked a,
.pagetitle h1, .shortcuts li {
    font-family: 'RobotoLight', 'Helvetica Neue', Helvetica, sans-serif;
}

.pagetitle h5, .subtitle {
    font-family: 'RobotoRegular', 'Helvetica Neue', Helvetica, sans-serif;
}

/*** FONT LATO ***/

.subtitle2, .table th, .msglist li h4,
.tabbedwizard .stepContainer h4, dt,
.userloggedinfo .userinfo h5,
.loginpanel .inputwrapper button,
.userlist li .uinfo h5 {
    font-family: 'LatoBold', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: normal;
}

/*** TRANSITION ***/

.headmenu-label, .headmenu-icon, .headmenu .count,
.leftmenu .nav-tabs a, .dropdown-menu a,
.shortcuts li a, .userloggedinfo ul li a,
.inputwrapper input, .inputwrapper button {
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

/*** BOOTSTRAP 3 OVERRIDE ***/

.dropdown-menu {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
}

    .dropdown-menu > li > a {
        padding: 3px 15px;
    }

.alert {
    -moz-border-radius: 0;
    -moz-box-shadow: none;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    background: none repeat scroll 0 0 #F6EDBA;
    border-color: #E4BF7F;
    border-radius: 0;
    box-shadow: none;
    color: #9C6C38;
    margin-bottom: 15px;
}

.alert-success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
}

.alert-info {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #3A87AD;
}

.alert-warning {
    background-color: #FCF8E3;
    border-color: #FBEED5;
    color: #C09853;
}

.alert-danger {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
}

.table-bordered > thead > tr > th {
    background: #333;
    border-bottom-width: 0;
    border-right: 1px solid #444;
    color: #fff;
    text-transform: uppercase;
}

.table-bordered > tfoot > tr > th {
    background: #eeeeee;
    border-bottom-width: 1;
    /*border-right: 1px solid #444;*/
    color: #eeeeee;
    text-transform: uppercase;
}

.table-bordered {
    border: 0;
}

.tabbable > .nav-tabs {
    background: #0866c6;
    border: 1px solid #0866c6;
    border-bottom: 0;
    height: 40px;
    margin: 0;
}

    .tabbable > .nav-tabs > li {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        float: left;
        margin: 0;
    }

        .tabbable > .nav-tabs > li > a {
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border: 0;
            border-radius: 0;
            color: #fff;
            margin: 0;
            padding: 10px 20px;
        }

            .tabbable > .nav-tabs > li > a:hover {
                background: rgba(255, 255, 255, 0.1);
            }

        .tabbable > .nav-tabs > li.active > a {
            background: #fff;
            border: 0;
            color: #0866c6;
            padding-botom: 12px;
        }

.tabbable > .tab-content {
    background: #fff;
    border: 1px solid #0866c6;
    border-top: 0;
    margin-top: 0;
    padding: 20px;
}

.nav-tabs.nav-stacked > li:first-child > a,
.nav-tabs.nav-stacked > li:last-child > a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.nav-tabs.nav-stacked > li > a,
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
    border-color: #0866c6;
}

.tabbable > .nav-tabs {
    height: 38px;
}

.nav-tabs > li > a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.nav-stacked > li + li {
    margin-top: 0;
}

.nav-tabs.nav-stacked > li.active > a,
.nav-tabs.nav-stacked > li.active > a:hover,
.nav-tabs.nav-stacked > li.active > a:focus {
    background: #0866C6;
    color: #fff;
}

.btn {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
}

.btn-default {
    background: #e6e6e6;
    font-size: 13px;
    text-shadow: none;
}

.btn-group.open .dropdown-toggle {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-group .dropdown-toggle:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #999;
    box-shadow: none;
}

.btn-inverse {
    background: #333;
    color: #fff;
}

    .btn-inverse:hover, .btn-inverse:active, .btn-inverse:focus {
        background: #232323;
        color: #fff;
    }

.btn-primary {
    background: #3f86c4;
}

.btn-success {
    background: #5ab65a;
}

.btn-warning {
    background: #efaa46;
}

.btn-danger {
    background: #d64d49;
}

.btn-info {
    background: #56bedd;
}

.form-control {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
}

.input-default {
    font-size: 13px;
    height: auto;
    padding: 10px;
}

div.btradio {
    height: auto;
    width: auto;
}

    div.btradio .radio {
        display: inline-block;
        margin: 0;
    }

    div.btradio input {
        margin-right: 5px;
        margin-top: 0;
        opacity: 1;
    }

.select-inline {
    display: inline-block;
}

.radio, .checkbox {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        margin: 0;
        padding: 0;
    }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding: 0;
}

.radio-inline {
    padding: 0 !important;
}

    .radio-inline .radio {
        display: inline-block;
        padding-top: 0;
    }

.checkbox label {
    line-height: 28px;
}

.fileupload .uneditable-input {
    border: 1px solid #ccc;
    font-size: 12px;
    height: 33px;
    padding: 5px;
    width: 200px;
}

.fileupload-new .input-append .btn-file {
    -moz-border-radius: 0 !important;
    -moz-box-shadow: none;
    -webkit-border-radius: 0 !important;
    -webkit-box-shadow: none;
    border-radius: 0 !important;
    box-shadow: none;
    font-size: 12px;
    height: auto;
    margin-left: -3px;
    padding: 5px 15px;
}

.fileupload .btn-file {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    height: auto;
    margin-left: -3px;
    padding: 5px 10px;
}

.fileupload a.btn {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    font-size: 12px;
    height: auto;
    margin-left: -3px;
    padding: 7px 10px;
}

.input-spinner {
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 7px 5px;
    width: 100px;
}

.bootstrap-timepicker-widget input {
    font-size: 12px;
    padding: 0 5px;
}

.input-group-addon {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 13px;
}

.input-lg {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.form-group .control-label {
    margin-top: 5px;
}

label.error {
    color: #ff0000;
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 2px;
}

.formwiz::after {
    clear: both;
    content: '';
    display: block;
}

.formwiz .form-horizontal {
    padding: 20px;
}

.terms {
    padding: 10px 20px;
}

.pagination {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.pager li > a, .pager li > span {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.navbar {
    -moz-border-radius: 0;
    -moz-box-shadow: none;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    background: #fff;
    border-color: #ccc;
    border-radius: 0;
    box-shadow: none;
    padding: 1px;
}

    .navbar .navbar-nav > .active > a {
        background: #0866C6;
        color: #fff;
    }

.label {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 10px;
    font-weight: normal;
}

.btn-default {
    background: #fff;
}

    .btn-default:active {
        background: #eee;
        border: 1px solid #bbb;
    }

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav-pills > li > a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.progress,
.progress-bar {
    -moz-border-radius: 0;
    -moz-box-shadow: none;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    border-radius: 0;
    box-shadow: none;
}

.progress-bar-success {
    background: #5CB85C;
}

.progress-bar-info {
    background: #5BC0DE;
}

.progress-bar-warning {
    background: #F0AD4E;
}

.progress-bar-danger {
    background: #D9534F;
}

.modal-content {
    -moz-border-radius: 0;
    -moz-box-shadow: none;
    -webkit-border-radius: 0;
    /*-webkit-box-shadow: none;*/
    border-radius: 0;
    box-shadow: none;
}

.tooltip-inner {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.popover {
    -moz-border-radius: 0;
    -moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 0;
    -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);
}

/*** IE FIXES ***/

.no-rgba .headmenu > li.odd {
    background: url(../images/transwhite.png);
}

.no-rgba .headmenu > li {
    border-right: 1px solid #4289d2;
}

    .no-rgba .headmenu > li:first-child {
        border-left: 1px solid #4289d2;
    }

.no-rgba .userloggedinfo ul li a {
    background: url(../images/transwhite.png);
}

    .no-rgba .userloggedinfo ul li a:hover {
        background: url(../images/transwhite2.png);
    }

.no-rgba .tab-primary.ui-tabs .ui-tabs-nav li {
    border-right: 1px solid #4289d2;
}

    .no-rgba .tab-primary.ui-tabs .ui-tabs-nav li a {
        background: url(../images/transwhite.png);
    }

    .no-rgba .tab-primary.ui-tabs .ui-tabs-nav li.ui-state-active a {
        background: #fff;
    }

.no-rgba .tab-danger.ui-tabs .ui-tabs-nav li {
    border-right: 1px solid #db4d4d;
}

    .no-rgba .tab-danger.ui-tabs .ui-tabs-nav li a {
        background: url(../images/transwhite.png);
    }

    .no-rgba .tab-danger.ui-tabs .ui-tabs-nav li.ui-state-active a {
        background: #fff;
    }

.no-rgba .tab-warning.ui-tabs .ui-tabs-nav li {
    border-right: 1px solid #fcce4f;
}

    .no-rgba .tab-warning.ui-tabs .ui-tabs-nav li a {
        background: url(../images/transwhite.png);
    }

    .no-rgba .tab-warning.ui-tabs .ui-tabs-nav li.ui-state-active a {
        background: #fff;
    }

.no-rgba .tab-success.ui-tabs .ui-tabs-nav li {
    border-right: 1px solid #aae268;
}

    .no-rgba .tab-success.ui-tabs .ui-tabs-nav li a {
        background: url(../images/transwhite.png);
    }

    .no-rgba .tab-success.ui-tabs .ui-tabs-nav li.ui-state-active a {
        background: #fff;
    }

.no-rgba .tab-info.ui-tabs .ui-tabs-nav li {
    border-right: 1px solid #9bcdf3;
}

    .no-rgba .tab-info.ui-tabs .ui-tabs-nav li a {
        background: url(../images/transwhite.png);
    }

    .no-rgba .tab-info.ui-tabs .ui-tabs-nav li.ui-state-active a {
        background: #fff;
    }

.no-rgba .tab-inverse.ui-tabs .ui-tabs-nav li {
    border-right: 1px solid #707070;
}

    .no-rgba .tab-inverse.ui-tabs .ui-tabs-nav li a {
        background: url(../images/transwhite.png);
    }

    .no-rgba .tab-inverse.ui-tabs .ui-tabs-nav li.ui-state-active a {
        background: #fff;
    }

.no-rgba .ui-accordion .ui-accordion-header a:hover {
    background: url(../images/transwhite.png);
}

.no-rgba .ui-accordion .ui-accordion-header.ui-state-active a:hover {
    background: #fff;
}

.no-rgba .accordion-primary.ui-accordion .ui-accordion-header {
    border-top: 1px solid #4289d2;
}

.no-rgba .accordion-danger.ui-accordion .ui-accordion-header {
    border-top: 1px solid #db4d4d;
}

.no-rgba .accordion-warning.ui-accordion .ui-accordion-header {
    border-top: 1px solid #fcce4f;
}

.no-rgba .accordion-success.ui-accordion .ui-accordion-header {
    border-top: 1px solid #aae268;
}

.no-rgba .accordion-info.ui-accordion .ui-accordion-header {
    border-top: 1px solid #9bcdf3;
}

.no-rgba .accordion-inverse.ui-accordion .ui-accordion-header {
    border-top: 1px solid #707070;
}

.no-rgba .fc-event {
    background: #333;
}

/*** MEDIA QUERIES ***/

@media screen and (max-width: 1024px) {
    /* general */
    .mainwrapper {
        overflow: hidden;
    }

    .header .logo {
        margin-left: -220px;
    }

    .header {
        width: 100%;
    }

    .headerinner {
        margin-left: 0;
        width: 100%;
    }

    .leftpanel {
        margin-left: -220px;
    }

    .rightpanel {
        margin-left: 0;
        width: 100%;
    }

    .topbar {
        background: #272727;
        display: block;
        height: 50px;
    }

    .barmenu {
        background: url(../images/barmenu.png) no-repeat center center;
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 18px;
        height: 50px;
        width: 50px;
    }

    .chatmenu {
        background: url(../images/chatimg.png) no-repeat 0 0;
        cursor: pointer;
        height: 21px;
        position: absolute;
        right: 10px;
        top: 14px;
        width: 23px;
    }

    /* forms */
    .form-horizontal .form-group .control-label {
        margin-bottom: 5px;
        margin-left: 15px;
    }

    .form-control {
        margin-bottom: 15px;
    }

    .input-group {
        margin-bottom: 15px;
    }

        .input-group .form-control {
            height: 38px;
        }

    .input-group-btn > .btn {
        height: 38px;
    }

    #colorpicker {
        display: inline-block;
        width: 100px;
    }

    /* elements */
    .col-md-1, .col-md-2, .col-md-3, .col-md-4,
    .col-md-5, .col-md-6, .col-md-7, .col-md-8,
    .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        margin-bottom: 20px;
    }

    .navbar-form .form-control {
        margin-bottom: 0;
    }

    /* error page */
    .errorpage .topbar {
        display: none;
    }

    .chatenabled .mainwrapper {
        margin-right: 0;
    }

    .chatenabled .onlineuserpanel, #chatwindows {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    body {
        font-size: 12px;
    }

    .topbar {
    }

    /* boxes */
    .slide_img, .entry_img {
        float: none;
        margin-bottom: 10px;
    }

    .slide_content, .entry_content {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    /* forms */
    #elm1_toolbargroup {
        width: 680px;
    }

    /* messages */
    .messageview .subject {
        padding-left: 10px;
        padding-right: 110px;
    }

    .msgauthor, .msgbody {
        padding: 10px;
    }

        .msgauthor .authorinfo h5 span {
            display: block;
            margin-left: 0;
        }

    /* media */
    .mediaWrapper {
        width: 500px;
    }

    .row-fluid .span5.imginfo {
        float: none;
        margin-bottom: 20px;
        width: auto;
    }

    .row-fluid .span7.imgdetails {
        float: none;
        margin: 0;
        width: auto;
    }

    /* blog */
    .gridblog li {
        width: 50%;
    }
}

@media screen and (max-width: 720px) {
    #dashboard-left, #dashboard-right {
        margin: 0;
        width: 100%;
    }

    .searchbar {
        margin-bottom: 15px;
        position: static;
    }

        .searchbar input {
            background-position: 97.5% center;
            width: 100%;
        }

    /* calendar */
    .ui-datepicker-calendar td a {
        font-size: 12px;
        padding: 10px;
    }

    /* buttons */
    .fontawesomeicons .span3 {
        display: inline-block;
        width: 48%;
    }

    .iconsweetslist li {
        width: 33.3333%;
    }

    /* forms */
    .stdform label {
        float: none;
        margin-bottom: 5px;
        text-align: left;
        width: auto;
    }

    .stdform div.par .controls,
    .stdform .stdformbutton, .stdform small.desc,
    .stdform2 span.field, .stdform2 div.field,
    .stdform span.field, .stdform div.field,
    .stdform .formwrapper, .dualselect {
        margin-left: 0;
    }

    .input-append .add-on, .input-prepend .add-on {
        height: 20px;
    }

    .stdform input {
        padding: 4px 5px;
    }

    .stdform2 p, .stdform2 div.par {
        background: none;
    }

    .stepContainer p {
        margin: 10px 15px;
    }

    #wiz1step2_1 p {
        margin: 10px 0;
    }

    .tabbedwizard .stepContainer {
        padding: 30px 15px;
    }

    #elm1_toolbargroup {
        width: 640px;
    }

    .stdform2 span.field, .stdform2 div.field {
        padding-top: 0;
    }

    /* boxes */
    .bx-wrapper {
        margin-bottom: 20px;
    }

    .slide_img {
        float: left;
        width: 100px;
    }

    .slide_content {
        margin-left: 120px;
    }

    .entry_img {
        float: left;
    }

    .entry_content {
        margin-left: 120px;
    }

    /* media */
    .mediamgr_menu li.right {
        float: none;
        margin-top: 10px;
    }

    .mediamgr_category ul li.right {
        border-top: 1px dashed #ddd;
        display: block;
        float: none;
        margin-top: 10px;
        text-align: right;
    }

    .mediamgr .mediamgr_right {
        top: 110px;
    }

    /* messages */
    .messageleft {
        width: 241px;
    }

    .messageright {
        margin-left: 241px;
    }

    /* bootstrap */
    .btn {
        padding: 4px 12px;
    }
}

@media screen and (max-width: 640px) {
    .headmenu > li > a {
        padding: 25px 10px 9px;
    }

    /* buttons */
    .glyphicons li {
        width: 50%;
    }

    .iconsweetslist li {
        width: 50%;
    }

    /* forms */
    #elm1_toolbargroup {
        width: 560px;
    }

    /* media */
    .mediamgr_category, .mediamgr_content {
        margin-right: 0;
    }

    .mediamgr .mediamgr_right {
        position: static;
        width: auto;
    }

    .mediamgr .mediamgr_rightinner {
        padding-left: 0;
    }

    .mediamgr_category ul li.right {
        border-top: 0;
        float: right;
        margin-top: 0;
    }
}

@media screen and (max-width: 603px) {
    .headmenu > li > a {
        padding: 25px 15px 9px;
    }

    .userloggedinfo .userinfo small {
        display: none;
    }

    .userloggedinfo {
        width: 220px;
    }

        .userloggedinfo .userinfo {
            float: none;
            margin-left: 100px;
        }

    /* media */
    .mediaWrapper {
        width: 400px;
    }

    /* table */
    .dataTable th, .dataTable td {
        font-size: 11px;
        padding: 5px;
    }

        .dataTable th:nth-child(2), .dataTable td:nth-child(2) {
            display: none;
        }

    .dataTables_paginate {
        margin: -25px 0 0 20px;
        position: relative;
    }

    .dataTables_info {
        height: 50px;
    }

    #dyntable2_info {
        height: auto;
    }

    .dataTables_filter {
        margin: -50px 0 20px 20px;
        position: relative;
    }

    .dataTables_length {
        height: 70px;
    }

    #dyntable2_wrapper .dataTables_filter {
        margin: 0;
    }
}

@media screen and (max-width: 480px) {
    .headmenu > li > a {
        padding: 25px 20px 9px;
    }

    .headmenu > li.right {
        padding-bottom: 13px;
    }

    .userloggedinfo {
        width: auto;
    }

        .userloggedinfo img {
            cursor: pointer;
        }

        .userloggedinfo .userinfo {
            background: #fff;
            border: 2px solid #0866c6;
            border-top: 0;
            color: #333;
            display: none;
            padding: 10px;
            position: absolute;
            right: -1px;
            top: 110px;
            width: 200px;
            z-index: 100;
        }

            .userloggedinfo .userinfo::after {
                border-bottom: 6px solid white;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                content: '';
                display: inline-block;
                position: absolute;
                right: 45px;
                top: -6px;
            }

            .userloggedinfo .userinfo small {
                color: #999;
            }

        .userloggedinfo ul li a {
            background: #eee;
            color: #333;
            font-size: 12px;
            padding: 5px 10px;
        }

            .userloggedinfo ul li a:hover {
                background: #0866c6;
                color: #fff;
            }

    .pageheader {
        min-height: 155px;
        padding: 15px;
    }

    /* buttons */
    .tabbable > .nav-tabs > li > a {
        padding: 10px;
    }

    /* forms */
    .wizard .hormenu li {
        border: 2px solid #0866c6;
        display: block;
        float: none;
        margin-bottom: 5px;
        width: auto;
    }

        .wizard .hormenu li a {
            border: 0;
        }

            .wizard .hormenu li a.done {
                border: 0;
            }

    .wizard .hormenu {
        margin-bottom: 20px;
    }

    .wizard-inverse .hormenu li {
        border-color: #333;
    }

    .wizard .tabbedmenu {
        height: auto;
        padding: 10px;
    }

        .wizard .tabbedmenu li {
            display: block;
            margin-bottom: 10px;
        }

            .wizard .tabbedmenu li:last-child {
                margin-bottom: 0;
            }

            .wizard .tabbedmenu li a {
                padding: 10px;
            }

    #elm1_toolbargroup {
        width: 395px;
    }

    .regpanel {
        width: 300px;
    }

    /* media */
    .mediamgr_menu li.right {
        float: none;
        margin-top: 10px;
    }

    .mediamgr_category ul li.right {
        border-top: 1px dashed #ddd;
        display: block;
        float: none;
        margin-top: 10px;
        text-align: right;
    }

    .mediamgr .mediamgr_right {
        top: 110px;
    }

    .mediamgr_menu li.filesearch {
        margin: 10px 0;
        width: 100%;
    }

    .mediamgr_menu form input.filekeyword {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        margin-bottom: 0;
        width: 100%;
    }

    .mediamgr_menu li.right {
        margin-top: 0;
    }

    .mediaWrapper {
        width: 280px;
    }

    /* table */
    .dataTables_paginate .first, .dataTables_paginate .previous,
    .dataTables_paginate .paginate_active, .dataTables_paginate .paginate_button,
    .dataTables_paginate .next, .dataTables_paginate .last {
        padding: 5px 7px;
    }

    div.table-wrapper {
        margin-bottom: 0;
    }

    /* messages */
    .messageleft {
        float: none;
        height: auto;
        width: auto;
    }

    .messageright {
        border-left: 1px solid #0866c6;
        display: none;
        height: auto;
        margin-left: 0;
    }

    .messagesearch input {
        background-position: 375px 9px;
    }

    .msglist {
        border-bottom-width: 1px;
        height: auto;
    }

    .messageview {
        height: auto;
    }

    /* calendar */
    .fc-button {
        padding: 0 5px;
    }

    .fc-header-title {
        margin-top: 3px;
    }

    /* invoice */
    .amountdue h1 {
        padding: 10px 25px;
    }

    .amountdue .btn {
        width: 225px;
    }

    /* blog */
    .gridblog li {
        width: 100%;
    }
}

@media screen and (max-width: 360px) {
    .header {
        height: 90px;
    }

    .headmenu > li {
        font-size: 12px;
    }

        .headmenu > li > a {
            padding: 25px 5px 9px;
        }

            .headmenu > li > a .head-icon {
                background-size: cover;
                height: 30px;
                width: 30px;
            }

    .leftmenu .nav-tabs.nav-stacked li a {
        font-size: 13px;
    }

    .leftmenu .nav-tabs.nav-stacked .dropdown ul li a {
        font-size: 12px;
    }

    .userloggedinfo img {
        width: 60px;
    }

    .userloggedinfo .userinfo {
        top: 90px;
    }

    .header .logo {
        padding-top: 30px;
    }

    .headmenu .dropdown-menu:after {
        left: 25px;
    }

    .userloggedinfo .userinfo:after {
        right: 35px;
    }

    .searchbar input {
        background-position: 285px 10px;
    }

    .commentlist li p:last-child .btn {
        margin-bottom: 10px;
    }

    /* buttons */
    .tabbable > .nav-tabs > li {
        font-size: 11px;
        overflow: hidden;
    }

        .tabbable > .nav-tabs > li a {
            padding: 10px 5px;
        }

    .glyphicons li {
        float: none;
        width: auto;
    }

    .fontawesomeicons .span3 {
        float: none;
        width: auto;
    }

    .iconsweetslist li {
        float: none;
        width: auto;
    }

    /* forms */
    .dualselect select {
        width: 38%;
    }

    .chzn-container {
        width: 270px !important;
    }

    .chzn-drop {
        width: 268px !important;
    }

    .chzn-search input {
        width: 220px !important;
    }

    .tagsinput {
        width: 220px !important;
    }

    #elm1_toolbargroup {
        width: 285px;
    }

    /* elements */
    .navbar .brand {
        display: none;
    }

    /* hidden for demo purposes only */

    /* boxes */
    .slide_img, .entry_img {
        float: none;
        margin-bottom: 10px;
    }

    .slide_content, .entry_content {
        margin-left: 0;
    }

    /* media */
    .mediamgr_category ul li {
        display: block;
        float: none;
        margin: 0;
    }

    .mediamgr_menu li {
        margin-bottom: 10px;
    }

        .mediamgr_menu li.newfilebtn {
            margin-left: 10px;
        }

    .mediaWrapper {
        width: 240px;
    }

    .imgpreview {
        width: 209px;
    }

    /* messages */
    .messagemenu ul {
        height: 45px;
    }

        .messagemenu ul li a {
            padding: 12px 10px;
        }

    /* calendar */
    .fc-header {
        margin-top: 30px;
    }

    .fc-header-title h2 {
        margin-top: -50px;
    }

    .fc-button-month {
        margin-left: -50px;
    }

    /* error */
    .errortitle h4 {
        font-size: 20px;
    }

    .errortitle span {
        font-size: 50px;
    }

        .errortitle span:first-child {
            margin-left: 0;
        }

    /* bootstrap */
    .tabbable > .tab-content {
        padding: 15px;
    }

    .btn-circle {
        width: 6px;
    }

        .btn-circle i {
            margin-left: -3px;
        }

    .input-append .btn, .input-prepend .btn {
        font-size: 12px;
        padding-left: 8px;
        padding-right: 8px;
    }

    /* footer */
    .footer .footer-left {
        float: none;
        text-align: center;
    }

    .footer .footer-right {
        float: none;
        text-align: center;
    }
}

@media screen and (max-width: 320px) {
    body {
        font-size: 11px;
        line-height: 18px;
    }

    .headmenu > li > a {
        padding: 25px 0 9px;
    }

    .searchbar input {
        background-position: 245px 10px;
    }

    .pagetitle h1 {
        font-size: 24px;
    }

    .pageicon {
        font-size: 32px;
        padding: 10px 5px;
    }

    .pagetitle {
        margin-left: 75px;
    }

    /* dashboard */
    .shortcuts li {
        display: block;
        float: none;
        margin: 0 0 10px 0;
    }

        .shortcuts li a {
            width: auto;
        }

        .shortcuts li:nth-child(even) {
            margin-right: 0;
        }

    .commentlist li img {
        width: 40px;
    }

    .commentlist li .comment-info {
        margin-left: 55px;
    }

        .commentlist li .comment-info h4 {
            font-size: 14px;
        }

    /* buttons */
    .buttons-icons li {
        overflow: hidden;
        width: 50px;
    }

        .buttons-icons li a {
            width: 150px;
        }

    /* forms */
    .stdform .input-append input, .stdform .input-prepend input {
        width: 100px !important;
    }

    #elm1_toolbargroup {
        width: 240px;
    }

    /* media */
    .mediamgr_menu li.newfoldbtn {
        clear: left;
        margin-left: 0;
    }

    /* calendar */
    .fc-button-month {
        margin-left: -90px;
    }

    .fc-header-title h2 {
        margin-left: -175px;
    }

    /* table */
    .dataTables_paginate .first, .dataTables_paginate .previous,
    .dataTables_paginate .paginate_active, .dataTables_paginate .paginate_button,
    .dataTables_paginate .next, .dataTables_paginate .last {
        padding: 5px;
    }

    div.table-wrapper {
        border-bottom: 1px solid #ddd;
        margin-bottom: 0 !important;
    }

    .table-infinite tr th:nth-child(2),
    .table-infinite tr td:nth-child(2),
    .table-infinite tr th:nth-child(3),
    .table-infinite tr td:nth-child(3) {
        display: none;
    }

    .compact-print {
        zoom: 0.8;
    }

    .table-header {
        text-align: center;
        vertical-align: middle !important;
    }

    td.details-control {
        background: url('../Images/details_open.png') no-repeat center center;
        cursor: pointer;
    }

    tr.shown td.details-control {
        background: url('../Images/details_close.png') no-repeat center center;
    }
}