﻿*, h2 {
    margin: 0;
    padding: 0;
}

body, html {
    /*font-family: 'Arimo', Arial ,sans-serif;*/
    height: 100%;
    width: 100%;
    overflow: auto;
    /*position:fixed;*/
}

a, a:focus, select:focus, .btn:focus, input:focus {
    outline: 0;
}

#page #logo {
    /*width: 90px;*/
    height: 90px;
    margin: 40px auto;
}

    #page #logo img {
        width: 100%;
    }

div, ul, li, .table, h2 {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none; /* non-prefixed version, currently not supported by any browser */
}

iframe {
    border: 1px solid #c3c3c3;
    margin: 0px 10px;
    float: left;
    clear: both;
    width: 1020px;
    height: 600px;
}

.popup #content {
    left: 0;
}

    .popup #content > #body .actionBar {
        left: 2px;
    }

.tooltip {
    z-index: 100000;
    opacity: 1 !important;
}

.tooltip-inner {
    background-color: white;
    color: black;
    border: 1px solid gray;
    border-radius: inherit;
    box-shadow: 5px 5px 5px #c3c3c3;
    text-align: left;
}

.tooltip.right .tooltip-arrow {
    border-right-color: white !important;
}

.tooltip-inner > .n {
    position: relative;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #c3c3c3;
}

.tooltip-inner label {
    font-weight: normal;
    clear: both;
    margin: 0 0 0 15px;
    padding: 0;
    text-align: left;
    padding: 3px;
}

.tooltip-inner i {
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    text-align: center;
    color: #939393;
}

.tooltip-inner .n:first-child {
    border-top: none;
}

.tooltip-inner .n:last-child {
    border-bottom: none;
}

.placeholder {
    color: #aaa;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}
/* IE7 */

textarea {
    resize: vertical;
}

/*Bootstrap overrides*/

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none;
}

.btn,
.input-group-addon {
    padding: 3px 12px;
}

.glyphicon-ok-circle {
    color: green;
}

.glyphicon-warning-sign {
    color: orange;
}

.glyphicon-remove-circle {
    color: red;
}

.glyphicon-remove:hover {
    color: red;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: inherit;
    background-color: #f5f5f5;
}

.input-group[class*="col-"] {
    padding-right: 4px;
}

fieldset {
    background-color: #FFFFFF;
    width: 380px;
    margin: 5px;
    padding-top: 35px;
    position: relative;
}

    fieldset.large {
        width: 1010px;
    }

legend {
    position: absolute;
    top: 0px;
    padding-left: 10px;
    padding-top: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #7B7B7B;
    border-bottom: 1px solid #6AA6B5;
    padding-bottom: 2px;
}

hr {
    margin-left: 5px;
    margin-right: 5px;
}

.btn, .alert, .form-control, .modal-content {
    border-radius: 0;
}

.input-group-addon {
    border-radius: 0;
}

.input-group .form-control {
    width: 95%;
}

.form-group {
    margin-bottom: 10px;
}

    .form-group .checkbox {
        width: 13px;
    }

.form-horizontal .form-group {
    margin: 5px 0;
}

    .form-horizontal .form-group > label,
    .form-horizontal .form-group > div {
        padding-left: 0;
    }

    .form-horizontal .form-group > label {
        color: #3e3e3e;
        font-size: 12px;
        font-weight: normal;
    }

.form-control {
    /*height: 25px;
    box-shadow: none;
    padding: 3px 5px;*/
    height: 22px;
    box-shadow: none;
    padding: 0px 3px;
}



.form-horizontal .control-label {
    padding-top: 4px;
}

.modal-dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 600px;
    height: 455px;
    margin: auto;
}

.modal-body {
    padding: 5px 5px 0px 5px;
}



.modal-header {
    border-bottom: 1px solid #6AA6B5;
}

    .modal-header .close {
        margin-top: 3px;
        margin-right: 5px;
    }

.modal-header {
    background-color: #F8F8F8;
    padding: 7px;
}

.modal-footer {
    padding: 5px 15px;
    border-top: 1px solid #CCC;
    background-color: #FFF;
}

.glyphicon {
    top: 0;
}

.table > thead > tr > th {
    border-bottom: 1px solid rgb(174, 174, 174);
}


/*Bootstrap overrides END*/

/*INFO ALERT*/

.alert-box .modal-dialog {
    width: 430px;
}

.alert-box .modal-header {
    padding: 5px 15px;
}

.alert-box .modal-footer .btn {
    min-width: 70px;
    padding: 5px;
}

.alert-box .alert-body {
    margin-bottom: 5px;
}

    .alert-box .alert-body img {
        width: 60px;
        margin-left: 5px;
    }

    .alert-box .alert-body .alert-message {
        width: 300px;
        vertical-align: middle;
        display: inline-block;
        margin-left: 20px;
    }

        .alert-box .alert-body .alert-message label {
            font-weight: normal;
            margin: 0;
        }

.alert-message .title {
    display: block;
    margin: 0 0 10px;
}

/*.alert-box .modal-footer {
    padding: 0px 33px 15px 25px;
}*/

/*INFO ALERT END*/

/*Perfect scrollbar overrides START*/

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    border-radius: 0;
}

/*Perfect scrollbar overrides END*/

#login > div {
    display: table;
    height: 100%;
    width: 100%;
}

    #login > div > div {
        display: table-cell;
        vertical-align: middle;
    }

#login {
    background-color: #363636;
}

    #login .validation-summary-errors ul {
        list-style: none;
        color: #ff9292;
    }

        #login .validation-summary-errors ul li {
            padding-left: 12px;
        }

    #login form {
        height: 245px;
        margin: 0 auto 250px;
        padding: 10px;
        width: 350px;
    }

    #login #logo {
        background-color: #2e2e2e;
        border: 1px solid #3e3e3e;
        width: 100%;
        height: 100px;
        margin-bottom: 10px;
    }

    #login form input {
        background-color: #2e2e2e;
        border: 1px solid #3e3e3e;
        border-radius: 1px;
        box-shadow: 0 0 2px #181818 inset;
        color: #fff;
        height: 30px;
        padding-left: 12px;
        width: 100%;
    }

        #login form input[name="userName"] {
            border-bottom: none;
        }

        #login form input[type="submit"] {
            background-color: #007C85;
            box-shadow: none;
            font-size: 23px;
            height: 40px;
            line-height: 27px;
            margin-top: 10px;
        }

#actionModal .modal-dialog {
    width: 500px;
}

#actionModal .modal-body {
    padding: 5px;
}

    #actionModal .modal-body .col-sm-7 {
        width: 64%;
    }

    #actionModal .modal-body .alert {
        margin-bottom: 0;
    }

#actionModal .modal-footer {
}

#actionModal .ma {
    color: green;
}

#actionModal .mc {
    font-weight: bold;
}

#actionModal .ma.danger {
    color: red;
}

#page {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    min-width: 768px;
    overflow: hidden;
}


#container {
    background-color: #303537;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#tb {
    background-color: #fff;
    border-bottom: 1px solid #6aa6b5;
    height: 43px;
    width: 100%;
}

    #tb #pageTitle {
        padding: 3px 0 0 5px;
    }


    #tb #pageTitle {
        float: left;
    }

        #tb #pageTitle span {
            font-size: 35px;
            float: left;
        }

        #tb #pageTitle h2 {
            font-size: 20px;
            height: 100%;
            float: left;
            line-height: 38px;
            margin-left: 5px;
        }

    #tb > #profile {
        position: absolute;
        right: 0;
        background-color: #fff;
        border-bottom: 1px solid #6aa6b5;
        height: 43px;
    }

        #tb > #profile > div {
            float: left;
        }

        #tb > #profile a i {
            margin-right: 3px;
        }

    #tb #profile #tbAddFav {
        border-left: 1px solid #cfcfcf;
        height: 43px;
        text-align: center;
        width: 43px;
        padding: 4px;
        font-size: 23px;
        color: #a8a8a8;
        cursor: pointer;
    }

        #tb #profile #tbAddFav:hover {
            color: rgba(102, 175, 233, 0.6);
        }

        #tb #profile #tbAddFav.ex {
            color: gold;
        }

#tbAddFav {
    position: relative;
}

    #tbAddFav #favEdit {
        position: absolute;
        border: 1px solid #d1d1d1;
        border-top-color: transparent;
        top: 43px;
        right: -1px;
        width: 260px;
        text-align: left;
        color: #7e7e7e;
        padding: 10px;
        z-index: 1000;
        box-shadow: 1px 3px 3px #e4e4e4;
        display: none;
        background-color: #fff;
    }

        #tbAddFav #favEdit label {
            font-size: 14px;
            margin: 0;
            padding: 0;
            display: block;
        }

        #tbAddFav #favEdit #errors {
            color: #cb0f0f;
            font-weight: normal;
            font-size: 12px;
            padding-left: 7px;
        }

        #tbAddFav #favEdit > div:last-child {
            float: right;
        }

            #tbAddFav #favEdit > div:last-child input {
                height: 25px;
                margin: 0px;
                width: 63px;
                padding: 3px 5px;
                line-height: 18px;
            }

#tb #profile #me {
    position: relative;
    min-width: 170px;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #6aa6b5;
    height: 43px;
    padding: 4px;
}

    #tb #profile #me img {
        border-radius: 50%;
    }

    #tb #profile #me label {
        margin: 6px;
    }

    #tb #profile #me #actions {
        display: none;
        position: absolute;
        top: 43px;
        left: -1px;
        right: -1px;
        list-style: none;
        background-color: #fff;
        z-index: 500;
    }

        #tb #profile #me #actions li {
            border-left: 1px solid #cfcfcf;
            border-right: 1px solid #cfcfcf;
            border-bottom: 1px solid #cfcfcf;
        }

            #tb #profile #me #actions li a {
                padding: 5px;
                display: block;
                text-decoration: none;
            }

    #tb #profile #me:hover #actions {
        display: block;
    }


#tbi .tbi {
    border-left: 1px solid #cfcfcf;
    height: 43px;
    display: inline-block;
}

    #tbi .tbi a, #tbi .tbi span {
        padding: 10px;
        display: block;
        text-decoration: none;
    }


#content > #bc {
    border-bottom: 1px solid #cbe1e1;
    height: 21px;
}

    #content > #bc ul {
        margin: 0;
        margin-left: 10px;
    }

        #content > #bc ul li {
            display: inline-block;
        }

#content {
    background-color: #FFF;
    border-left: 1px solid #6aa6b5;
    bottom: 0;
    left: 200px;
    position: absolute;
    right: 0;
    top: 0;
}

#nav {
    background-color: #333;
    border-right: 1px solid #BDB5B5;
    bottom: 0px;
    color: #CFCFCF;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 200px;
    z-index: 5;
    /*box-shadow: 1px 0px 112px #212121 inset;*/
    -webkit-box-shadow: inset 0px 0px 115px 0px #212121;
    -moz-box-shadow: inset 0px 0px 115px 0px #212121;
    box-shadow: inset 0px 0px 115px 0px #212121;
}

    #nav span.gr {
        font-size: 18px;
        padding-right: 10px;
    }

    /*#nav #bg {
        background: url("/content/images/blurred3.jpg") repeat scroll 0% 0% #303537;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.1;
        z-index: -1;
    }*/

    #nav nav {
        overflow: auto;
        position: absolute;
        top: 173px;
        bottom: 0px;
        width: 100%;
        border-top: 1px solid #AFC70D;
    }

    #nav.context nav {
        border-color: #E08334;
    }

    #nav.context #dashboard span,
    #nav.context .parent > div > span {
        color: #E08334;
    }

    /*#nav nav > div {
        margin-top: 5px;
    }*/

    #nav nav ul {
        list-style: none;
    }

    #nav nav > div > ul {
        overflow: auto;
        position: absolute;
        top: 28px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0;
    }

    #nav nav ul li.parent,
    #nav nav ul li a {
        cursor: pointer;
    }

    #nav span {
        /*color: #7c7c7c;*/
        color: #AFC70D;
        display: table-cell;
        font-size: 12px;
        /*margin-right: 5px;*/
        padding-left: 5px;
        vertical-align: middle;
        width: 25px;
    }

    #nav #navDrag {
        position: absolute;
        top: 0;
        right: -3px;
        bottom: 0;
        width: 6px;
        cursor: col-resize;
        padding: 0;
        margin: 0;
    }

        #nav #navDrag:hover {
            border-left: 3px solid #6aa6b5;
        }

    #nav .title {
        width: 100%;
        display: inline-block;
        padding-right: 20px;
    }


    #nav a:hover,
    #nav li div:hover {
        color: #fff;
    }

    #nav .parent ul div:hover span {
        color: #fff;
    }

    #nav nav > div > ul > li {
        /*border-bottom: 1px solid #586377;*/
        min-height: 31px;
        position: relative;
    }

        #nav nav > div > ul > li ul span {
            color: #bdb5b5;
        }

    #nav nav > div > ul li > div {
        display: table;
        min-height: 15px;
        width: 100%;
        position: relative;
    }

        #nav nav > div > ul li > div > .badge {
            /*background-color: #1E1E1E;
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) inset, 0px 1px rgba(255, 255, 255, 0.2);*/
            width: auto;
            padding: 3px 5px;
            position: absolute;
            right: 5px;
            top: 4px;
            background: none;
            border-radius: inherit;
            color: #939393;
        }


    #nav .cc {
        background-color: #424242;
        border-top: 1px solid #5d5d5d;
        border-bottom: 1px solid #5d5d5d;
    }

        #nav .cc a {
            height: 24px;
            line-height: 24px;
            margin: 5px;
        }

        #nav .cc span.glyphicon.glyphicon-filter {
            color: #858E8E !important;
        }

        #nav .cc:hover {
            background-color: #5b5b5b;
        }


        #nav .cc .ccl {
            padding: 0;
            margin: 0;
            height: auto;
        }

            #nav .cc .ccl .ct {
                font-weight: bold;
                font-size: 10px;
            }

        #nav .cc a span {
            color: #cfcfcf;
        }

        #nav .cc a > div {
            width: 100%;
            display: table-cell;
        }

        #nav .cc a > span {
            display: table-cell;
            padding-right: 10px;
        }


        #nav .cc a > div span {
            display: block;
            width: 100%;
            min-height: 20px;
            line-height: 12px;
            padding: 3px;
        }


    #nav nav > div > ul > li > ul {
        display: none;
    }

    #nav nav > div > ul li.active {
        border-right: 3px solid #CFCFCF;
    }

    #nav label, #nav a {
        font-size: 12px;
        font-weight: normal;
        line-height: 15px;
        padding-top: 5px;
        word-wrap: break-word;
    }

    #nav .parent li {
        font-size: 12px;
        font-weight: normal;
        min-height: 22px;
        word-wrap: break-word;
    }

    #nav a {
        color: #cfcfcf;
        display: block;
        padding-bottom: 3px;
        padding-right: 5px;
        text-decoration: none;
    }

    #nav #menu .fs span {
        padding: 10px;
    }

    #nav #menuSearch {
        position: relative;
    }

        #nav #menuSearch div {
            background: #222;
            color: #cfcfcf;
        }

        #nav #menuSearch input {
            background: #222;
            color: #cfcfcf;
            width: 100%;
            padding: 5px;
            padding-left: 25px;
            border: 1px solid #424242;
            border-left: none;
            border-right: none;
        }

        #nav #menuSearch span {
            position: absolute;
            top: 9px;
            left: 1px;
            color: #cfcfcf;
        }

    #nav #favs {
        padding-top: 5px;
    }

#container.collapsed #nav {
    width: 100px;
}

    #container.collapsed #nav #logo {
        top: 0;
        left: 0;
    }

    #container.collapsed #nav #nb span {
        display: none;
    }

    #container.collapsed #nav #nb #collapse {
        display: block;
        width: 100%;
    }

    #container.collapsed #nav #favs {
        display: block !important;
        
    }

    #container.collapsed #nav nav > div > ul {
        display: none;
    }

    #container.collapsed #nav #favs li {
        padding: 3px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #464646;
    }

        #container.collapsed #nav #favs li:hover {
            background-color: #3b3b3b;
        }

        #container.collapsed #nav #favs li span {
            width: 22px;
            margin: 0 auto;
            display: block;
            font-size: 20px;
        }


        #container.collapsed #nav #favs li a {
            padding: 0;
            text-align: center;
            margin-top: 8px;
        }

#container.collapsed #content {
    left: 100px;
}




#nav:hover .collapse {
    display: block;
}

#nav .collapse {
    position: absolute;
    top: 173px;
    width: 30px;
    height: 32px;
    background-color: #2D2D2D;
    left: 200px;
    border: 1px solid #424242;
    border-top: 1px solid #AFC70D;
    border-radius: 0 3px 3px 0;
    padding: 6px;
    font-size: 18px;
    cursor: pointer;
    display: none;
}

#container.collapsed #nav .collapse {
    left: 100px;
}

#nav .collapse:hover {
    /*background-color: #515050;*/
    color: #AFC70D;
}


.plugin {
    width: 600px;
    min-height: 300px;
    float: left;
    margin: 5px;
    box-shadow: 0px 1px 2px #333;
    background-color: #fff;
    padding: 5px;
    overflow: hidden;
    background-color: #FFFFFF;
    border: 1px solid #C8C8C8;
    border-color: #E6E6E6 #E1E1E1 #CFCFD1 #DBDBDB;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

    /*.item .ps {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 36px;
    bottom: 0px;
    overflow: hidden;
}*/

    .plugin.small {
        width: 500px;
    }

    .plugin.large {
        width: 660px;
    }

#content > #body {
    position: absolute;
    top: 43px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

    #content > #body .scroller {
        width: 100%;
        overflow: auto;
        position: absolute;
        top: 45px;
        bottom: 0px;
        -webkit-overflow-scrolling: touch;
    }

    #content > #body .actionBar {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        background-color: #F9F9F9;
        padding: 5px;
        z-index: 200;
        border-bottom: 1px solid #CFCFCF;
    }

/*IL LIST*/

.il-list {
    height: 100%;
}

    .il-list .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x,
    .ps-container > .ps-scrollbar-x-rail {
        height: 12px;
    }

    .il-list .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y,
    .ps-container > .ps-scrollbar-y-rail {
        width: 12px;
    }

    .il-list .tableHeader > div {
        border-right: 1px solid #e3e3e3;
        float: left;
        /*height: 30px;*/
        position: relative;
        height: 27px;
    }

        .il-list .tableHeader > div i {
            cursor: pointer;
            float: right;
            margin-right: 10px;
            margin-top: 7px;
        }

    .il-list .tableHeader .drag {
        height: 27px;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px;
    }

        .il-list .tableHeader .drag:hover {
            cursor: col-resize;
            background-color: #EAEAEA;
        }

    .il-list .tableHeader > div > label {
        /*height: 29px;
        left: 0;
        line-height: 30px;
        margin: 0;
        padding-left: 5px;
        position: absolute;
        right: 10px;*/
        height: 27px;
        left: 0;
        line-height: 28px;
        margin: 0;
        padding-left: 5px;
        position: absolute;
        right: 10px;
        font-size: 13px;
    }

        .il-list .tableHeader > div > label:hover {
            cursor: pointer;
            background: #EAEAEA;
        }

    .il-list .dragBar {
        position: absolute;
        border-left: 1px solid #6AA6B5;
        top: -33px;
        bottom: 0px;
        z-index: 1;
    }

    .il-list .table {
        table-layout: fixed;
        width: auto;
        max-width: none;
    }

        .il-list .table td {
            overflow: hidden;
            white-space: nowrap;
            padding: 2px 8px 0 8px;
        }

        .il-list .table > thead {
            background-color: #f9f9f9;
            height: 40px;
            top: 124px;
            z-index: 1;
        }

        .il-list .table > tbody > tr {
            cursor: pointer;
            border-bottom: 1px solid #ddd;
            height: 22px;
        }

    .il-list .listTable .thead tr > th > i {
        margin-left: 10px;
        color: slateblue;
    }

    .il-list .table > tbody > tr:hover > td {
        background-color: #ECECEC;
    }

    .il-list .table > tbody > tr > td {
        border-right: 1px solid #e3e3e3;
        font-size: 12px;
    }

    .il-list .table > tbody > tr.multi > td,
    .il-list .table > tbody > tr.active > td {
        background-color: #E2EFF3;
    }

    .il-list .table > tbody > tr.actions > td {
        background-color: #ededed;
        padding: 0;
    }

    .il-list .table > tbody > tr td.nm {
        text-align: right;
    }

    .il-list .table > tbody > tr.actions .group {
        border-left: 1px solid #7D7878;
        display: block;
        float: left;
    }

        .il-list .table > tbody > tr.actions .group:first-child {
            border-left: none;
        }

    .il-list .table > tbody > tr.actions a {
        color: #7A7A7A;
        line-height: 2;
        float: left;
        display: block;
        height: 26px;
        min-width: 30px;
        padding-left: 7px;
        border-right: 1px solid #BFBFBF;
        font-size: 15px;
    }

        .il-list .table > tbody > tr.actions a span {
            margin-top: 7px;
        }

        .il-list .table > tbody > tr.actions a:hover {
            background-color: #e3e3e3;
            color: #428BCA;
        }

        .il-list .table > tbody > tr.actions a label {
            margin: 0px 5px;
        }

    .il-list .table > tbody > tr.totals .nm {
        font-weight: bold;
    }

/*LISTS*/

.infoContextMenu {
    position: absolute;
    width: 160px;
    min-height: 20px;
    border: 1px solid #A7A1A1;
    border-radius: 3px;
    background-color: #F8F8F8;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

    .infoContextMenu > div {
        height: 30px;
        padding: 3px;
        cursor: pointer;
    }

        .infoContextMenu > div:hover {
            background-color: #E9E9E9;
        }

        .infoContextMenu > div > div {
            font-size: 23px;
            float: left;
            cursor: inherit;
        }

        .infoContextMenu > div > label {
            margin: 0px 0px 0px 5px;
            height: 28px;
            float: left;
            line-height: 23px;
            font-size: 15px;
            cursor: inherit;
        }

#list {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

    #list .listSettings .modal-dialog {
        width: 350px;
    }

    #list .listSettings .modal-body ul {
        max-height: 250px;
        overflow: auto;
        list-style: none;
    }

        #list .listSettings .modal-body ul li {
            padding: 0px 20px;
            margin: 0 10px;
            position: relative;
            color: #333;
            background: none;
            border: none;
        }

            #list .listSettings .modal-body ul li .fa-sort {
                position: absolute;
                left: 5px;
                top: 2px;
                color: #A5A5A5;
            }

            #list .listSettings .modal-body ul li label,
            #list .listSettings .modal-body ul li input + .fa {
                cursor: pointer;
            }

            #list .listSettings .modal-body ul li input + .fa {
                float: right;
                font-size: 15px;
                display: block;
                width: 15px;
            }

                #list .listSettings .modal-body ul li input + .fa:before {
                    content: "\f070";
                    color: #D40505;
                }

            #list .listSettings .modal-body ul li input:checked + .fa:before {
                content: "\f06e";
                color: #575757;
            }

            #list .listSettings .modal-body ul li input {
                float: right;
            }

            #list .listSettings .modal-body ul li label {
                width: 90%;
            }

    #list #paging #cr {
        font-size: 10px;
        position: absolute;
        right: 93px;
        top: 21px;
    }

    #list #paging #cpl {
        position: absolute;
        right: 86px;
        top: 0px;
    }
    #list #paging button{
        padding:5px 12px;
    }
    
    #list i {
        cursor: pointer;
    }

    #list .form-control-feedback {
        cursor: pointer;
        display: block;
        height: 34px;
        line-height: 30px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 34px;
        z-index: 2;
    }

        #list .form-control-feedback.remove {
            right: 20px;
        }

    #list .tableContainer {
        bottom: 0;
        /*overflow: auto;*/
        position: absolute;
        top: 0;
        width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #list .listTable {
        background-color: #fff;
        bottom: 0;
        left: 0;
        /*overflow: auto;*/
        position: absolute;
        right: 0;
        /*top: 73px;*/
        top: 68px;
    }

    #list .listActions {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50px;
        border-top: 1px solid #ccc;
        background-color: #f8f8f8;
        display: none;
    }

        #list .listActions .group {
            float: left;
            padding: 8px 0px;
        }

            #list .listActions .group a {
                font-size: 16px;
                text-decoration: none;
                float: left;
                margin-left: 15px;
            }

                #list .listActions .group a label {
                    font-size: 10px;
                }

                #list .listActions .group a label,
                #list .listActions .group a span {
                    display: block;
                    text-align: center;
                    margin-bottom: 2px;
                }

    #list #listHeaders {
        /*height: 33px;*/
        height: 28px;
    }

        #list #listHeaders .hbg {
            background: #f2f2f2;
            border-top: 1px solid #FFF;
            border-bottom: 1px solid #9a9a9a;
            /*height: 33px;*/
            height: 28px;
        }

    #list .il-list .tableHeader {
        left: 0px;
        position: absolute;
        /*top: -32px;*/
        top: -28px;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }

.loader {
    display: block;
    margin: 15px auto;
}

#list > #ltn {
    background-color: #F2F2F2;
    border-bottom: 1px solid #CCC;
    height: 40px;
    position: relative;
}

#list #gActions {
    display: none;
}

#list.ga #gActions {
    display: block;
    position: absolute;
    top: 40px;
    height: 26px;
}

    #list.ga #gActions a {
        color: #7A7A7A;
        line-height: 2;
        float: left;
        display: block;
        height: 26px;
        min-width: 30px;
        padding-left: 7px;
        border-right: 1px solid #BFBFBF;
    }

        #list.ga #gActions a:hover {
            background-color: #e3e3e3;
            color: #428BCA;
        }

        #list.ga #gActions a label {
            margin: 0px 5px;
        }

#list.ga > #ltn {
    height: 72px;
}

#list.ga .listTable {
    top: 105px;
}

#list > #ltn > #searchBox {
    left: 5px;
    padding: 0;
    position: absolute;
    right: 300px;
    top: 5px;
}

    #list > #ltn > #searchBox #search {
        height: 30px;
    }

#list > #ltn > #searchActions {
    position: absolute;
    right: 225px;
    top: 10px;
}

    #list > #ltn > #searchActions a {
        color: gray;
        font-size: 16px;
        margin-right: 3px;
    }

        #list > #ltn > #searchActions a:hover {
            color: green;
        }

#list > #ltn > #paging {
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}

#cb, #cf {
    color: #cbcbcb;
    font-size: 20px;
    margin: 0 3px;
}

    #cb:hover, #cf:hover {
        color: #333;
        cursor: pointer;
    }


/*#list .table tr td {
     -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select:text;
    -ms-user-select:text;
    user-select:text;
}*/

#list #autocomplete {
    background-color: #fff;
    border-bottom: 1px solid #a8a8a8;
    border-left: 1px solid #a8a8a8;
    border-right: 1px solid #a8a8a8;
    list-style: none outside none;
    position: relative;
    z-index: 1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 3px 7px rgba(102, 175, 233, 0.6);
}

    #list #autocomplete > li {
        border-top: 1px solid #e3e3e3;
        display: block;
        margin: 0 2px;
        padding: 3px;
        clear: both;
        cursor: pointer;
    }

        #list #autocomplete > li .t {
            font-weight: inherit;
            width: 200px;
            border-right: 1px solid rgb(195, 195, 195);
            margin-right: 5px;
        }

        #list #autocomplete > li.selected {
            background-color: #f4f9f8;
        }

        #list #autocomplete > li:first-child {
            border: none;
        }

        #list #autocomplete > li.combiner {
            border-top: medium none;
            clear: none;
            display: inline-block;
            float: left;
            margin: 0;
            text-align: center;
            width: 50%;
        }

            #list #autocomplete > li.combiner:first-child {
                border-right: 1px solid #e3e3e3;
            }


#list #searchQueries {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    list-style: none outside none;
    position: relative;
    z-index: 1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 3px 7px rgba(102, 175, 233, 0.6);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 3px 7px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 3px 7px rgba(102, 175, 233, 0.6);
    max-height: 166px;
    overflow: hidden;
    overflow-y: auto;
}

    #list #searchQueries > li {
        border-top: 1px solid #e3e3e3;
        display: block;
        margin: 0 2px;
        padding: 3px;
        clear: both;
        cursor: pointer;
        position: relative;
    }

        #list #searchQueries > li span {
            display: block;
        }

        #list #searchQueries > li input[type="radio"] {
            position: absolute;
            right: 27px;
            top: 3px;
            cursor: pointer;
        }

        #list #searchQueries > li i {
            position: absolute;
            right: 6px;
            top: 6px;
        }

            #list #searchQueries > li i:hover {
                color: red;
            }

        #list #searchQueries > li.selected {
            background-color: #f4f9f8;
        }

        #list #searchQueries > li:first-child {
            border: none;
        }

#list #actionModal .modal-body,
#list #saveQ .modal-body {
    padding: 10px 20px;
}

#list #exportModal .modal-body ul {
    list-style: none;
}

#list #exportModal .modal-body #cols {
    width: 40%;
    float: left;
    border-right: 1px solid #9e9e9e;
    margin-right: 10px;
    padding-left: 10px;
}

#list #exportModal .modal-body ul li {
    padding-left: 20px;
}

    #list #exportModal .modal-body ul li label {
        margin: 0 0 0 10px;
        font-weight: normal;
        cursor: pointer;
    }

    #list #exportModal .modal-body ul li input[type="checkbox"] {
        display: none;
    }

#list #exportModal .modal-body ul li {
    position: relative;
}

    #list #exportModal .modal-body ul li label:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 10px;
        position: absolute;
        left: 0;
        bottom: 1px;
        background-color: #fff;
        border-radius: 3px;
        border: 1px solid rgba(102, 175, 233, 0.6);
    }

    #list #exportModal .modal-body ul li input[type=checkbox]:checked + label:before {
        content: "\2713";
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
        font-size: 15px;
        color: rgb(61, 96, 160);
        text-align: center;
        line-height: 15px;
    }

#list #exportModal .modal-body > div {
    width: 54%;
    float: left;
}


#list #exportModal .modal-body #exportFile input {
    display: block;
    width: 260px;
    float: left;
}

#list #exportModal .modal-body #exportFile label {
    color: #fff;
    margin: 0;
    font-size: 12px;
    display: block;
    width: 57px;
    height: 25px;
    padding: 5px;
    float: left;
    cursor: pointer;
}


/*INFOTABLE*/

.infoTable {
    width: inherit;
    position: relative;
}

    .infoTable .ltn {
        height: 50px;
        padding: 10px;
        position: relative;
    }

        .infoTable .ltn .searchBox {
            position: absolute;
            left: 10px;
            right: 230px;
        }

            .infoTable .ltn .searchBox .remove {
                top: -2px;
                cursor: pointer;
            }

            .infoTable .ltn .searchBox .search {
                padding-right: 30px;
                height: 30px;
            }

        .infoTable .ltn .page {
            width: 81px;
            float: right;
        }

            .infoTable .ltn .page button {
                margin-left: 5px;
            }

            .infoTable .ltn .page .pc {
                position: absolute;
                right: 93px;
                line-height: 17px;
            }

                .infoTable .ltn .page .pc span {
                    color: #CBCBCB;
                    cursor: pointer;
                    font-size: 20px;
                }

                    .infoTable .ltn .page .pc span:hover {
                        color: inherit;
                    }

            .infoTable .ltn .page .cr {
                position: absolute;
                right: 95px;
                top: 27px;
                font-size: 11px;
                font-weight: bold;
            }


    .infoTable .itc {
        position: absolute;
        top: 50px;
        left: 10px;
        bottom: 0px;
        right: 10px;
        border: 1px solid #c3c3c3;
    }

    .infoTable .listHeader {
        position: absolute;
        left: 0;
        right: 0;
    }

        .infoTable .listHeader .hbg {
            background: #f2f2f2;
            border-top: 1px solid #FFF;
            border-bottom: 1px solid #9a9a9a;
            height: 30px;
        }

    .infoTable .il-list {
        position: relative;
        height: 100%;
        overflow: hidden;
    }

    .infoTable .tableHeader {
        height: 30px;
        /*background-color: #F8F8F8;*/
        border-bottom: 1px solid #6AA6B5;
    }

    .infoTable .tableContainer {
        bottom: 0px;
        position: absolute;
        top: 30px;
        width: 100%;
        overflow: auto;
    }

    .infoTable .table tbody tr.selected {
        background-color: #E4EDF5;
    }


    .infoTable .autocomplete {
        background-color: #fff;
        border-bottom: 1px solid #a8a8a8;
        border-left: 1px solid #a8a8a8;
        border-right: 1px solid #a8a8a8;
        list-style: none outside none;
        position: absolute;
        display: none;
        left: 0px;
        right: 0px;
        top: 40px;
        z-index: 1;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 3px 7px rgba(102, 175, 233, 0.6);
    }

        .infoTable .autocomplete > li {
            border-top: 1px solid #e3e3e3;
            display: block;
            margin: 0 2px;
            padding: 3px;
            clear: both;
            cursor: pointer;
        }

            .infoTable .autocomplete > li .t {
                font-weight: inherit;
                width: 200px;
                border-right: 1px solid rgb(195, 195, 195);
                margin-right: 5px;
            }

            .infoTable .autocomplete > li.selected {
                background-color: #f4f9f8;
            }

            .infoTable .autocomplete > li:first-child {
                border: none;
            }

            .infoTable .autocomplete > li.combiner {
                border-top: medium none;
                clear: none;
                display: inline-block;
                float: left;
                margin: 0;
                text-align: center;
                width: 50%;
            }

                .infoTable .autocomplete > li.combiner:first-child {
                    border-right: 1px solid #e3e3e3;
                }

    .infoTable > .ltn > .searchActions {
        position: absolute;
        right: 168px;
        top: 16px;
    }

        .infoTable > .ltn > .searchActions a {
            color: gray;
            font-size: 16px;
            margin-right: 3px;
        }

            .infoTable > .ltn > .searchActions a:hover {
                color: green;
            }




    .infoTable .searchQueries {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        list-style: none outside none;
        position: relative;
        display: none;
        z-index: 1;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 3px 7px rgba(102, 175, 233, 0.6);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 3px 7px rgba(102, 175, 233, 0.6);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 3px 7px rgba(102, 175, 233, 0.6);
    }

        .infoTable .searchQueries > li {
            border-top: 1px solid #e3e3e3;
            display: block;
            margin: 0 2px;
            padding: 3px;
            clear: both;
            cursor: pointer;
            position: relative;
        }

            .infoTable .searchQueries > li i {
                position: absolute;
                right: 6px;
                top: 6px;
            }

                .infoTable .searchQueries > li i:hover {
                    color: red;
                }

            .infoTable .searchQueries > li.selected {
                background-color: #f4f9f8;
            }

            .infoTable .searchQueries > li:first-child {
                border: none;
            }

    .infoTable .actionModal .modal-body,
    .infoTable .saveQ .modal-body {
        padding: 10px 20px;
    }

    .infoTable .exportModal .modal-body ul {
        list-style: none;
    }

    .infoTable .exportModal .modal-body .cols {
        width: 40%;
        float: left;
        border-right: 1px solid #9e9e9e;
        margin-right: 10px;
        padding-left: 10px;
    }

    .infoTable .exportModal .modal-body ul li {
        padding-left: 20px;
    }

        .infoTable .exportModal .modal-body ul li label {
            margin: 0 0 0 10px;
            font-weight: normal;
            cursor: pointer;
        }

        .infoTable .exportModal .modal-body ul li input[type="checkbox"] {
            display: none;
        }

    .infoTable .exportModal .modal-body ul li {
        position: relative;
    }

        .infoTable .exportModal .modal-body ul li label:before {
            content: "";
            display: inline-block;
            width: 16px;
            height: 16px;
            margin-right: 10px;
            position: absolute;
            left: 0;
            bottom: 1px;
            background-color: #fff;
            border-radius: 3px;
            border: 1px solid rgba(102, 175, 233, 0.6);
        }

        .infoTable .exportModal .modal-body ul li input[type=checkbox]:checked + label:before {
            content: "\2713";
            text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
            font-size: 15px;
            color: rgb(61, 96, 160);
            text-align: center;
            line-height: 15px;
        }

    .infoTable .exportModal .modal-body > div {
        width: 54%;
        float: left;
    }


    .infoTable .listSettings .modal-dialog {
        width: 350px;
    }

    .infoTable .listSettings .modal-body ul {
        max-height: 250px;
        overflow: auto;
        list-style: none;
    }

        .infoTable .listSettings .modal-body ul li {
            padding: 0px 20px;
            margin: 0 10px;
            position: relative;
            color: #333;
            background: none;
            border: none;
        }

            .infoTable .listSettings .modal-body ul li .fa-sort {
                position: absolute;
                left: 5px;
                top: 2px;
                color: #A5A5A5;
            }

            .infoTable .listSettings .modal-body ul li label,
            .infoTable .listSettings .modal-body ul li input + .fa {
                cursor: pointer;
            }

            .infoTable .listSettings .modal-body ul li input + .fa {
                float: right;
                font-size: 15px;
                display: block;
                width: 15px;
            }

                .infoTable .listSettings .modal-body ul li input + .fa:before {
                    content: "\f070";
                    color: #D40505;
                }

            .infoTable .listSettings .modal-body ul li input:checked + .fa:before {
                content: "\f06e";
                color: #575757;
            }

            .infoTable .listSettings .modal-body ul li input {
                float: right;
            }

            .infoTable .listSettings .modal-body ul li label {
                width: 90%;
            }



#strlentest {
    height: auto;
    width: auto;
    position: absolute;
    visibility: hidden;
    white-space: nowrap;
    font-weight: bold;
}

#nav nav #ChepStuffChepSearchTest > div > i {
    color: green;
}

#nav nav #ChepStuffChepStuff2 > div > i {
    color: Orange;
}

#nav nav .edit > div > i {
    color: #0f0fc7;
}


/*************************************************************************/
.editor-form {
    margin-top: 50px;
}

.error input,
.error ul {
    border-color: #B94A48;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.bootstrap-select > .dropdown-toggle {
    height: 23px;
    font-size: 12px;
}


/*.lookup .lookup-button {
    border: 1px solid #CCC;
    display: inline-block;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 0px;
    width: 30px;
    font-size: 28px;
    color: #666;
    padding: 0px 5px;
    line-height: 22px;
    text-decoration: none;
}*/

.lookup .lookup-button {
    border: 1px solid #CCC;
    display: inline-block;
    height: 22px;
    position: absolute;
    right: 15px;
    top: 0px;
    width: 30px;
    font-size: 28px;
    color: #666;
    padding: 0px 5px;
    line-height: 19px;
    text-decoration: none;
}

    .lookup .lookup-button.disabled,
    .lookup .lookup-button.disabled:hover {
        background-position: -2px -3px;
    }


    .lookup .lookup-button:hover {
        color: #3071A9;
        text-decoration: none;
    }

.lookup .error .lookup-multi-list {
    border-color: #B94A48;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.lookup .error .help-inline {
    margin-left: 30px;
    position: absolute;
    top: 3px;
}

.lookup .form-group {
    position: relative;
}

/*.lookup .li-remove {
    position: absolute;
    right: 50px;
    top: 4px;
}*/

.lookup .li-remove {
    position: absolute;
    right: 50px;
    top: 2px;
}

.lookup .mli-remove {
    position: absolute;
    right: 11px;
    top: 1px;
}

.lookup i {
    color: #7E7E7E;
    font-size: 12px;
}

.lookup .link {
    color: #0093ff;
    cursor: pointer;
}

/*.lookup .form-control {
    width: 287px;
}*/

/*.lookup .form-control.large {
    width: 317px;
}*/

.lookup .form-group .col-sm-8.large {
    padding-right: 15px;
}

.lookup .form-group .col-sm-8 {
    padding-right: 44px;
}

.lookup .lookup-multi-list {
    height: 100px;
    overflow: auto;
    position: relative;
    padding: 0px;
}

    .lookup .lookup-multi-list li {
        list-style: none;
        position: relative;
        padding: 0px 5px 0px;
    }

        .lookup .lookup-multi-list li label {
            font-weight: normal;
            margin: 0px;
        }


.modal.lookup .modal-header h4 {
    height: 30px;
}

.modal.lookup .modal-header .paging {
    position: absolute;
    top: 7px;
    right: 35px;
}

    .modal.lookup .modal-header .paging input {
        width: 30px;
        height: 30px;
        line-height: 15px;
        margin-left: 1px;
    }

.modal.lookup .pg {
    text-align: center;
}

.modal.lookup .modal-header .search {
    position: absolute;
    top: 7px;
    right: 100px;
}

.modal.lookup .modal-footer .cnt {
    float: left;
}

    .modal.lookup .modal-footer .cnt a {
        margin-left: 5px;
    }


.modal.lookup .modal-body {
    max-height: 400px;
    overflow-y: auto;
}

    .modal.lookup .modal-body .loader {
        margin: 70px auto;
        display: block;
    }

    .modal.lookup .modal-body .table {
        table-layout: fixed;
    }

        .modal.lookup .modal-body .table thead tr th {
            border-bottom: 1px solid #6AA6B5;
        }

        .modal.lookup .modal-body .table thead tr {
            margin-bottom: 2px;
        }

        /*.modal.lookup .modal-body .table tbody tr:first-child:hover > td {
        border-top:1px solid #656565;
        
    }*/

        .modal.lookup .modal-body .table tbody tr {
            cursor: pointer;
        }

    .modal.lookup .modal-body .table-condensed > thead > tr > th,
    .modal.lookup .modal-body .table-condensed > tbody > tr > th,
    .modal.lookup .modal-body .table-condensed > tfoot > tr > th,
    .modal.lookup .modal-body .table-condensed > thead > tr > td,
    .modal.lookup .modal-body .table-condensed > tbody > tr > td,
    .modal.lookup .modal-body .table-condensed > tfoot > tr > td {
        padding: 2px;
    }

    .modal.lookup .modal-body .table thead tr th input[type="checkbox"],
    .modal.lookup .modal-body .table tbody tr .act input[type="checkbox"],
    .modal.lookup .modal-body .table tbody tr .act input[type="radio"] {
        display: none;
    }

    .modal.lookup .modal-body .table thead tr th,
    .modal.lookup .modal-body .table tbody tr td {
        position: relative;
        background-clip: padding-box;
    }

        .modal.lookup .modal-body .table thead tr th label:before,
        .modal.lookup .modal-body .table tbody tr .act label:before {
            content: "";
            display: inline-block;
            width: 16px;
            height: 16px;
            margin-right: 10px;
            background-color: #fff;
            border-radius: 3px;
            border: 1px solid rgba(102, 175, 233, 0.6);
            line-height: 15px;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
            font-size: 15px;
            color: rgb(61, 96, 160);
            text-align: center;
            position: absolute;
            top: 2px;
            left: 3px;
        }

        .modal.lookup .modal-body .table thead tr th input[type="checkbox"]:checked + label:before,
        .modal.lookup .modal-body .table tbody tr .act input[type="checkbox"]:checked + label:before {
            content: "\2713";
        }

    .modal.lookup .modal-body .table tbody tr .act input[type="radio"] + label:before {
        line-height: 12px;
        border-radius: 10px;
    }

    .modal.lookup .modal-body .table tbody tr .act input[type="radio"]:checked + label:before {
        content: "\25CF";
    }

/*templates*/

#standardEditor {
    width: 100%;
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}

    #standardEditor .sec {
        float: left;
    }

#nav #menu #dashboard {
    margin-top: 5px;
}

#nav #nb {
    padding: 3px;
    border-bottom: 1px solid rgb(66, 66, 66);
    box-shadow: 0px 0px 5px rgb(45, 45, 45) inset;
    border-top: 1px solid rgb(49, 49, 49);
}

    #nav #nb > div {
        height: 23px;
        display: block;
        text-align: center;
        margin: auto;
    }

    #nav #nb span {
        display: block;
        float: left;
        height: 23px;
        font-size: 17px;
        vertical-align: middle;
        text-align: center;
        padding: 1px;
        color: gray;
        width: 33.33333%;
        border-right: 1px solid rgb(72, 72, 72);
    }

        #nav #nb span:hover {
            color: lightgray;
            cursor: pointer;
        }

        #nav #nb span.active,
        #nav #nb span.active:hover {
            color: #AFC70D;
        }

#nav.context #nb span.active,
#nav.context #nb span.active:hover {
    color: #E08334;
}

#nav #nb span:last-child {
    border: none;
}

#nav #chat li {
    padding: 5px;
    border-top: 1px solid rgb(72,72,72);
    position: relative;
}

    /*#nav #chat li:first-child {
        border: none;
    }*/

    #nav #chat li:hover {
        background-color: #222;
    }

    #nav #chat li img {
        margin-right: 3px;
        position: absolute;
        top: 3px;
    }

    #nav #chat li.cu {
        background-color: rgb(84, 81, 81);
        border-width: 1px;
        border-style: solid;
        border-color: #6F6F6F #595959;
        min-height: 38px;
    }

        #nav #chat li.cu:hover {
            background-color: rgb(84, 81, 81);
        }

        #nav #chat li.cu button {
            float: right;
            margin-right: 5px;
            width: 25px;
            height: 25px;
            padding: 0px;
            color: #4D4D4D;
            margin-top: 2px;
            background-color: #E1E1E1;
        }


    #nav #chat li label {
        margin: 0;
        padding-top: 0;
    }

    #nav #chat li.cu label {
        width: 156px;
        padding-left: 36px;
    }

    #nav #chat li.f label {
        width: 188px;
        padding-left: 36px;
    }

    #nav #chat li.ua span {
        background-color: #32CE32;
    }

    #nav #chat li.ui span {
        background-color: #CE3232;
    }

    #nav #chat li > span {
        display: block;
        width: 30px;
        height: 4px;
        position: absolute;
        top: 35px;
        left: 5px;
        background-size: 12px auto;
        border-top: 1px solid rgb(50, 50, 50);
    }

#cbc {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 5;
    height: 407px;
}

.cb {
    width: 300px;
    height: 100%;
    position: relative;
    margin-right: 5px;
    float: right;
    display: inline;
}

.c {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.29);
}

    .c .h {
        height: 45px;
        color: #E1E1E1;
        background-color: #505050;
        padding: 10px;
        border-bottom: 2px solid #7B7B7B;
        border-top: 2px solid #CE3232;
    }

    .c.ua .h {
        border-top: 2px solid #AFC70D;
    }

    .c .h span {
        float: right;
        margin-right: 5px;
        margin-top: 3px;
        cursor: pointer;
    }

    .c .con {
        background-color: #E9E9E9;
        height: 305px;
        border-top: 1px solid #2F2F2F;
        padding: 5px;
        overflow-x: hidden;
        overflow-y: auto;
        position: relative;
    }

        .c .con > div {
            padding: 6px 0px;
            border-bottom: 1px solid #D2D2D2;
            border-top: 1px solid #F2F2F2;
        }

            .c .con > div:first-child {
                border-top: none;
            }


        .c .con .cbt {
            float: left;
            width: 86%;
            line-height: 18px;
            background-color: rgb(255, 255, 255);
            margin: 3px;
            min-height: 30px;
            padding: 5px;
            border-color: rgb(222, 222, 222) rgb(225, 225, 225) rgb(197, 197, 197);
            border-style: solid;
            border-width: 1px;
        }

            .c .con .cbt span {
                display: block;
                word-break: break-all;
            }

        .c .con img {
            float: left;
            margin-top: 3px;
        }

        .c .con .m img {
            float: right;
        }


    .c .i {
        height: 50px;
        background-color: #FFF;
        border-top: 1px solid #BCBCBC;
    }

        .c .i textarea {
            width: 100%;
            height: 49px;
            resize: none;
            padding: 5px;
            border: none;
        }


#cbff .modal-dialog {
    width: 370px;
}

#cbff .modal-body {
    position: relative;
}

#cbff .modal-footer {
    padding-right: 15px;
}

#cbff .ucp {
    width: 78px;
    margin: auto;
}

    #cbff .ucp a:first-child {
        margin-right: 10px;
    }

#cbff .users {
    list-style: none;
    height: 200px;
    overflow-y: auto;
    margin: 0 10px;
}

    #cbff .users > div {
        margin-bottom: 5px;
        height: 25px;
    }

        #cbff .users > div label {
            margin-top: 5px;
            font-size: 12px;
            width: 230px;
            word-wrap: break-word;
        }

        #cbff .users > div button {
            float: right;
            width: 78px;
            height: 25px;
            line-height: 12px;
        }

        #cbff .users > div img {
            float: right;
            margin-right: 30px;
            margin-top: 10px;
        }

#cbff .ucp a {
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
}

.lookup-search.modal > .modal-dialog {
    width: 1000px;
    height: 640px;
}

.lookup-search.modal .modal-body {
    max-height: 600px;
}
