.headerFixScroll, .headerFixScroll td, .headerFixScroll th {
    position: relative;
}

.help-button, .swMain > ul li > a.disabled {
    cursor: default;
}

.center, .go-top, .help-button {
    text-align: center;
}

.dd-item > button, .dd3-handle {
    text-indent: 100%;
    cursor: pointer;
}

.select2-dropdown {
    -moz-min-width: 200px;
    -ms-min-width: 200px;
    -o-min-width: 200px;
    -webkit-min-width: 200px;
    min-width: 200px;
}

.select2-container--open.select2-container--above, .select2-container--open.select2-container--below {
    box-shadow: 0 0 3px red;
    outline: red solid 1px;
}

.select2-dropdown--above {
    top: -2px;
}

.select2-dropdown--below {
    top: 2px;
}

.headerFixScroll {
    background: #F5F5F5;
    border: 1px solid #cbcac4;
    z-index: 1;
}

    .headerFixScroll td:after, .headerFixScroll th:after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        right: 0;
        top: 0;
        background: #cbcac4;
    }

    .headerFixScroll td:before, .headerFixScroll th:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0;
        background: #cbcac4;
    }

.navbar-tools {
    position: absolute;
    right: 0;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media screen and (max-width:1024px) {
    .navbar-brand {
        position: fixed;
        top: -4px;
    }
}

body {
    background: #fff;
    color: #000;
    direction: ltr;
    font-family: 'Open+Sans',sans-serif;
    font-size: 13px;
    margin: 0 !important;
    padding: 0 !important;
}

    body.bg_style_1 {
        background: url(../images/bg.png) rgba(0,0,0,0) !important;
    }

    body.bg_style_2 {
        background: url(../images/bg_2.png) rgba(0,0,0,0) !important;
    }

    body.bg_style_3 {
        background: url(../images/bg_3.png) rgba(0,0,0,0) !important;
    }

    body.bg_style_4 {
        background: url(../images/bg_4.png) rgba(0,0,0,0) !important;
    }

    body.bg_style_5 {
        background: url(../images/bg_5.png) rgba(0,0,0,0) !important;
    }

a, a:active, a:focus, a:hover {
    outline: 0 !important;
}

h1, h2, h3 {
    font-family: Raleway,sans-serif;
}

input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], textarea {
    background-color: #FFF;
    border: 1px solid #D5D5D5;
    border-radius: 0 !important;
    box-shadow: none;
    /*color: #858585;*/
    font-family: inherit;
    font-size: 13px;
    /*line-height: 1.2;*/
    padding: 2px 3px;
    transition-duration: .1s;
    height: auto !important;
}

    input[type=week]:hover, input[type=number]:hover, input[type=email]:hover, input[type=url]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=color]:hover, input[type=text]:hover, input[type=password]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=date]:hover, input[type=month]:hover, input[type=time]:hover, textarea:hover {
        border-color: #B5B5B5;
    }

    input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, textarea:focus {
        border-color: rgba(82,168,236,.8);
        box-shadow: 0 0 8px rgba(82,168,236,.6);
        outline: 0;
    }

label {
    font-weight: 400;
}

span.input-help, span.input-icon {
    display: block;
    position: relative;
}

.input-icon > input {
    padding-left: 25px;
    padding-right: 6px;
}

.input-icon.input-icon-right > input {
    padding-left: 6px;
    padding-right: 25px;
}

span.input-help > input {
    padding-left: 30px;
    padding-right: 6px;
}

.input-icon > [class*=fa-], .input-icon > [class*=clip-] {
    bottom: 0;
    color: #909090;
    display: inline-block;
    font-size: 14px;
    left: 5px;
    line-height: 35px;
    padding: 0 3px;
    position: absolute;
    top: 0;
    z-index: 2;
}

.input-icon.input-icon-right > [class*=fa-], .input-icon.input-icon-right > [class*=clip-] {
    left: auto;
    right: 4px;
}

.input-icon > input:focus + [class*=fa-], .input-icon > input:focus + [class*=clip-] {
    color: #579;
}

.help-button {
    background-color: #65BCDA;
    border-radius: 100%;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    height: 20px;
    left: 7px;
    line-height: 20px;
    padding: 0;
    position: absolute;
    top: 7px;
    width: 20px;
}

.btn-icon, .go-top, .pagination li a {
    cursor: pointer;
}

.help-button:before {
    content: "\f128";
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 300;
    height: auto;
    text-shadow: none;
}

select.form-control {
    background-color: #FFF;
    border: 1px solid #D5D5D5;
    border-radius: 0;
}

    select.form-control option {
        padding: 3px 4px;
    }

.form-control.search-select {
    border: none;
    box-shadow: none;
    padding: 0 !important;
}

.select2-container .select2-choice {
    background-clip: padding-box !important;
    background-color: #FFF !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border: 1px solid #CCC !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #555 !important;
    display: block !important;
    height: 28px !important;
    line-height: 27px !important;
    margin-top: 0 !important;
    overflow: hidden !important;
    padding: 0 12px 0 8px !important;
    position: relative !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

    .select2-container .select2-choice .select2-arrow {
        background-color: #FFF !important;
        background-image: none !important;
        text-align: center;
        width: 28px !important;
    }

        .select2-container .select2-choice .select2-arrow b {
            background: 0 0 !important;
            display: block;
            height: 100%;
            width: 100%;
        }

            .select2-container .select2-choice .select2-arrow b:before {
                content: "\f078";
                display: inline;
                font-family: FontAwesome;
                font-weight: 300;
                height: auto;
                text-shadow: none;
            }

.panel-tools .btn.expand:before, .select2-dropdown-open.select2-container-active .select2-choice .select2-arrow b:before {
    content: "\f077";
}

.select2-container-multi .select2-choices {
    background-color: #FFF !important;
    background-image: none !important;
}

.limiterBox {
    background-color: #65BCDA !important;
    border-top: 0;
    color: #FFF;
    font-size: 12px;
    margin-top: 6px;
    padding: 3px 6px;
}

    .limiterBox:after {
        display: none;
    }

    .limiterBox:before {
        border-color: transparent;
        border-style: solid;
        border-width: 0 8px 8px;
        content: "";
        display: block;
        height: 0;
        left: 50%;
        margin-left: -5px;
        position: absolute;
        top: -8px;
        width: 0;
    }

.checkbox label.checkbox-inline, .checkbox-table, .radio label.radio-inline {
    display: inline-block;
}

textarea.autosize {
    -moz-transition: height .2s;
    -webkit-transition: height .2s;
    transition: height .2s;
    vertical-align: top;
}

.badge-new, .table tbody > tr > td, .table tbody > tr > th, .table tfoot > tr > td, .table tfoot > tr > th, .table thead > tr > td, .table thead > tr > th {
    vertical-align: middle;
}

.checkbox-inline, .checkbox-inline + .checkbox-inline, .radio-inline, .radio-inline + .radio-inline {
    margin: 0 !important;
}

.checkbox label, .radio label {
    margin-bottom: 5px;
}

.checkbox-table {
    line-height: 10px;
    margin: 2px 0 0;
    padding-left: 20px;
}

    .checkbox-table label {
        margin-bottom: 0;
    }

[class*=icheckbox_], [class*=iradio_], [class^=icheckbox_], [class^=iradio_] {
    float: left !important;
    margin: 0 5px 0 0 !important;
}

.help-inline {
    color: #737373;
    margin-top: 6px;
}

.help-block.error {
    color: #B94A48;
}

.required, .required:before, .symbol.required:before {
    color: #E6674A;
    content: " (*)";
    display: inline;
}

.symbol.ok:before {
    color: #468847;
    content: "\f00c";
    display: inline;
    font-family: FontAwesome;
}

.has-error .cke_chrome, .has-error .note-editor {
    border-color: #B94A48 !important;
}

.widget {
    -moz-box-sizing: content-box;
    color: #333;
    margin-bottom: 30px;
    padding: 10px 12px;
    position: relative;
}

.teal {
    color: #569099;
}

a.teal:hover {
    color: #4d8189;
}

.orange {
    color: #E6674A;
}

a.orange:hover {
    color: #E35434;
}

.primary {
    color: #00b482;
}

.bricky {
    color: #C83A2A;
}

a.bricky:hover {
    color: #B33426;
}

.circle-img {
    border-radius: 100%;
}

.go-top {
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: -2px;
    text-decoration: none;
    width: 30px;
}

.navbar {
    background: 0 0;
    border-color: #fff;
    border-left: none;
    border-radius: 0;
    border-right: none;
    border-top: none;
    margin: 0 !important;
    min-height: 54px;
    padding: 0 !important;
    z-index: 99 !important;
}

.header-default .navbar {
    position: relative !important;
}

.logo, .navbar > .container .navbar-brand {
    font-family: Raleway,sans-serif;
    font-size: 25px;
    margin-left: 0;
    min-width: 165px;
    padding: 5px 10px 12px;
}

    .logo i, .navbar > .container .navbar-brand i {
        font-size: 20px;
    }

.navbar-tools > ul {
    list-style: none;
}

    .navbar-tools > ul > li > div > a {
        font-size: 16px;
        padding: 15px 15px 9px;
    }

.navbar-tools li.view-all a {
    padding: 8px 8px 6px !important;
}

.navbar-tools .drop-down-wrapper ul, .navbar-tools .dropdown-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar-tools > ul > li {
    float: left;
}

.navbar-tools .dropdown-menu {
    background: #fff;
    border: 1px solid #C7CBD5;
    border-radius: 0 0 4px 4px;
    box-shadow: none;
    max-width: 300px;
    min-width: 166px;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
}

.navbar-tools .drop-down-wrapper {
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 270px;
}

ul.notifications li, ul.posts li, ul.todo li {
    min-width: 260px;
}

.navbar-tools > ul > li.dropdown {
    margin-left: 2px;
    margin-right: 2px;
}

.navbar-tools .dropdown-menu li .dropdown-menu-title {
    display: block;
    font-weight: 700;
    margin: -1px;
    padding: 5px 10px;
}

.navbar-tools .drop-down-wrapper li a, .navbar-tools .drop-down-wrapper li p, .navbar-tools .dropdown-menu li a, .navbar-tools .dropdown-menu li p {
    border-bottom: 1px solid rgba(100,100,100,.22);
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    padding: 8px 8px 6px;
    white-space: normal !important;
}

.dd-item > button, .dd3-handle, .fileupload .uneditable-input {
    white-space: nowrap;
}

.navbar-tools .dropdown-menu > li:last-child a {
    border-radius: 0 0 6px 6px;
}

li.dropdown.current-user .dropdown-toggle {
    padding: 10px 4px 7px 9px;
}

.navbar-tools .dropdown-menu li p {
    font-weight: 700;
}

.navbar-tools .dropdown-menu li a .author {
    color: #0362FD;
    display: block;
}

.navbar-tools .dropdown-menu li a .preview {
    display: block;
}

.navbar-tools .dropdown-menu li a .time {
    display: block;
    float: right;
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
}

.navbar-tools .dropdown-menu li.view-all a i {
    float: right;
    margin-top: 4px;
}

.navbar-tools .dropdown-menu.notifications li > a > .label {
    margin-right: 2px;
    padding: 2px 4px;
    text-align: center !important;
}

.navbar-tools .thread-image {
    float: left;
    height: 50px;
    margin-right: 8px;
    width: 50px;
}

.navbar-tools > ul > li.dropdown .dropdown-toggle .badge {
    border-radius: 12px !important;
    font-size: 11px !important;
    font-weight: 300;
    padding: 3px 6px;
    position: absolute;
    right: 34px;
    text-align: center;
    text-shadow: none !important;
    top: 8px;
}

.navbar-toggle {
    border: none;
    border-radius: 0;
    margin-bottom: 4px;
    margin-top: 5px;
}

    .navbar-toggle span {
        font-size: 16px;
    }

.search-box {
    border-radius: 0;
    bottom: -55px;
    left: auto;
    line-height: normal;
    right: 0;
    top: auto;
    width: 300px;
}

    .search-box .arrow {
        left: auto !important;
        margin-left: 0 !important;
        right: 10px;
        top: -11px;
    }

    .search-box input {
        background-color: #F8F8F8;
        border-color: #E1E1E1;
        border-radius: 0;
        box-shadow: none;
        color: grey;
    }

.single-menu .navbar-default .navbar-nav > li.menu-search.dropdown.open > a, .single-menu .navbar-default .navbar-nav > li.menu-search > a:focus, .single-menu .navbar-default .navbar-nav > li.menu-search > a:hover {
    border-bottom: none;
    color: grey;
}

.sidebar-search {
    background: #E4E5E6;
    border-radius: 5px;
    color: #555;
    display: inline-block;
    margin: -3px 0 0;
    min-height: 28px;
    min-width: 28px;
    padding: 0 30px 0 5px;
    position: absolute;
    right: 10px;
    top: 15px;
}

    .sidebar-search .form-group {
        margin: 0;
        padding: 0;
    }

        .sidebar-search .form-group input {
            background: 0 0;
            border: none;
            width: 130px;
        }

            .sidebar-search .form-group input:focus {
                box-shadow: none;
            }

        .sidebar-search .form-group button {
            background: 0 0;
            border: none;
            position: absolute;
            right: 4px;
            top: 5px;
            width: 28px;
        }

            .sidebar-search .form-group button i {
                color: #999;
            }

.btn-teal {
    background-color: #569099;
    border-color: #4d8189;
    color: #fff;
}

    .btn-teal.active, .btn-teal:active, .btn-teal:focus, .btn-teal:hover {
        background-color: #4d8189;
        border-color: #447178;
        color: #fff;
    }

    .btn-teal.disabled.active, .btn-teal.disabled:active, .btn-teal.disabled:focus, .btn-teal.disabled:hover, .btn-teal[disabled].active, .btn-teal[disabled]:active, .btn-teal[disabled]:focus, .btn-teal[disabled]:hover, fieldset[disabled] .btn-teal.active, fieldset[disabled] .btn-teal:active, fieldset[disabled] .btn-teal:focus, fieldset[disabled] .btn-teal:hover {
        background-color: #569099;
        border-color: #569099;
        color: #fff;
    }

.btn-beige {
    background-color: #cc9;
    border-color: #c4c488;
    color: #fff;
}

    .btn-beige.active, .btn-beige:active, .btn-beige:focus, .btn-beige:hover {
        background-color: #c4c488;
        border-color: #bb7;
        color: #fff;
    }

    .btn-beige.disabled.active, .btn-beige.disabled:active, .btn-beige.disabled:focus, .btn-beige.disabled:hover, .btn-beige[disabled].active, .btn-beige[disabled]:active, .btn-beige[disabled]:focus, .btn-beige[disabled]:hover, fieldset[disabled] .btn-beige.active, fieldset[disabled] .btn-beige:active, fieldset[disabled] .btn-beige:focus, fieldset[disabled] .btn-beige:hover {
        background-color: #cc9;
        border-color: #cc9;
        color: #fff;
    }

.btn-dark-beige {
    background-color: #afaa6d;
    border-color: #a6a05d;
    color: #fff;
}

    .btn-dark-beige.active, .btn-dark-beige:active, .btn-dark-beige:focus, .btn-dark-beige:hover {
        background-color: #a6a05d;
        border-color: #979152;
        color: #fff;
    }

    .btn-dark-beige.disabled.active, .btn-dark-beige.disabled:active, .btn-dark-beige.disabled:focus, .btn-dark-beige.disabled:hover, .btn-dark-beige[disabled].active, .btn-dark-beige[disabled]:active, .btn-dark-beige[disabled]:focus, .btn-dark-beige[disabled]:hover, fieldset[disabled] .btn-dark-beige.active, fieldset[disabled] .btn-dark-beige:active, fieldset[disabled] .btn-dark-beige:focus, fieldset[disabled] .btn-dark-beige:hover {
        background-color: #afaa6d;
        border-color: #afaa6d;
        color: #fff;
    }

.btn-orange {
    background-color: #e6674a;
    border-color: #e35434;
    color: #fff;
}

.btn-orange1 {
    background-color: #f60;
    border-color: #f60;
    color: #fff;
}

.btn-orange.active, .btn-orange:active, .btn-orange:focus, .btn-orange:hover {
    background-color: #e35434;
    border-color: #de421f;
    color: #fff;
}

.btn-orange.disabled.active, .btn-orange.disabled:active, .btn-orange.disabled:focus, .btn-orange.disabled:hover, .btn-orange[disabled].active, .btn-orange[disabled]:active, .btn-orange[disabled]:focus, .btn-orange[disabled]:hover, fieldset[disabled] .btn-orange.active, fieldset[disabled] .btn-orange:active, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange:hover {
    background-color: #e6674a;
    border-color: #e6674a;
    color: #fff;
}

.btn-purple {
    background-color: #57517b;
    border-color: #413d5c;
    color: #fff;
}

    .btn-purple.active, .btn-purple:active, .btn-purple:focus, .btn-purple:hover {
        background-color: #4c476c;
        border-color: #413d5c;
        color: #fff;
    }

    .btn-purple.disabled.active, .btn-purple.disabled:active, .btn-purple.disabled:focus, .btn-purple.disabled:hover, .btn-purple[disabled].active, .btn-purple[disabled]:active, .btn-purple[disabled]:focus, .btn-purple[disabled]:hover, fieldset[disabled] .btn-purple.active, fieldset[disabled] .btn-purple:active, fieldset[disabled] .btn-purple:focus, fieldset[disabled] .btn-purple:hover {
        background-color: #57517b;
        border-color: #333;
        color: #fff;
    }

.btn-dark-grey {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

    .btn-dark-grey.active, .btn-dark-grey:active, .btn-dark-grey:focus, .btn-dark-grey:hover {
        background-color: #262626;
        border-color: #1a1a1a;
        color: #fff;
    }

    .btn-dark-grey.disabled.active, .btn-dark-grey.disabled:active, .btn-dark-grey.disabled:focus, .btn-dark-grey.disabled:hover, .btn-dark-grey[disabled].active, .btn-dark-grey[disabled]:active, .btn-dark-grey[disabled]:focus, .btn-dark-grey[disabled]:hover, fieldset[disabled] .btn-dark-grey.active, fieldset[disabled] .btn-dark-grey:active, fieldset[disabled] .btn-dark-grey:focus, fieldset[disabled] .btn-dark-grey:hover {
        background-color: #333;
        border-color: #333;
        color: #fff;
    }

.btn-med-grey {
    background-color: #666;
    border-color: #595959;
    color: #fff;
}

    .btn-med-grey.active, .btn-med-grey:active, .btn-med-grey:focus, .btn-med-grey:hover {
        background-color: #595959;
        border-color: #4d4d4d;
        color: #fff;
    }

    .btn-med-grey.disabled.active, .btn-med-grey.disabled:active, .btn-med-grey.disabled:focus, .btn-med-grey.disabled:hover, .btn-med-grey[disabled].active, .btn-med-grey[disabled]:active, .btn-med-grey[disabled]:focus, .btn-med-grey[disabled]:hover, fieldset[disabled] .btn-med-grey.active, fieldset[disabled] .btn-med-grey:active, fieldset[disabled] .btn-med-grey:focus, fieldset[disabled] .btn-med-grey:hover {
        background-color: #666;
        border-color: #666;
        color: #fff;
    }

.btn-light-grey {
    background-color: #999;
    border-color: #8c8c8c;
    color: #fff;
}

    .btn-light-grey.active, .btn-light-grey:active, .btn-light-grey:focus, .btn-light-grey:hover {
        background-color: #8c8c8c;
        border-color: grey;
        color: #fff;
    }

    .btn-light-grey.disabled.active, .btn-light-grey.disabled:active, .btn-light-grey.disabled:focus, .btn-light-grey.disabled:hover, .btn-light-grey[disabled].active, .btn-light-grey[disabled]:active, .btn-light-grey[disabled]:focus, .btn-light-grey[disabled]:hover, fieldset[disabled] .btn-light-grey.active, fieldset[disabled] .btn-light-grey:active, fieldset[disabled] .btn-light-grey:focus, fieldset[disabled] .btn-light-grey:hover {
        background-color: #999;
        border-color: #999;
        color: #fff;
    }

.btn-bricky {
    background-color: #C8090E;
    border-color: #b33426;
    color: #fff;
}

    .btn-bricky.active, .btn-bricky:active, .btn-bricky:focus, .btn-bricky:hover {
        background-color: #DC0000;
        border-color: #9e2e21;
        color: #fff;
    }

    .btn-bricky.disabled.active, .btn-bricky.disabled:active, .btn-bricky.disabled:focus, .btn-bricky.disabled:hover, .btn-bricky[disabled].active, .btn-bricky[disabled]:active, .btn-bricky[disabled]:focus, .btn-bricky[disabled]:hover, fieldset[disabled] .btn-bricky.active, fieldset[disabled] .btn-bricky:active, fieldset[disabled] .btn-bricky:focus, fieldset[disabled] .btn-bricky:hover {
        background-color: #C83A2A;
        border-color: #C83A2A;
        color: #fff;
    }

.btn-green {
    background-color: #3D9400;
    border-color: #327b00;
    color: #fff;
}

    .btn-green.active, .btn-green:active, .btn-green:focus, .btn-green:hover {
        background-color: #327b00;
        border-color: #286100;
        color: #fff;
    }

    .btn-green.disabled.active, .btn-green.disabled:active, .btn-green.disabled:focus, .btn-green.disabled:hover, .btn-green[disabled].active, .btn-green[disabled]:active, .btn-green[disabled]:focus, .btn-green[disabled]:hover, fieldset[disabled] .btn-green.active, fieldset[disabled] .btn-green:active, fieldset[disabled] .btn-green:focus, fieldset[disabled] .btn-green:hover {
        background-color: #3D9400;
        border-color: #3D9400;
        color: #fff;
    }

.btn-blue {
    background-color: #364F6A;
    border-color: #2d4259;
    color: #fff;
}

    .btn-blue.active, .btn-blue:active, .btn-blue:focus, .btn-blue:hover {
        background-color: #2d4259;
        border-color: #253648;
        color: #fff;
    }

    .btn-blue.disabled.active, .btn-blue.disabled:active, .btn-blue.disabled:focus, .btn-blue.disabled:hover, .btn-blue[disabled].active, .btn-blue[disabled]:active, .btn-blue[disabled]:focus, .btn-blue[disabled]:hover, fieldset[disabled] .btn-blue.active, fieldset[disabled] .btn-blue:active, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue:hover {
        background-color: #364F6A;
        border-color: #364F6A;
        color: #fff;
    }

.btn-yellow {
    background-color: #FFB848;
    border-color: #ffae2f;
    color: #fff;
}

    .btn-yellow.active, .btn-yellow:active, .btn-yellow:focus, .btn-yellow:hover {
        background-color: #ffae2f;
        border-color: #ffa415;
        color: #fff;
    }

    .btn-yellow.disabled.active, .btn-yellow.disabled:active, .btn-yellow.disabled:focus, .btn-yellow.disabled:hover, .btn-yellow[disabled].active, .btn-yellow[disabled]:active, .btn-yellow[disabled]:focus, .btn-yellow[disabled]:hover, fieldset[disabled] .btn-yellow.active, fieldset[disabled] .btn-yellow:active, fieldset[disabled] .btn-yellow:focus, fieldset[disabled] .btn-yellow:hover {
        background-color: #FFB848;
        border-color: #FFB848;
        color: #fff;
    }

.btn-red {
    background-color: #E02222;
    border-color: #cc1d1d;
    color: #fff;
}

    .btn-red.active, .btn-red:active, .btn-red:focus, .btn-red:hover {
        background-color: #cc1d1d;
        border-color: #b61919;
        color: #fff;
    }

    .btn-red.disabled.active, .btn-red.disabled:active, .btn-red.disabled:focus, .btn-red.disabled:hover, .btn-red[disabled].active, .btn-red[disabled]:active, .btn-red[disabled]:focus, .btn-red[disabled]:hover, fieldset[disabled] .btn-red.active, fieldset[disabled] .btn-red:active, fieldset[disabled] .btn-red:focus, fieldset[disabled] .btn-red:hover {
        background-color: #E02222;
        border-color: #E02222;
        color: #fff;
    }

    .btn-beige .caret, .btn-blue .caret, .btn-bricky .caret, .btn-dark-beige .caret, .btn-dark-grey .caret, .btn-green .caret, .btn-light-grey .caret, .btn-med-grey .caret, .btn-orange .caret, .btn-purple .caret, .btn-red .caret, .btn-teal .caret, .btn-yellow .caret {
        border-top-color: #fff;
    }

.dropup .btn-beige .caret, .dropup .btn-blue .caret, .dropup .btn-bricky .caret, .dropup .btn-dark-beige .caret, .dropup .btn-dark-grey .caret, .dropup .btn-green .caret, .dropup .btn-light-grey .caret, .dropup .btn-med-grey .caret, .dropup .btn-orange .caret, .dropup .btn-purple .caret, .dropup .btn-red .caret, .dropup .btn-teal .caret, .dropup .btn-yellow .caret {
    border-bottom: 4px solid #FFF;
}

.btn-squared {
    border-radius: 0 !important;
}

.btn {
    transition: all .3s ease 0s !important;
}

.btn-icon {
    background-color: #EFEFEF;
    background-image: -moz-linear-gradient(center top,#FAFAFA,#EFEFEF);
    border: 1px solid #DDD;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255,255,255,.8);
    color: #333;
    display: block;
    font-size: 14px;
    height: 80px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 5px 0 0;
    position: relative;
    text-align: center;
    transition: all .3s ease 0s;
}

    .btn-icon:hover {
        border-color: #A5A5A5;
        box-shadow: 0 0 3px rgba(0,0,0,.25);
        color: #444;
        text-decoration: none;
        text-shadow: 0 1px 0 #FFF;
    }

    .btn-icon .badge {
        border-radius: 12px !important;
        border-style: solid;
        border-width: 0;
        box-shadow: none;
        color: #FFF !important;
        font-family: 'Open Sans';
        font-size: 11px !important;
        font-weight: 300;
        padding: 3px 7px;
        position: absolute;
        right: -5px;
        text-shadow: none;
        top: -5px;
    }

    .btn-icon [class*=" fa-"], .btn-icon [class*=" clip-"], .btn-icon [class^=fa-], .btn-icon [class^=clip-] {
        clear: both;
        display: block;
    }

.panel-tools .btn.collapses:before, .panel-tools .btn.expand:before {
    display: inline;
    font-family: FontAwesome;
    height: auto;
    text-shadow: none;
    float: right;
    font-weight: 300;
}

.buttons-widget .btn, .buttons-widget .make-switch {
    margin-bottom: 5px;
}

.buttons-widget .btn-group-vertical .btn {
    margin-bottom: 0;
}

.panel-tools {
    position: absolute;
    right: 5px;
    top: 8px;
}

    .panel-tools .btn-link:active, .panel-tools .btn-link:focus, .panel-tools .btn-link:hover {
        outline: 0 !important;
        text-decoration: none;
    }

    .panel-tools .btn.collapses:before {
        content: "\f078";
    }

    .panel-tools .btn {
        border-style: none;
    }

.panel-heading, .panel-white .panel-heading {
    border-bottom: 1px solid #CDCDCD;
    border-radius: 6px 6px 0 0;
    height: 36px;
}

.panel-tools .btn-link {
    color: #666;
}

    .panel-tools .btn-link:hover {
        color: #333;
    }

.panel-heading {
    background-color: #F5F4F9;
    background-image: linear-gradient(to bottom,#F5F4F9 0,#ECEAF3 100%);
    background-repeat: repeat-x;
    box-shadow: 0 1px 0 #FFF inset;
    padding-left: 40px;
    position: relative;
}

    .panel-heading > [class*=" fa-"], .panel-heading > [class*=" clip-"], .panel-heading > [class*=" icon-"], .panel-heading > [class^=fa-], .panel-heading > [class^=clip-], .panel-heading > [class^=icon-] {
        border-right: 1px solid #CDCDCD;
        box-shadow: 1px 0 0 0 #FFF;
        height: 36px;
        left: 0;
        opacity: .7;
        padding: 12px 10px 8px;
        position: absolute;
        top: 0;
    }

.panel-white {
    box-shadow: none;
}

    .panel-white .panel-heading {
        background-color: #fff;
        background-image: none;
        box-shadow: none;
        padding-left: 40px;
        position: relative;
    }

        .panel-white .panel-heading > [class*=" fa-"], .panel-white .panel-heading > [class*=" clip-"], .panel-white .panel-heading > [class*=" icon-"], .panel-white .panel-heading > [class^=fa-], .panel-white .panel-heading > [class^=clip-], .panel-white .panel-heading > [class^=icon-] {
            border-right: 1px solid #CDCDCD;
            box-shadow: none;
            height: 36px;
            left: 0;
            opacity: .7;
            padding: 12px 10px 8px;
            position: absolute;
            top: 0;
        }

.panel-box {
    background: #FAFAFA;
    border: 1px solid #CDCDCD;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    clear: both;
    margin-bottom: 16px;
    margin-top: 16px;
    position: relative;
}

.panel.panel-full-screen {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}

.panel-scroll {
    height: 400px;
    margin: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: auto;
}

.pagination.squared {
    border-radius: 0 !important;
}

    .pagination.squared li:first-child a, .pagination.squared li:first-child > span {
        border-bottom-left-radius: 0 !important;
        border-left-width: 1px;
        border-top-left-radius: 0 !important;
    }

    .pagination.squared li:last-child > a, .pagination.squared li:last-child > span {
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

.pagination-purple .pagination li a, .pagination.pagination-purple li a {
    background: #F5F4F9;
    border: none !important;
    color: #333;
    display: inline-block;
    margin-right: 1px;
}

    .pagination-purple .pagination li a a:hover, .pagination.pagination-purple li a:hover {
        background: #ECEAF3;
        color: #222;
        cursor: pointer;
    }

.pagination-purple .pagination li:first-child a, .pagination.pagination-purple li:first-child a {
    border: none !important;
}

.pagination-purple .pagination li.disabled a, .pagination.pagination-purple li.disabled a {
    color: #AAA !important;
}

    .pagination-purple .pagination li.disabled a:focus, .pagination-purple .pagination li.disabled a:hover, .pagination.pagination-purple li.disabled a:focus, .pagination.pagination-purple li.disabled a:hover {
        background: #F5F4F9;
        cursor: default !important;
    }

.pagination-purple .pagination li.active a, .pagination.pagination-purple li.active a {
    background: #57517B !important;
    border: none !important;
    color: #FFF !important;
    cursor: default !important;
    opacity: 1;
}

.pagination-purple [class*=" fa-"], .pagination-purple [class^=fa-] {
    color: #57517B;
}

.pagination-purple li.disabled [class*=" fa-"], .pagination-purple li.disabled [class^=fa-] {
    opacity: .5;
}

.pagination-teal .pagination li a, .pagination.pagination-teal li a {
    background: #F3F8F8;
    border: none !important;
    color: #333;
    display: inline-block;
    margin-right: 1px;
}

    .pagination-teal .pagination li a a:hover, .pagination.pagination-teal li a:hover {
        background: #D8E4E7;
        color: #222;
        cursor: pointer;
    }

.pagination-teal .pagination li:first-child a, .pagination.pagination-teal li:first-child a {
    border: none !important;
}

.pagination-teal .pagination li.disabled a, .pagination.pagination-teal li.disabled a {
    color: #AAA !important;
}

    .pagination-teal .pagination li.disabled a:focus, .pagination-teal .pagination li.disabled a:hover, .pagination.pagination-teal li.disabled a:focus, .pagination.pagination-teal li.disabled a:hover {
        background: #F3F8F8;
        cursor: default !important;
    }

.pagination-teal .pagination li.active a, .pagination.pagination-teal li.active a {
    background: #569099 !important;
    border: none !important;
    color: #FFF !important;
    cursor: default !important;
    opacity: 1;
}

.pagination-teal li [class*=" fa-"], .pagination-teal li [class^=fa-] {
    color: #4D8189;
}

.pagination-teal li.disabled [class*=" fa-"], .pagination-teal li.disabled [class^=fa-] {
    opacity: .5;
}

.pagination-green .pagination li a, .pagination.pagination-green li a {
    background: #EFFBEC;
    border: none !important;
    color: #333;
    display: inline-block;
    margin-right: 1px;
}

    .pagination-green .pagination li a a:hover, .pagination.pagination-green li a:hover {
        background: #CEF3C5;
        color: #222;
        cursor: pointer;
    }

.pagination-green .pagination li:first-child a, .pagination.pagination-green li:first-child a {
    border: none !important;
}

, .pagination-green .pagination li.disabled a, .pagination.pagination-green li.disabled a {
    color: #AAA !important;
}

    .pagination-green .pagination li.disabled a:focus, .pagination-green .pagination li.disabled a:hover, .pagination.pagination-green li.disabled a:focus, .pagination.pagination-green li.disabled a:hover {
        background: #EFFBEC;
        cursor: default !important;
    }

.pagination-green .pagination li.active a, .pagination.pagination-green li.active a {
    background: #3D9400 !important;
    border: none !important;
    color: #FFF !important;
    cursor: default !important;
    opacity: 1;
}

.pagination-green [class*=" fa-"], .pagination-green [class^=fa-] {
    color: #327B00;
}

.pagination-green li.disabled [class*=" fa-"], .pagination-green li.disabled [class^=fa-] {
    opacity: .5;
}

.pagination.pagination-bricky li a {
    background: #FDF8F7;
    border: none !important;
    color: #333;
    display: inline-block;
    margin-right: 1px;
}

    .pagination.pagination-bricky li a:hover {
        background: #FBEEEC;
        color: #222;
        cursor: pointer;
    }

.pagination.pagination-bricky li:first-child a {
    border: none !important;
}

.pagination.pagination-bricky li.disabled a {
    color: #AAA !important;
}

    .pagination-bricky .pagination li.disabled a:focus, .pagination-bricky .pagination li.disabled a:hover, .pagination.pagination-bricky li.disabled a:focus, .pagination.pagination-bricky li.disabled a:hover {
        background: #FDF8F7;
        cursor: default !important;
    }

.pagination.pagination-bricky li.active a {
    background: #C83A2A !important;
    border: none !important;
    color: #FFF !important;
    cursor: default !important;
    opacity: 1;
}

.activities li a, .todo li a {
    border-bottom: 1px solid #E4E6EB;
    display: block;
}

.pagination.pagination-bricky [class*=" fa-"], .pagination.pagination-bricky [class^=fa-] {
    color: #C83A2A;
}

.pagination.pagination-bricky li.disabled [class*=" fa-"], .pagination.pagination-bricky li.disabled [class^=fa-] {
    opacity: .5;
}

.todo {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .todo li a {
        background: #fff;
        color: #333;
        font-size: 12px;
        margin-left: 0 !important;
        padding: 10px 10px 10px 35px !important;
        position: relative;
    }

    .todo li .todo-actions:focus, .todo li .todo-actions:hover {
        background-color: #F4F6F9 !important;
        text-decoration: none;
    }

    .todo li .todo-actions i {
        color: #C7CBD5;
        font-size: 18px;
        left: 10px;
        margin: 0 5px 0 0;
        position: absolute;
    }

    .todo li .label {
        padding: 6px;
        position: absolute;
        right: 10px;
    }

.activities {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .activities li a {
        background: #fff;
        color: #333;
        font-size: 12px;
        margin-left: 0 !important;
        padding: 10px 100px 10px 10px !important;
        position: relative;
    }

    .activities li .activity:focus, .activities li .activity:hover {
        background-color: #F4F6F9 !important;
        text-decoration: none;
    }

    .activities li .activity .circle-icon {
        font-size: 16px !important;
        height: 50px;
        line-height: 50px;
        margin-right: 10px;
        width: 50px;
    }

    .activities li .activity img {
        margin-right: 10px;
    }

    .activities li .time {
        color: #CCC;
        position: absolute;
        right: 10px;
        top: 30px;
    }

.main-container {
    margin-top: 56px;
}

.page-full-width .main-container {
    margin-top: 65px;
}

.header-default .main-container {
    margin-top: 0 !important;
}

.main-content {
    background-color: #FFF;
    margin-top: 0;
    padding: 0;
}

.container {
    box-sizing: border-box;
    max-width: none !important;
    width: auto !important;
}

.footer-fixed .main-content .container {
    margin-bottom: 22px;
}

.main-navigation {
    max-height: none !important;
    padding: 0;
    z-index: 1000;
}

ul.main-navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-fixed .wrap-menu {
    height: 300px;
    overflow: hidden;
    position: fixed;
    width: 225px;
}

ul.main-navigation-menu > li {
    border: 0;
    display: block;
    margin: 0;
    padding: 0;
}

    ul.main-navigation-menu > li > a {
        border: 0;
        border-bottom: 1px solid #DDD;
        border-top: 1px solid #FFF;
        display: block;
        font-size: 14px;
        font-weight: 300;
        margin: 0;
        padding: 10px 5px;
        position: relative;
        text-decoration: none;
    }

ul.main-navigation-menu li a .badge {
    float: right;
    margin-right: 13px;
    margin-top: 1px;
}

ul.main-navigation-menu > li.last > a, ul.main-navigation-menu > li:last-child > a {
    border-bottom-color: transparent !important;
}

ul.main-navigation-menu > li > a i {
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
    text-shadow: none;
}

ul.main-navigation-menu > li a > i {
    margin-right: 5px;
}

ul.main-navigation-menu li a .icon-arrow {
    float: right;
    margin-right: 6px;
}

ul.main-navigation-menu li > a > .icon-arrow:before {
    content: "\e163";
    font-family: clip-font;
}

ul.main-navigation-menu li.open > a > .icon-arrow:before {
    content: "\e164";
}

ul.main-navigation-menu > li.open > a .icon-arrow, ul.main-navigation-menu > li > a:hover .icon-arrow {
    opacity: 1;
}

ul.main-navigation-menu li > ul.sub-menu {
    clear: both;
    display: none;
    list-style: none;
    margin: 8px 0;
    padding: 0;
}

    ul.main-navigation-menu li > ul.sub-menu > li {
        background: 0 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 1px !important;
        padding: 0;
    }

        ul.main-navigation-menu li > ul.sub-menu > li > a {
            background: 0 0;
            display: block;
            font-size: 14px;
            font-weight: 300;
            margin: 0;
            padding-bottom: 5px;
            padding-left: 20px !important;
            padding-right: 0;
            padding-top: 5px;
            text-decoration: none;
        }

ul.main-navigation-menu > li > ul.sub-menu li > a .icon-arrow {
    margin-right: 22px;
}

ul.main-navigation-menu > li > ul.sub-menu li > ul.sub-menu {
    margin: 0;
}

ul.main-navigation-menu li.active > ul.sub-menu {
    display: block;
    padding: 0;
}

ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 40px !important;
}

ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 80px !important;
}

.navigation-toggler {
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    margin-bottom: 7px;
    margin-left: 210px;
    margin-top: 6px;
    text-align: center;
    width: 30px;
}

.head-nav, .horizontal-menu {
    border-top: 1px solid #C8C7CC !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.horizontal-menu {
    clear: both;
}

.head-nav {
    background: #FFF;
    padding: 0 15px !important;
}

.horizontal-menu ul.nav li.open > a, .horizontal-menu ul.nav li > a:focus, .horizontal-menu ul.nav li > a:hover {
    background: #F5F5F5 !important;
    color: #555 !important;
}

.horizontal-menu .dropdown-menu li:hover > a, .horizontal-menu ul.nav li.active > a, .horizontal-menu ul.nav li.active > a:hover {
    background: #D9D9D9 !important;
    color: #FFF !important;
}

.horizontal-menu ul.nav li.active .selected, .horizontal-menu ul.nav li.current .selected {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #007AFF;
    bottom: 0;
    display: inline-block;
    height: 0;
    left: 50%;
    margin: 0 0 -6px -7px;
    position: absolute;
    width: 0;
}

.horizontal-menu .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    margin-top: -1px !important;
}

    .horizontal-menu .dropdown-menu li > a {
        margin-bottom: 1px;
        padding: 7px 18px !important;
    }

    .horizontal-menu .dropdown-menu .arrow {
        display: none;
    }

.horizontal-menu ul.nav li {
    position: relative;
}

.horizontal-menu .dropdown-submenu > a:after {
    margin-right: 0;
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: 300;
    height: auto;
    position: absolute;
    right: 10px;
    top: 7px;
}

.horizontal-menu .dropdown-submenu > .dropdown-menu {
    left: 100%;
    margin-left: 0;
    margin-top: -6px;
    top: 5px;
}

.horizontal-menu .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.horizontal-menu .dropup .dropdown-submenu > .dropdown-menu {
    bottom: 0;
    margin-bottom: -2px;
    margin-top: 0;
    top: auto;
}

.footer {
    font-size: 12px;
    padding: 8px 20px 5px;
    position: relative;
}

.footer-inner {
    float: left;
}

.footer-items {
    float: right;
}

.footer-fixed .footer {
    border-top-style: solid;
    border-top-width: 1px;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1000;
}

.breadcrumb i {
    color: #ccc;
    display: inline-block;
    font-size: 16px;
}

.breadcrumb {
    border-bottom: 1px solid #C8C7CC;
    border-radius: 0;
    height: 51px;
    margin: 0 -15px;
    padding: 15px 45px 15px 15px;
    position: relative;
}

.nav-tabs, .nav-tabs > li:first-child > a {
    margin-left: 0;
}

.rating {
    direction: rtl;
    font-size: 30px;
    unicode-bidi: bidi-override;
}

    .rating span.star {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
    }

        .rating span.star:hover {
            cursor: pointer;
        }

        .rating span.star:before {
            color: #999;
            content: "\f006";
            padding-right: 5px;
        }

        .rating span.star:hover:before, .rating span.star:hover ~ span.star:before {
            color: #E3CF7A;
            content: "\f005";
        }

.dropdown-checkboxes {
    padding: 5px;
}

    .dropdown-checkboxes label {
        display: block;
        font-weight: 400;
        line-height: 20px;
    }

.badge-success {
    background-color: #5CB85C;
}

    .badge-success[href]:focus, .badge-success[href]:hover {
        background-color: #449D44;
    }

.badge-warning {
    background-color: #F0AD4E;
}

    .badge-warning[href]:focus, .badge-warning[href]:hover {
        background-color: #EC971F;
    }

.badge-info {
    background-color: #5BC0DE;
}

    .badge-info[href]:focus, .badge-info[href]:hover {
        background-color: #31B0D5;
    }

.badge-danger {
    background-color: #D9534F;
}

    .badge-danger[href]:focus, .badge-danger[href]:hover {
        background-color: #C9302C;
    }

.badge-new {
    background-color: #007AFF;
    border-radius: 12px !important;
    font-size: 11px !important;
    font-weight: 300;
    height: 18px;
    padding: 3px 6px;
    text-align: center;
    text-shadow: none !important;
}

.label {
    font-size: 85% !important;
    padding: .4em .6em !important;
}

.badge-inverse, .label-inverse {
    background-color: #555;
}

.progress.progress-xs {
    height: 7px;
}

.progress.progress-sm {
    height: 12px;
}

.modal-footer {
    background: #ECF0F1;
    border-radius: 0 0 6px 6px;
}

.tabbable {
    margin-bottom: 15px;
}

.nav-tabs {
    border-color: #DDD;
    margin-bottom: 0;
    position: relative;
    top: 1px;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        background-color: #FFF;
        border-color: #DDD #DDD transparent;
        border-top: 2px solid #DDD;
        color: #333;
        line-height: 16px;
        margin-top: -1px;
        z-index: 12;
    }

    .nav-tabs > li > a:hover {
        background-color: #FFF;
        border-color: #DDD;
        color: #4C8FBD;
    }

    .nav-tabs > li > a, .nav-tabs > li > a:focus {
        background-color: #F9F9F9;
        border-color: #DDD;
        border-radius: 0 !important;
        color: #999;
        line-height: 16px;
        margin-right: -1px;
        position: relative;
    }

.tab-content {
    border: 1px solid #DDD;
    padding: 16px 12px;
    position: relative;
}

.tabs-below > .nav-tabs {
    border-bottom-width: 0;
    border-color: #DDD;
    margin-bottom: 0;
    margin-top: -1px;
    top: auto;
}

    .tabs-below > .nav-tabs > li > a, .tabs-below > .nav-tabs > li > a:focus, .tabs-below > .nav-tabs > li > a:hover {
        border-color: #DDD;
    }

    .tabs-below > .nav-tabs > li.active > a, .tabs-below > .nav-tabs > li.active > a:focus, .tabs-below > .nav-tabs > li.active > a:hover {
        border-bottom: 2px solid #DDD;
        border-color: transparent #DDD #DDD;
        border-top-width: 1px;
        margin-top: 0;
    }

.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
    min-width: 60px;
}

.tabs-left > .nav-tabs {
    border-color: #DDD;
    float: left;
    margin-bottom: 0;
    top: auto;
}

    .tabs-left > .nav-tabs > li {
        float: none;
    }

        .tabs-left > .nav-tabs > li > a, .tabs-left > .nav-tabs > li > a:focus, .tabs-left > .nav-tabs > li > a:hover {
            border-color: #DDD;
            margin: 0 -1px 0 0;
        }

        .tabs-left > .nav-tabs > li.active > a, .tabs-left > .nav-tabs > li.active > a:focus, .tabs-left > .nav-tabs > li.active > a:hover {
            border-color: #DDD;
            border-left: 2px solid #DDD;
            border-right: none;
            border-top-width: 1px;
            margin: 0 -1px;
        }

.tabs-right > .nav-tabs {
    border-color: #DDD;
    float: right;
    margin-bottom: 0;
    top: auto;
}

    .tabs-right > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a:focus, .tabs-right > .nav-tabs > li > a:hover {
        border-color: #DDD;
        margin: 0 -1px;
    }

    .tabs-right > .nav-tabs > li.active > a, .tabs-right > .nav-tabs > li.active > a:focus, .tabs-right > .nav-tabs > li.active > a:hover {
        border-color: #DDD;
        border-left: none;
        border-right: 2px solid #DDD;
        border-top-width: 1px;
        margin: 0 -2px 0 -1px;
    }

.nav-tabs > li > a > .badge {
    line-height: 8px;
    opacity: .7;
}

.nav-tabs > li > a > [class*=fa-] {
    opacity: .75;
}

.nav-tabs > li.active > a > .badge, .nav-tabs > li.active > a > [class*=fa-] {
    opacity: 1;
}

.nav-tabs li [class*=" fa-"], .nav-tabs li [class^=fa-] {
    display: inline-block;
    text-align: center;
    width: 1.25em;
}

.nav-tabs > li.open .dropdown-toggle {
    background-color: #4F99C6;
    border-color: #4F99C6;
    color: #FFF;
}

    .nav-tabs > li.open .dropdown-toggle > [class*=fa-] {
        color: #FFF !important;
        opacity: 1;
    }

.tabs-left .tab-content, .tabs-right .tab-content {
    overflow: auto;
}

.tab-teal > li.active > a, .tab-teal > li.active > a:focus, .tab-teal > li.active > a:hover {
    border-color: #DDD;
    border-top: 2px solid #569099;
}

.tab-teal > li > a:hover {
    color: #569099;
}

.tab-teal > li.dropdown.open.active > a:focus, .tab-teal > li.dropdown.open.active > a:hover, .tab-teal > li.open .dropdown-toggle {
    background-color: #569099;
    border-color: #569099;
    color: #FFF;
}

.tab-teal .active > a, .tab-teal .active > a:focus, .tab-teal .active > a:hover, .tab-teal .dropdown-menu > li > a:focus, .tab-teal .dropdown-menu > li > a:hover {
    background-color: #569099;
}

.tabs-left > .tab-teal > li.active > a, .tabs-left > .tab-teal > li.active > a:focus, .tabs-left > .tab-teal > li.active > a:hover {
    border-color: #DDD;
    border-left: 2px solid #569099;
    border-right: none;
}

.tabs-below > .tab-teal > li.active > a, .tabs-below > .tab-teal > li.active > a:focus, .tabs-below > .tab-teal > li.active > a:hover {
    border-bottom: 2px solid #569099;
    border-color: #DDD;
    border-top: none;
}

.tabs-right > .tab-teal > li.active > a, .tabs-right > .tab-teal > li.active > a:focus, .tabs-right > .tab-teal > li.active > a:hover {
    border-color: #DDD;
    border-left: none;
    border-right: 2px solid #569099;
}

.tab-padding.tab-teal > li > a, .tab-padding.tab-teal > li > a:focus, .tab-padding.tab-teal > li > a:hover {
    border-color: transparent;
    color: #FFF;
}

.tab-padding.tab-teal > li:not(.active) > a:hover {
    border-color: rgba(0,0,0,.15) rgba(0,0,0,.15) transparent;
    opacity: .85;
}

.tab-padding.tab-teal > li:not(.active) > a > [class*=fa-]:first-child {
    color: #FFF !important;
}

.tab-padding.tab-teal > li:not(.active) > a > .badge {
    background-color: #FFF !important;
    color: rgba(0,0,0,.4) !important;
}

.tab-padding.tab-teal > li > a, .tab-padding.tab-teal > li > a:focus {
    background-color: #7DAFB7;
}

.tab-padding.tab-teal > li.active > a, .tab-padding.tab-teal > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
    background-color: #FFF;
    box-shadow: none;
    border-color: #569099 #DDD transparent;
    color: #4D8189;
}

.tabs-below .tab-padding.tab-teal > li.active > a {
    border-color: transparent #7DB4D8 #7DB4D8;
}

.tab-padding.tab-teal {
    background-color: #F3F8F8;
    border-bottom-color: #569099;
}

.tabs-below .nav-tabs.tab-teal {
    border-bottom-color: #DDD;
    border-top: 0 none;
    padding-bottom: 6px;
}

.tab-bricky > li.active > a, .tab-bricky > li.active > a:focus, .tab-bricky > li.active > a:hover {
    border-color: #C83A2A #DDD transparent;
    border-top: 2px solid #E42024;
}

.tab-bricky > li > a:hover {
    color: #C83A2A;
}

.tab-bricky > li.dropdown.open.active > a:focus, .tab-bricky > li.dropdown.open.active > a:hover {
    background-color: #C83A2A;
    border-color: #00b482;
    color: #FFF;
}

.tab-bricky > li.open .dropdown-toggle {
    background-color: #C83A2A;
    border-color: #C83A2A;
    color: #FFF;
}

.tab-bricky .active > a, .tab-bricky .active > a:focus, .tab-bricky .active > a:hover, .tab-bricky .dropdown-menu > li > a:focus, .tab-bricky .dropdown-menu > li > a:hover {
    background-color: #C83A2A;
}

.tabs-left > .tab-bricky > li.active > a, .tabs-left > .tab-bricky > li.active > a:focus, .tabs-left > .tab-bricky > li.active > a:hover {
    border-color: #DDD transparent #DDD #C83A2A;
    border-left: 2px solid #C83A2A;
}

.tabs-below > .tab-bricky > li.active > a, .tabs-below > .tab-bricky > li.active > a:focus, .tabs-below > .tab-bricky > li.active > a:hover {
    border-bottom: 2px solid #C83A2A;
    border-color: transparent #DDD #C83A2A;
}

.tabs-right > .tab-bricky > li.active > a, .tabs-right > .tab-bricky > li.active > a:focus, .tabs-right > .tab-bricky > li.active > a:hover {
    border-color: #DDD #C83A2A #DDD transparent;
    border-right: 2px solid #C83A2A;
}

.tab-padding.tab-bricky > li > a, .tab-padding.tab-bricky > li > a:focus, .tab-padding.tab-bricky > li > a:hover {
    border-color: transparent;
    color: #FFF;
}

.tab-padding.tab-bricky > li:not(.active) > a:hover {
    border-color: rgba(0,0,0,.15) rgba(0,0,0,.15) transparent;
    opacity: .85;
}

.tab-padding.tab-bricky > li:not(.active) > a > [class*=fa-]:first-child {
    color: #FFF !important;
}

.tab-padding.tab-bricky > li:not(.active) > a > .badge {
    background-color: #FFF !important;
    color: rgba(0,0,0,.4) !important;
}

.tab-padding.tab-bricky > li > a, .tab-padding.tab-bricky > li > a:focus {
    background-color: #DC6456;
}

.tab-padding.tab-bricky > li.active > a, .tab-padding.tab-bricky > li.active > a:focus, .tab-padding.tab-bricky > li.active > a:hover {
    background-color: #FFF;
    box-shadow: none;
    color: #333;
}

    .tab-padding.tab-bricky > li.active > a, .tab-padding.tab-bricky > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
        border-color: #C83A2A #DDD transparent;
        color: #333;
    }

.tabs-below .tab-padding.tab-bricky > li.active > a {
    border-color: transparent #C83A2A #DDD;
}

.tab-padding.tab-bricky {
    background-color: #FBEEEC;
    border-bottom-color: #C83A2A;
}

.tabs-below .nav-tabs.tab-bricky {
    border-bottom-color: #DDD;
    border-top: 0 none;
    padding-bottom: 6px;
}

.tab-green > li.active > a, .tab-green > li.active > a:focus, .tab-green > li.active > a:hover {
    border-color: #3D9400 #DDD transparent;
    border-top: 2px solid #3D9400;
}

.tab-green > li > a:hover {
    color: #3D9400;
}

.tab-green > li.dropdown.open.active > a:focus, .tab-green > li.dropdown.open.active > a:hover, .tab-green > li.open .dropdown-toggle {
    background-color: #3D9400;
    border-color: #3D9400;
    color: #FFF;
}

.tab-green .active > a, .tab-green .active > a:focus, .tab-green .active > a:hover, .tab-green .dropdown-menu > li > a:focus, .tab-green .dropdown-menu > li > a:hover {
    background-color: #3D9400;
}

.tabs-left > .tab-green > li.active > a, .tabs-left > .tab-green > li.active > a:focus, .tabs-left > .tab-green > li.active > a:hover {
    border-color: #DDD transparent #DDD #3D9400;
    border-left: 2px solid #3D9400;
}

.tabs-below > .tab-green > li.active > a, .tabs-below > .tab-green > li.active > a:focus, .tabs-below > .tab-green > li.active > a:hover {
    border-bottom: 2px solid #3D9400;
    border-color: transparent #DDD #3D9400;
}

.tabs-right > .tab-green > li.active > a, .tabs-right > .tab-green > li.active > a:focus, .tabs-right > .tab-green > li.active > a:hover {
    border-color: #DDD #3D9400 #DDD transparent;
    border-right: 2px solid #3D9400;
}

.tab-padding.tab-green > li > a, .tab-padding.tab-green > li > a:focus, .tab-padding.tab-green > li > a:hover {
    border-color: transparent;
    color: #FFF;
}

.tab-padding.tab-green > li:not(.active) > a:hover {
    border-color: rgba(0,0,0,.15) rgba(0,0,0,.15) transparent;
    opacity: .85;
}

.tab-padding.tab-green > li:not(.active) > a > [class*=fa-]:first-child {
    color: #FFF !important;
}

.tab-padding.tab-green > li:not(.active) > a > .badge {
    background-color: #FFF !important;
    color: rgba(0,0,0,.4) !important;
}

.tab-padding.tab-green > li > a, .tab-padding.tab-green > li > a:focus {
    background-color: #71B145;
}

.tab-purple > li.active > a, .tab-purple > li.active > a:focus, .tab-purple > li.active > a:hover {
    border-color: #57517B #DDD transparent;
    border-top: 2px solid #57517B;
}

.tab-purple > li > a:hover {
    color: #57517B;
}

.tab-purple > li.dropdown.open.active > a:focus, .tab-purple > li.dropdown.open.active > a:hover, .tab-purple > li.open .dropdown-toggle {
    background-color: #57517B;
    border-color: #57517B;
    color: #FFF;
}

.tab-purple .active > a, .tab-purple .active > a:focus, .tab-purple .active > a:hover, .tab-purple .dropdown-menu > li > a:focus, .tab-purple .dropdown-menu > li > a:hover {
    background-color: #57517B;
}

.tabs-left > .tab-purple > li.active > a, .tabs-left > .tab-purple > li.active > a:focus, .tabs-left > .tab-purple > li.active > a:hover {
    border-color: #DDD transparent #DDD #57517B;
    border-left: 2px solid #57517B;
}

.tabs-below > .tab-purple > li.active > a, .tabs-below > .tab-purple > li.active > a:focus, .tabs-below > .tab-purple > li.active > a:hover {
    border-bottom: 2px solid #57517B;
    border-color: transparent #DDD #57517B;
}

.tabs-right > .tab-purple > li.active > a, .tabs-right > .tab-purple > li.active > a:focus, .tabs-right > .tab-purple > li.active > a:hover {
    border-color: #DDD #57517B #DDD transparent;
    border-right: 2px solid #57517B;
}

.tab-padding.tab-purple > li > a, .tab-padding.tab-purple > li > a:focus, .tab-padding.tab-purple > li > a:hover {
    border-color: transparent;
    color: #FFF;
}

.tab-padding.tab-purple > li:not(.active) > a:hover {
    border-color: rgba(0,0,0,.15) rgba(0,0,0,.15) transparent;
    opacity: .85;
}

.tab-padding.tab-purple > li:not(.active) > a > [class*=fa-]:first-child {
    color: #FFF !important;
}

.tab-padding.tab-purple > li:not(.active) > a > .badge {
    background-color: #FFF !important;
    color: rgba(0,0,0,.4) !important;
}

.tab-padding.tab-purple > li > a, .tab-padding.tab-purple > li > a:focus {
    background-color: #84809F;
}

.tab-padding.tab-purple > li.active > a, .tab-padding.tab-purple > li.active > a:focus, .tab-padding.tab-purple > li.active > a:hover {
    background-color: #FFF;
    box-shadow: none;
    color: #333;
}

    .tab-padding.tab-purple > li.active > a, .tab-padding.tab-purple > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
        border-color: #57517B #DDD transparent;
        color: #333;
    }

.tabs-below .tab-padding.tab-purple > li.active > a {
    border-color: transparent #57517B #DDD;
}

.tab-padding.tab-purple {
    background-color: #F5F4F9;
    border-bottom-color: #57517B;
}

.tabs-below .nav-tabs.tab-purple {
    border-bottom-color: #DDD;
    border-top: 0 none;
    padding-bottom: 6px;
}

.tab-padding.tab-green > li.active > a, .tab-padding.tab-green > li.active > a:focus, .tab-padding.tab-green > li.active > a:hover {
    background-color: #FFF;
    box-shadow: none;
    color: #333;
}

    .tab-padding.tab-green > li.active > a, .tab-padding.tab-green > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
        border-color: #3D9400 #DDD transparent;
        color: #333;
    }

.tabs-below .tab-padding.tab-green > li.active > a {
    border-color: transparent #3D9400 #DDD;
}

.tab-padding.tab-green {
    background-color: #EFFBEC;
    border-bottom-color: #3D9400;
}

.tabs-below .nav-tabs.tab-green {
    border-bottom-color: #DDD;
    border-top: 0 none;
    padding-bottom: 6px;
}

.tab-blue > li.active > a, .tab-blue > li.active > a:focus, .tab-blue > li.active > a:hover {
    border-color: #364F6A #DDD transparent;
    border-top: 2px solid #364F6A;
}

.tab-blue > li > a:hover {
    color: #364F6A;
}

.tab-blue > li.dropdown.open.active > a:focus, .tab-blue > li.dropdown.open.active > a:hover, .tab-blue > li.open .dropdown-toggle {
    background-color: #364F6A;
    border-color: #364F6A;
    color: #FFF;
}

.tab-blue .active > a, .tab-blue .active > a:focus, .tab-blue .active > a:hover, .tab-blue .dropdown-menu > li > a:focus, .tab-blue .dropdown-menu > li > a:hover {
    background-color: #364F6A;
}

.tabs-left > .tab-blue > li.active > a, .tabs-left > .tab-blue > li.active > a:focus, .tabs-left > .tab-blue > li.active > a:hover {
    border-color: #DDD transparent #DDD #364F6A;
    border-left: 2px solid #364F6A;
}

.tabs-below > .tab-blue > li.active > a, .tabs-below > .tab-blue > li.active > a:focus, .tabs-below > .tab-blue > li.active > a:hover {
    border-bottom: 2px solid #364F6A;
    border-color: transparent #DDD #364F6A;
}

.tabs-right > .tab-blue > li.active > a, .tabs-right > .tab-blue > li.active > a:focus, .tabs-right > .tab-blue > li.active > a:hover {
    border-color: #DDD #364F6A #DDD transparent;
    border-right: 2px solid #364F6A;
}

.tab-padding.tab-blue > li > a, .tab-padding.tab-blue > li > a:focus, .tab-padding.tab-blue > li > a:hover {
    border-color: transparent;
    color: #FFF;
}

.tab-padding.tab-blue > li:not(.active) > a:hover {
    border-color: rgba(0,0,0,.15) rgba(0,0,0,.15) transparent;
    opacity: .85;
}

.tab-padding.tab-blue > li:not(.active) > a > [class*=fa-]:first-child {
    color: #FFF !important;
}

.tab-padding.tab-blue > li:not(.active) > a > .badge {
    background-color: #FFF !important;
    color: rgba(0,0,0,.4) !important;
}

.tab-padding.tab-blue > li > a, .tab-padding.tab-blue > li > a:focus {
    background-color: #6C7F92;
}

.tab-padding.tab-blue > li.active > a, .tab-padding.tab-blue > li.active > a:focus, .tab-padding.tab-blue > li.active > a:hover {
    background-color: #FFF;
    box-shadow: none;
    color: #333;
}

    .tab-padding.tab-blue > li.active > a, .tab-padding.tab-blue > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
        border-color: #364F6A #DDD transparent;
        color: #333;
    }

.tabs-below .tab-padding.tab-blue > li.active > a {
    border-color: transparent #364F6A #DDD;
}

.tab-padding.tab-blue {
    background-color: #F3F5F6;
    border-bottom-color: #364F6A;
}

.tabs-below .nav-tabs.tab-blue {
    border-bottom-color: #DDD;
    border-top: 0 none;
    padding-bottom: 6px;
}

.nav > li.active > .dropdown-toggle {
    cursor: pointer !important;
}

.nav-pills .open .dropdown-toggle > [class*=fa-], .nav > li.dropdown.open.active > a:focus > [class*=fa-], .nav > li.dropdown.open.active > a:hover > [class*=fa-] {
    color: #FFF !important;
}

.nav-tabs > li:not(.active):not(.open) > a:not(:hover) > .disabled[class*=fa-]:first-child {
    color: #909090 !important;
}

.nav-tabs.tab-space-1 > li > a {
    margin-right: 1px;
}

.nav-tabs.tab-space-2 > li > a {
    margin-right: 2px;
}

.nav-tabs.tab-space-3 > li > a {
    margin-right: 3px;
}

.nav-tabs.tab-space-4 > li > a {
    margin-right: 4px;
}

.nav-tabs.tab-padding {
    border: 1px solid #DDD;
    padding: 6px 5px 0;
}

.panel-tabs .nav-tabs {
    border: none;
    float: right;
    margin-right: 15px;
    margin-top: -52px;
}

    .panel-tabs .nav-tabs > li > a {
        background: 0 0;
        border-bottom: none;
        border-right: 1px solid #CDCDCD;
        border-top: none;
        box-shadow: 1px 1px 0 0 #FFF;
        height: 36px;
    }

        .panel-tabs .nav-tabs > li > a:hover {
            background: #fff;
        }

    .panel-tabs .nav-tabs > li:first-child > a {
        box-shadow: 0 1px 0 1px #FFF;
    }

    .panel-tabs .nav-tabs > li.active > a, .panel-tabs .nav-tabs > li.active > a:focus, .panel-tabs .nav-tabs > li.active > a:hover {
        background-color: #FFF;
        background-image: none;
        border-color: #4C8FBD #DDD transparent;
        border-top: none;
        box-shadow: none;
        color: #333;
        line-height: 16px;
        margin-top: 0;
    }

.panel-tabs .tab-content {
    border: none;
    padding: 0;
}

.tabs-right > .nav-tabs > li {
    float: none;
}

.page-header {
    height: 44px !important;
    padding: 10px 45px 10px 10px !important;
    text-transform: uppercase;
}

    .page-header h1 {
        color: #666;
        font-family: Raleway,sans-serif;
        font-weight: 200;
        letter-spacing: -1px;
        margin: 0 0 15px;
        padding: 0;
    }

        .page-header h1 small {
            color: #888;
            font-size: 14px;
            font-weight: 300;
            letter-spacing: 0;
        }

.accordion-custom .panel {
    background-color: #FFF;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.accordion-custom .panel-heading {
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    padding: 0;
}

.accordion-custom .panel-body {
    border: none !important;
}

.accordion-custom .panel-heading .accordion-toggle {
    background-color: #ccc;
    color: #606060;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 10px;
    position: relative;
}

    .accordion-custom .panel-heading .accordion-toggle:focus, .accordion-custom .panel-heading .accordion-toggle:hover {
        text-decoration: none;
    }

    .accordion-custom .panel-heading .accordion-toggle.collapsed {
        background-color: #F3F3F3;
        border-color: #D9D9D9;
        border-width: 0 0 0 1px;
        color: #606060;
        font-weight: 400;
    }

.dd-handle, .dd-item > button {
    font-weight: 700;
    margin: 5px 0;
}

.accordion-custom .panel-heading .accordion-toggle > .icon-arrow:before {
    content: "\f078";
}

.accordion-custom .panel-heading .accordion-toggle.collapsed > .icon-arrow:before {
    content: "\f054" !important;
}

.accordion-custom.panel-group .panel-heading .accordion-toggle > .icon-arrow {
    font-size: 11px;
    padding: 0 5px;
}

.accordion-custom.panel-group .panel-heading .accordion-toggle.collapsed > .icon-arrow {
    opacity: .75;
}

.accordion-teal .panel-heading .accordion-toggle {
    background: #F3F7F8;
    border-left: 2px solid #569099;
    color: #437278;
}

    .accordion-teal .panel-heading .accordion-toggle.collapsed {
        background: #F3F7F8;
        border-left: none;
    }

.social-icons li a, a.social-icon {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 28px;
    transition: all .3s ease-in-out 0s;
    width: 28px;
}

[class^=slider-] .ui-rangeSlider-bar {
    height: 18px !important;
}

[class^=slider-] .ui-rangeSlider-label {
    background: 0 0 !important;
    bottom: 25px !important;
    padding: 3px 6px !important;
}

[class^=slider-] .ui-rangeSlider-arrow.ui-rangeSlider-leftArrow, [class^=slider-] .ui-rangeSlider-arrow.ui-rangeSlider-rightArrow {
    background-image: none !important;
}

[class^=slider-] .ui-rangeSlider-label:after {
    bottom: -14px;
    content: "\f0d7";
    display: inline;
    float: right;
    font-family: FontAwesome;
    font-size: 16px;
    margin: 0 -6px;
    position: absolute;
    text-align: center;
    text-shadow: none;
    width: 100%;
}

[class^=slider-] .ui-rangeSlider-arrow {
    cursor: pointer;
    font-size: 20px;
    height: 14px !important;
    line-height: 14px;
    margin: 3px 0 !important;
}

    [class^=slider-] .ui-rangeSlider-arrow.ui-rangeSlider-leftArrow:before {
        content: "\f0d9";
        display: inline;
        float: right;
        font-family: FontAwesome;
        margin-right: 5px;
    }

    [class^=slider-] .ui-rangeSlider-arrow.ui-rangeSlider-rightArrow:before {
        content: "\f0da";
        display: inline;
        float: right;
        font-family: FontAwesome;
        margin-right: 5px;
    }

.dd, .dd-list {
    display: block;
    padding: 0;
    list-style: none;
    margin: 0;
    position: relative;
}

[class^=slider-] .ui-rangeSlider-innerBar {
    height: 14px !important;
}

[class^=slider-] .ui-rangeSlider-handle {
    height: 20px !important;
}

[class^=slider-].ui-rangeSlider-disabled {
    opacity: .5;
}

.slider-teal .ui-rangeSlider-bar {
    background: rgba(86,144,153,.6) !important;
}

.slider-teal .ui-rangeSlider-handle {
    background: rgba(86,144,153,.8) !important;
}

.slider-teal .ui-rangeSlider-label {
    background-color: #569099 !important;
    background-image: none !important;
    color: #FFF !important;
    text-shadow: 0 1px 0 #000;
}

    .slider-teal .ui-rangeSlider-label:after {
        color: #569099 !important;
    }

.slider-teal .ui-rangeSlider-arrow {
    color: #4D8189;
}

.slider-bricky .ui-rangeSlider-bar {
    background: rgba(200,58,42,.6) !important;
}

.slider-bricky .ui-rangeSlider-handle {
    background: rgba(200,58,42,.8) !important;
}

.slider-bricky .ui-rangeSlider-label {
    background-color: #C83A2A !important;
    background-image: none !important;
    color: #FFF !important;
    text-shadow: 0 1px 0 #000;
}

    .slider-bricky .ui-rangeSlider-label:after {
        color: #C83A2A !important;
    }

.slider-bricky .ui-rangeSlider-arrow {
    color: #B33426;
}

.slider-purple .ui-rangeSlider-bar {
    background: rgba(87,81,123,.6) !important;
}

.slider-purple .ui-rangeSlider-handle {
    background: rgba(87,81,123,.8) !important;
}

.slider-purple .ui-rangeSlider-label {
    background-color: #57517B !important;
    background-image: none !important;
    color: #FFF !important;
    text-shadow: 0 1px 0 #000;
}

    .slider-purple .ui-rangeSlider-label:after {
        color: #57517B !important;
    }

.slider-purple .ui-rangeSlider-arrow {
    color: #413D5C;
}

.slider-green .ui-rangeSlider-bar {
    background: rgba(61,148,0,.6) !important;
}

.slider-green .ui-rangeSlider-handle {
    background: rgba(61,148,0,.8) !important;
}

.slider-green .ui-rangeSlider-label {
    background-color: #3D9400 !important;
    background-image: none !important;
    color: #FFF !important;
    text-shadow: 0 1px 0 #000;
}

    .slider-green .ui-rangeSlider-label:after {
        color: #3D9400 !important;
    }

.slider-green .ui-rangeSlider-arrow {
    color: #327B00;
}

.slider-yellow .ui-rangeSlider-bar {
    background: rgba(255,167,34,.6) !important;
}

.slider-yellow .ui-rangeSlider-handle {
    background: rgba(255,167,34,.8) !important;
}

.slider-yellow .ui-rangeSlider-label {
    background-color: #FFA722 !important;
    background-image: none !important;
    color: #FFF !important;
    text-shadow: 0 1px 0 #482C00;
}

    .slider-yellow .ui-rangeSlider-label:after {
        color: #FFB848 !important;
    }

.slider-yellow .ui-rangeSlider-arrow {
    color: #FFAE2F;
}

.slider-blue .ui-rangeSlider-bar {
    background: rgba(54,79,106,.6) !important;
}

.slider-blue .ui-rangeSlider-handle {
    background: rgba(54,79,106,.8) !important;
}

.slider-blue .ui-rangeSlider-label {
    background-color: #364F6A !important;
    background-image: none !important;
    color: #FFF !important;
    text-shadow: 0 1px 0 #000;
}

    .slider-blue .ui-rangeSlider-label:after {
        color: #364F6A !important;
    }

.slider-blue .ui-rangeSlider-arrow {
    color: #2D4259;
}

.dd {
    font-size: 13px;
    line-height: 20px;
}

.dd-list .dd-list {
    padding-left: 30px;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-empty, .dd-item, .dd-placeholder {
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    min-height: 20px;
    padding: 0;
    position: relative;
}

.dd-handle {
    -moz-box-sizing: border-box;
    -webkit-border-radius: 3px;
    background: #fafafa;
    background: -webkit-linear-gradient(top,#fafafa 0,#eee 100%);
    background: -moz-linear-gradient(top,#fafafa 0,#eee 100%);
    background: linear-gradient(top,#fafafa 0,#eee 100%);
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    color: #333;
    display: block;
    height: 30px;
    padding: 5px 10px;
    text-decoration: none;
}

    .dd-handle:hover {
        background: #fff;
        color: #2ea8e5;
    }

.dd-item > button {
    background: 0 0;
    border: 0;
    display: block;
    float: left;
    font-size: 12px;
    height: 20px;
    line-height: 1;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: 25px;
}

    .dd-item > button:before {
        content: '+';
        display: block;
        position: absolute;
        text-align: center;
        text-indent: 0;
        width: 100%;
    }

    .dd-item > button[data-action=collapse]:before {
        content: '-';
    }

.dd-empty, .dd-placeholder {
    -moz-box-sizing: border-box;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    margin: 5px 0;
    min-height: 30px;
    padding: 0;
}

.dd-empty {
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),-webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
    background-image: -moz-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),-moz-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
    background-image: linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
    background-position: 0 0,30px 30px;
    background-size: 60px 60px;
    border: 1px dashed #bbb;
    min-height: 100px;
}

.dd-dragel {
    pointer-events: none;
    position: absolute;
    z-index: 9999;
}

    .dd-dragel > .dd-item .dd-handle {
        margin-top: 0;
    }

    .dd-dragel .dd-handle {
        -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
        box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
    }

.nestable-lists {
    border: 0;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
    clear: both;
    display: block;
    padding: 30px 0;
    width: 100%;
}

#nestable-menu {
    margin: 20px 0;
    padding: 0;
}

#nestable-output, #nestable2-output {
    font-size: 13px;
    height: 7em;
    line-height: 1.333333em;
    margin-bottom: 5px;
    padding: 5px;
    width: 100%;
}

#nestable2 .dd-handle {
    background: #bbb;
    background: -webkit-linear-gradient(top,#bbb 0,#999 100%);
    background: -moz-linear-gradient(top,#bbb 0,#999 100%);
    background: linear-gradient(top,#bbb 0,#999 100%);
    border: 1px solid #999;
    color: #fff;
}

    #nestable2 .dd-handle:hover {
        background: #bbb;
    }

#nestable2 .dd-item > button:before {
    color: #fff;
}

.dd-hover > .dd-handle {
    background: #2ea8e5 !important;
}

.dd3-content {
    -moz-box-sizing: border-box;
    -webkit-border-radius: 3px;
    background: #fafafa;
    background: -webkit-linear-gradient(top,#fafafa 0,#eee 100%);
    background: -moz-linear-gradient(top,#fafafa 0,#eee 100%);
    background: linear-gradient(top,#fafafa 0,#eee 100%);
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    color: #333;
    display: block;
    font-weight: 700;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px 5px 40px;
    text-decoration: none;
}

    .dd3-content:hover {
        background: #fff;
        color: #2ea8e5;
    }

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

.dd3-item > button {
    margin-left: 30px;
}

.dd3-handle {
    background: #ddd;
    background: -webkit-linear-gradient(top,#ddd 0,#bbb 100%);
    background: -moz-linear-gradient(top,#ddd 0,#bbb 100%);
    background: linear-gradient(top,#ddd 0,#bbb 100%);
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 30px;
}

    .dd3-handle:before {
        color: #fff;
        content: '\f0c9';
        display: block;
        font-family: FontAwesome;
        font-size: 10px;
        font-weight: 400;
        left: 0;
        position: absolute;
        text-align: center;
        text-indent: 0;
        top: 3px;
        width: 100%;
    }

.table thead tr, .table.table-bordered thead tr th a, .table.table-bordered thead tr th a:active, .table.table-bordered thead tr th a:link, .table.table-bordered thead tr th a:visited {
    color: #333 !important;
}

.dd3-handle:hover {
    background: #ddd;
}

.icons > section {
    margin-top: 20px;
}

.the-icons li {
    line-height: 40px;
}

    .the-icons li i {
        transition: font-size .2s ease 0s;
    }

    .the-icons li:hover i {
        font-size: 26px;
    }

.full-white-backdrop {
    background-color: #FFF;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

td.center, th.center {
    text-align: center;
}

    td.center .dropdown-menu {
        text-align: left;
    }

.table {
    margin-bottom: 10px !important;
}

    .table thead tr {
        font-weight: 400;
    }

    .table.table-bordered thead tr th {
      /*  background-color: #f5f5f5;*/
        vertical-align: middle;
    }

    .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > th {
        text-align: center;
    }

.editable-element {
    border-bottom: 1px dashed #08C;
    display: inline;
    opacity: .5;
    text-decoration: none;
}

.bootstrap-timepicker-widget table td input {
    width: 32px !important;
}

.bootstrap-timepicker .add-on i {
    height: auto !important;
    width: auto !important;
}

.fileupload-new .input-group .btn-file {
    -moz-border-radius: 0 3px 3px 0 !important;
    -webkit-border-radius: 0 3px 3px 0 !important;
    border-radius: 0 3px 3px 0 !important;
}

.wysiwyg {
    padding: 5px 0;
}

    .wysiwyg .btn-group:after {
        border-left: 1px solid #E1E6EA;
        bottom: 6px;
        content: "";
        display: block;
        left: -2px;
        max-width: 0;
        position: absolute;
        top: 6px;
        width: 0;
    }

    .wysiwyg .btn-group .btn, .wysiwyg .btn-group > .inline > .btn {
        background: #FFF !important;
        border: none !important;
        color: #ADB3BE !important;
        margin: 0 !important;
        text-shadow: none !important;
    }

        .wysiwyg .btn-group .btn:hover, .wysiwyg .btn-group > .inline > .btn:hover {
            color: #333 !important;
        }

        .wysiwyg .btn-group .btn:active, .wysiwyg .btn-group > .inline > .btn:active {
            background: #FFF !important;
            border: none !important;
            color: #fff !important;
            margin: 0 !important;
            text-shadow: none !important;
        }

.swMain > ul {
    display: table;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    width: 100%;
}

    .swMain > ul li {
        display: table-cell;
        text-align: center;
        width: 1%;
    }

        .swMain > ul li > a:before {
            border-top: 4px solid #CED1D6;
            content: "";
            display: block;
            font-size: 0;
            height: 1px;
            overflow: hidden;
            position: relative;
            top: 21px;
            width: 100%;
            z-index: 1;
        }

        .swMain > ul li:first-child > a:before {
            left: 50%;
            max-width: 51%;
        }

        .swMain > ul li:last-child > a:before {
            max-width: 50%;
            width: 50%;
        }

        .swMain li > a.done:before, .swMain > ul li > a.selected:before {
            border-color: #5293C4;
        }

    .swMain > ul .stepNumber {
        background-color: #FFF;
        border: 5px solid #CED1D6;
        border-radius: 100%;
        color: #546474;
        display: inline-block;
        font-size: 15px;
        height: 40px;
        line-height: 30px;
        position: relative;
        text-align: center;
        width: 40px;
        z-index: 2;
    }

    .swMain > ul li > a.selected .stepNumber {
        border-color: #5293C4;
    }

.swMain ul li > a.done .stepNumber {
    background-color: #5293C4;
    border-color: #5293C4;
    color: #fff;
    text-indent: -9999px;
}

    .swMain ul li > a.done .stepNumber:before {
        content: "\f00c";
        display: inline;
        float: right;
        font-family: FontAwesome;
        font-weight: 300;
        height: auto;
        margin-right: 7px;
        text-indent: 0;
        text-shadow: none;
    }

.swMain ul li > a.done.wait .stepNumber {
    background-color: #F6F6F6 !important;
    color: #CCC !important;
    text-indent: 0 !important;
}

.ListControl label, .ListControlGreen label, .ListControlRed label, .ListControlYellow label, .PriorityLow label, .PriorityNormal label, .PrioritySuperUrgent label, .PriorityUrgent label, .treeItem label {
    text-indent: 20px;
    white-space: nowrap;
}

.swMain ul li > a.done.wait .stepNumber:before {
    content: "" !important;
}

.swMain > ul li .stepDesc {
    color: #949EA7;
    display: block;
    font-size: 14px;
    margin-top: 4px;
    max-width: 100%;
    table-layout: fixed;
    text-align: center;
    word-wrap: break-word;
    z-index: 104;
}

.swMain .close, .swMain .loader, .swMain [class*=" button"], .swMain [class^=button], body.login .box-forgot, body.login .box-register {
    display: none;
}

.swMain li > a.done .stepDesc, .swMain > ul li > a.selected .stepDesc {
    color: #2B3D53;
}

.swMain > ul li > a:hover {
    text-decoration: none;
}

.swMain .progress {
    margin-bottom: 30px;
}

.swMain .stepContainer {
    height: auto !important;
}

body.login {
    color: #7F7F7F;
}

    body.login.example1 {
        background-color: rgba(0,0,0,0);
        background-image: url(../images/bg.png);
    }

    body.login.example2 {
        background-color: rgba(255,255,255,0);
        background-image: url(../images/bg_2.png);
    }

    body.login .main-login {
        margin-top: 60px;
    }

    body.login .logo {
        padding: 20px;
        text-align: center;
    }

    body.login .box-forgot, body.login .box-login, body.login .box-register {
        background: #FFF;
        border-radius: 5px;
        box-shadow: -30px 30px 50px rgba(0,0,0,.32);
        overflow: hidden;
        padding: 15px;
    }

    body.login .form fieldset {
        border: none;
        margin: 0;
        padding: 10px 0 0;
    }

    body.login a.forgot {
        color: #909090;
        font-size: 12px;
        position: absolute;
        right: 10px;
        text-shadow: 1px 1px 1px #FFF;
        top: 9px;
    }

    body.login input.password {
        padding-right: 130px;
    }

    body.login label {
        color: #7F7F7F;
        font-size: 14px;
        margin-top: 5px;
    }

    body.login .copyright {
        font-size: 11px;
        margin: 0 auto;
        padding: 10px 10px 0;
        text-align: center;
    }

    body.login .form-actions:after, body.login .form-actions:before {
        content: "";
        display: table;
        line-height: 0;
    }

    body.login .form-actions:after {
        clear: both;
    }

    body.login .form-actions {
        display: block;
        margin-top: 15px;
        padding-top: 10px;
    }

    body.login .new-account {
        border-top: 1px dotted #EEE;
        display: block;
        margin-top: 15px;
        padding-top: 10px;
    }

body.error-full-page {
    background: #fff !important;
    overflow: hidden;
}

    body.error-full-page .page-error {
        margin-top: 60px;
    }

.page-error {
    text-align: center;
}

    .page-error .error-number {
        display: block;
        font-size: 158px;
        font-weight: 300;
        letter-spacing: -10px;
        line-height: 128px;
        margin-top: 0;
        text-align: center;
    }

    .page-error .error-details {
        display: block;
        padding-top: 0;
        text-align: center;
    }

        .page-error .error-details .btn-return {
            margin: 10px 0;
        }

        .page-error .error-details h3 {
            margin-top: 0;
        }

.error-full-page img {
    display: none;
}

.error-full-page #canvas {
    left: 0;
    position: absolute;
    top: 0;
}

.error-full-page #sound {
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: 30%;
    margin-left: 35%;
    margin-top: 5%;
    opacity: .3;
    overflow-y: auto;
    position: absolute;
    width: 30%;
}

.error-full-page .video {
    height: 80%;
    margin-left: 5%;
    margin-top: 5%;
    position: absolute;
    width: 90%;
}

#inline-container [contenteditable=true] {
    padding: 10px;
}

#inline-container {
    border: 1px solid #CCC;
    margin: 30px auto 0;
    padding: 10px;
}

    #inline-container hr {
        background-color: #05B2D2;
        border: 0;
        color: #05B2D2;
        height: 5px;
    }

#inline-header {
    overflow: hidden;
    padding: 0 0 30px;
    position: relative;
}

#inline-headerLeft {
    padding-top: 10px;
}

    #inline-headerLeft h2, #inline-headerLeft h3 {
        font-weight: 400;
        margin: 0;
        overflow: hidden;
        text-align: center;
    }

    #inline-headerLeft h2 {
        font-family: "Arial Black",arial-black;
        font-size: 52px;
        line-height: 1.1em;
        text-transform: uppercase;
    }

#inline-columns blockquote, #inline-columns blockquote:before {
    font-family: "Times New Roman",Times,Georgia,serif;
}

#inline-headerLeft h3 {
    color: #666;
    font-size: 24px;
    line-height: 1.1em;
    margin: .2em 0 0;
}

#inline-headerRight p {
    margin: 0;
    text-align: justify;
}

    #inline-headerRight p + p {
        margin-top: 20px;
    }

#inline-headerRight div {
    color: #666;
    font-size: 16px;
}

#inline-columns {
    color: #333;
    overflow: hidden;
    padding-top: 20px;
}

    #inline-columns blockquote {
        border: none;
        font-size: 2em;
        font-style: italic;
        margin: 30px 40px;
        position: relative;
    }

        #inline-columns blockquote:before {
            clear: both;
            color: #666;
            content: "“";
            display: block;
            font-size: 60px;
            font-weight: 700;
            left: -40px;
            line-height: 60px;
            position: absolute;
            text-align: center;
            width: 35px;
        }

#inline-tagLine {
    border-top: 5px solid #05B2D2;
    padding-top: 20px;
}

#inline-taglist {
    display: inline-block;
    font-weight: 700;
    margin: 0 0 0 20px;
}

.crop-image form {
    margin: 1.5em 0;
}

.jcrop-holder #preview-pane {
    -moz-border-radius: 6px;
    -moz-box-shadow: 1px 1px 5px 2px rgba(0,0,0,.2);
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0,0,0,.2);
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.4);
    border-radius: 6px;
    box-shadow: 1px 1px 5px 2px rgba(0,0,0,.2);
    display: block;
    padding: 6px;
    position: absolute;
    right: -280px;
    top: 10px;
    z-index: 1000;
}

#preview-pane .preview-container {
    height: 170px;
    overflow: hidden;
    width: 250px;
}

div.timeline {
    font-family: Arial;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

    div.timeline .columns > li:nth-child(2n+1) {
        clear: left;
        float: left;
        width: 50%;
    }

    div.timeline .columns > li:nth-child(2n+2) {
        clear: right;
        float: right;
        margin-top: 20px;
        width: 50%;
    }

    div.timeline div.date_separator {
        clear: both;
        height: 60px;
        position: relative;
        text-align: center;
    }

        div.timeline div.date_separator span {
            background-color: #FFF;
            border: 1px solid #BBB;
            border-radius: 5px;
            color: #666;
            display: block;
            font-size: 14px;
            height: 30px;
            left: 50%;
            line-height: 30px;
            margin-left: -100px;
            margin-top: -16px;
            position: absolute;
            top: -200%;
            top: 50%;
            transition: all .3s linear 0s;
            width: 200px;
        }

    div.timeline div.spine {
        background-color: #CCC;
        border-radius: 2px;
        bottom: 0;
        left: 50%;
        margin-left: -2px;
        position: absolute;
        top: 0;
        transition: bottom .5s linear 0s;
        width: 4px;
    }

div.timeline_element {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0,0,0,.1);
    clear: both;
    color: #000;
    margin: 10px 0;
    opacity: 0;
    position: relative;
    text-shadow: none;
    transition: all .2s linear 0s;
}

    div.timeline_element:after, div.timeline_element:before {
        content: "";
        position: absolute;
    }

    div.timeline_element:hover {
        border: 1px solid #AAA;
        box-shadow: 0 0 6px rgba(0,0,0,.2);
    }

div.timeline .columns {
    list-style: none;
    margin: 0;
    padding: 0;
}

    div.timeline .columns > li:nth-child(2n+1) div.timeline_element {
        float: right;
        left: 10%;
        left: 0;
        margin-right: 30px;
        opacity: 1;
    }

    div.timeline .columns > li:nth-child(2n+2) div.timeline_element {
        float: left;
        margin-left: 30px;
        opacity: 1;
        right: 10%;
        right: 0;
    }

div.timeline div.column_center div.timeline_element {
    margin: 20px auto;
    opacity: 1;
}

div.timeline_element:before {
    border-top: 1px dashed #CCC;
    display: block;
    height: 0;
    width: 26px;
}

div.timeline .columns > li:nth-child(2n+1) div.timeline_element:before {
    right: -27px;
    top: 15px;
}

div.timeline .columns > li:nth-child(2n+2) div.timeline_element:before {
    left: -27px;
    top: 15px;
}

div.timeline div.column_center div.timeline_element:before {
    display: none;
}

div.timeline_element:after {
    background-color: #BBB;
    border: 1px solid #FFF;
    border-radius: 100%;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    display: block;
    height: 10px;
    width: 10px;
}

div.timeline_element:hover:after {
    background-color: #FFF;
    border: 1px solid #CCC;
    z-index: 100;
}

div.timeline .columns > li:nth-child(2n+1) div.timeline_element:after {
    right: -36px;
    top: 10px;
}

div.timeline .columns > li:nth-child(2n+2) div.timeline_element:after {
    left: -36px;
    top: 10px;
}

.ie8 div.timeline_element:after, .ie8 div.timeline_element:before, div.timeline.center div.column_center div.timeline_element:after {
    display: none;
}

div.timeline_element div.timeline_title {
    color: #AAA;
    font-size: 10px;
    margin: 10px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
}

div.timeline_element div.title span.timeline_label {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.timeline_element div.timeline_title span.timeline_date {
    float: right;
}

div.timeline_element div.content {
    font-size: 13px;
    padding: 0 10px 10px;
}

div.timeline_element div.readmore {
    font-size: 12px;
    padding: 10px;
    text-align: right;
}

div.timeline div.description_container {
    height: 80px;
    margin: 5px 5px 5px 90px;
    overflow: hidden;
}

div.timeline_element.teal {
    background-color: #569099;
    border-color: #4D8189;
    color: #FFF;
}

    div.timeline_element.teal:after {
        background-color: #569099;
    }

    div.timeline_element.teal:hover:after {
        background-color: #FFF;
        border: 1px solid #569099;
        z-index: 100;
    }

    div.timeline_element.teal div.timeline_title {
        color: #EEE;
    }

div.timeline_element.green {
    background-color: #3D9400;
    border-color: #327B00;
    color: #FFF;
}

    div.timeline_element.green:after {
        background-color: #3D9400;
    }

    div.timeline_element.green:hover:after {
        background-color: #FFF;
        border: 1px solid #3D9400;
        z-index: 100;
    }

    div.timeline_element.green div.timeline_title {
        color: #EEE;
    }

div.timeline_element.bricky {
    background-color: #C83A2A;
    border-color: #B33426;
    color: #FFF;
}

    div.timeline_element.bricky:after {
        background-color: #C83A2A;
    }

    div.timeline_element.bricky:hover:after {
        background-color: #FFF;
        border: 1px solid #C83A2A;
        z-index: 100;
    }

    div.timeline_element.bricky div.timeline_title {
        color: #EEE;
    }

div.timeline_element.purple {
    background-color: #57517B;
    border-color: #413D5C;
    color: #FFF;
}

    div.timeline_element.purple:after {
        background-color: #57517B;
    }

    div.timeline_element.purple:hover:after {
        background-color: #FFF;
        border: 1px solid #57517B;
        z-index: 100;
    }

#pricing_table_example2 .featured, .percent {
    z-index: 2;
}

div.timeline_element.purple div.timeline_title {
    color: #EEE;
}

.panel-body.messages {
    padding: 0;
}

.messages-list {
    border-right: 1px solid #ECEAF3;
    float: left;
    height: 620px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 260px;
}

    .messages-list .messages-item {
        border-bottom: 1px solid #D9D9D9;
        padding: 5px 15px 5px 25px;
        position: relative;
    }

    .messages-list .messages-search {
        border-bottom: 1px solid #D9D9D9;
        padding: 10px 5px;
        position: relative;
    }

    .messages-list .messages-item span {
        color: #555;
        display: block;
    }

    .messages-list .messages-item .messages-item-attachment, .messages-list .messages-item .messages-item-star, .messages-list .messages-item .messages-item-time, .messages-list .messages-item .messages-item-time .messages-item-actions {
        position: absolute;
    }

    .messages-list .messages-item .messages-item-star {
        color: #007AFF;
        left: 7px;
        opacity: 0;
        transition: opacity .2s ease-in-out 0s;
    }

.ie8 .messages-list .messages-item .messages-item-star {
    display: none;
}

.ie8 .messages-list .messages-item:hover .messages-item-star {
    display: block;
}

.messages-list .messages-item .messages-item-attachment {
    color: #007AFF;
    left: 7px;
    top: 25px;
}

.main-ls, .overlay_arrow {
    left: 50%;
    position: absolute;
}

.messages-list .messages-item .messages-item-avatar {
    border-radius: 4px;
    float: left;
    height: 40px;
    width: 40px;
}

.messages-list .messages-item .messages-item-from, .messages-list .messages-item .messages-item-subject {
    margin-left: 45px;
}

.messages-list .messages-item .messages-item-from {
    font-weight: 700;
    margin-top: 2px;
}

.messages-list .messages-item .messages-item-time {
    opacity: 1;
    right: 15px;
    top: 8px;
    transition: opacity .2s ease-in-out 0s;
}

    .messages-list .messages-item .messages-item-time .text {
        color: #999;
        font-size: 12px;
    }

    .messages-list .messages-item .messages-item-time .messages-item-actions {
        opacity: 0;
        right: 0;
        top: 0;
        transition: opacity .2s ease-in-out 0s;
        width: 65px;
    }

.ie8 .messages-list .messages-item .messages-item-time .messages-item-actions {
    display: none;
}

.messages-list .messages-item .messages-item-time .messages-item-actions .dropdown > a, .messages-list .messages-item .messages-item-time .messages-item-actions > a {
    color: #007AFF;
    margin-left: 5px;
}

.messages-list .messages-item .messages-item-time .messages-item-actions > div {
    display: inline-block;
}

.messages-list .messages-item .messages-item-time .messages-item-actions .dropdown-menu {
    margin-top: 0;
}

.messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon {
    border-radius: 30px;
    display: inline-block;
    height: 11px;
    margin: 0 5px 0 -13px;
    width: 11px;
}

    .messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon.red {
        background: red;
    }

    .messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon.teal {
        background: #569099;
    }

    .messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon.green {
        background: #3D9400;
    }

.messages-list .messages-item .messages-item-time:hover .text {
    opacity: 0;
}

.messages-list .messages-item .messages-item-time:hover .messages-item-actions {
    opacity: 1;
}

.messages-list .messages-item .messages-item-subject {
    font-size: 12px;
    margin-bottom: 4px;
}

.messages-list .messages-item .messages-item-preview {
    color: #999;
    font-size: 12px;
}

.messages-list .messages-item:hover {
    background-color: #F5F5F5;
    cursor: pointer !important;
}

    .messages-list .messages-item:hover .messages-item-star {
        opacity: .2;
    }

.messages-list .messages-item.active {
    background-color: #F5F5F5;
}

.messages-list .messages-item.starred .messages-item-star {
    display: block;
    opacity: 1;
}

.messages-content {
    background-color: rgba(0,0,0,0);
    border-top: 1px solid #ECEAF3;
    height: auto;
    margin-left: 260px;
    position: relative;
    width: auto;
}

    .messages-content .message-header {
        border-bottom: 1px solid #D9D9D9;
        padding: 10px 15px;
    }

        .messages-content .message-header .message-from {
            font-weight: 700;
        }

        .messages-content .message-header .message-to {
            color: #999;
        }

        .messages-content .message-header .message-time {
            color: #999;
            position: absolute;
            right: 15px;
            top: 10px;
        }

        .messages-content .message-header .message-actions {
            left: 50%;
            margin-left: -60px;
            position: absolute;
            width: 120px;
        }

            .messages-content .message-header .message-actions a {
                background-color: #FFF;
                border-bottom: 1px solid #F5F4F9;
                border-left: 1px solid #F5F4F9;
                border-top: 1px solid #F5F4F9;
                color: #999;
                margin: 0 0 0 -4px;
                padding: 4px 7px;
            }

                .messages-content .message-header .message-actions a:hover {
                    color: #007AFF;
                }

                .messages-content .message-header .message-actions a:first-child {
                    border-bottom-left-radius: 4px;
                    border-top-left-radius: 4px;
                    padding-left: 10px;
                }

                .messages-content .message-header .message-actions a:last-child {
                    border-bottom-right-radius: 4px;
                    border-right: 1px solid #F5F4F9;
                    border-top-right-radius: 4px;
                }

    .messages-content .message-content {
        color: #555;
        padding: 20px 10px;
    }

#pricing_table_example1 .pricing-table {
    background: #FFF;
    border: 1px solid #DDD;
    color: #333;
    float: left;
    font: 12px 'Lucida Sans','trebuchet MS',Arial,Helvetica;
    padding: 20px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px rgba(255,255,255,.8);
}

#pricing_table_example1 .featured {
    border-radius: 5px;
    border-width: 1px;
    box-shadow: 20px 0 10px -10px rgba(0,0,0,.15),-20px 0 10px -10px rgba(0,0,0,.15);
    z-index: 2;
}

#pricing_table_example1 .pricing-table:nth-child(1) {
    border-radius: 5px 0 0 5px;
}

#pricing_table_example1 .pricing-table:nth-child(4) {
    border-radius: 0 5px 5px 0;
}

#pricing_table_example1 .pricing-table h3 {
    background-color: #EEE;
    background-image: linear-gradient(#FFF,#EEE);
    font-size: 20px;
    font-weight: 400;
    margin: -20px -20px 50px;
    padding: 20px;
}

#pricing_table_example1 .featured h3 {
    background-color: #DDD;
    background-image: linear-gradient(#EEE,#DDD);
    border-radius: 5px 5px 0 0;
}

#pricing_table_example1 .pricing-table:nth-child(1) h3 {
    border-radius: 5px 0 0;
}

#pricing_table_example1 .pricing-table:nth-child(4) h3 {
    border-radius: 0 5px 0 0;
}

#pricing_table_example1 .pricing-table h3 span {
    background: #FFF;
    border: 5px solid #FFF;
    border-radius: 100px;
    box-shadow: 0 5px 20px #DDD inset,0 3px 0 #999 inset;
    color: #777;
    display: block;
    font: 700 35px/100px Georgia,Serif;
    height: 100px;
    line-height: 85px;
    margin: 10px auto -65px;
    width: 100px;
}

#pricing_table_example1 .pricing-table ul {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

#pricing_table_example1 .pricing-table li {
    border-top: 1px solid #DDD;
    padding: 10px 0;
}

#pricing_table_example1 .pricing-table .signup {
    background-color: #72CE3F;
    background-image: linear-gradient(#72CE3F,#62BC30);
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255,255,255,.5),0 2px 0 rgba(0,0,0,.7);
    color: #FFF;
    display: inline-block;
    font: 700 14px Arial,Helvetica;
    margin: 20px 0 0;
    padding: 8px 20px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    text-transform: uppercase;
}

    #pricing_table_example1 .pricing-table .signup:hover {
        background-color: #62BC30;
        background-image: linear-gradient(#62BC30,#72CE3F);
    }

    #pricing_table_example1 .pricing-table .signup:active, #pricing_table_example1 .pricing-table .signup:focus {
        background: #62BC30;
        box-shadow: 0 0 3px rgba(0,0,0,.7) inset;
        top: 2px;
    }

#pricing_table_example2 .top {
    background: #2F2E35;
    border-radius: 10px 10px 0 0;
    height: 50px;
}

    #pricing_table_example2 .top h2 {
        color: #FFF;
        font: 300 30px/50px Helvetica,Verdana,sans-serif;
        margin: 0;
        text-align: center;
    }

#pricing_table_example2 .pricing-table {
    background: #FFF;
    border-radius: 10px;
    box-shadow: 2px 2px 9px rgba(0,0,0,.3);
    padding: 0 0 20px;
    position: relative;
    text-align: center;
}

    #pricing_table_example2 .pricing-table ul {
        font: 300 18px/2 Helvetica,Verdana,sans-serif;
        list-style-type: none;
        margin: 20px 20px 0;
        padding: 0;
    }

        #pricing_table_example2 .pricing-table ul strong {
            font-weight: 700;
        }

    #pricing_table_example2 .pricing-table hr {
        background-color: #BCBEC0;
        border: 0;
        color: #BCBEC0;
        height: 1px;
        margin: 20px 0 0;
    }

    #pricing_table_example2 .pricing-table h1 {
        font: 700 88px/1 Helvetica,Verdana,sans-serif;
        margin: 20px 0 0;
    }

        #pricing_table_example2 .pricing-table h1 sup {
            font-size: 45px;
        }

    #pricing_table_example2 .pricing-table p {
        color: #BCBEC0;
        font: 500 14px/1 Helvetica,Verdana,sans-serif;
    }

.coming-soon {
    background-color: #fff !important;
    text-align: center;
}

.timer-area {
    background-color: rgba(0,0,0,0);
    background-image: url(../images/bg.png);
    color: #1F2225;
    font: 1em/1.5em "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
    margin-bottom: 4em;
    padding-top: 2em;
}

    .timer-area h1 {
        color: #FFF;
    }

ul#countdown {
    margin: 0;
    padding: 0;
}

    ul#countdown li {
        background: url(../images/timer-piece.png) left top no-repeat;
        display: inline-block;
        margin-bottom: 4em;
        text-align: center;
        width: 104px;
    }

.coming-soon #disclaimer, .map, .overlay {
    display: block;
}

ul#countdown li span {
    color: #1f2225;
    font-size: 3em;
    font-weight: 700;
    height: 108px;
    line-height: 108px;
    position: relative;
}

    ul#countdown li span:before {
        border-top: 1px solid #fff;
        content: '';
        height: 1px;
        position: absolute;
        top: 25px;
        width: 100%;
    }

ul#countdown li p.timeRefDays, ul#countdown li p.timeRefHours, ul#countdown li p.timeRefMinutes, ul#countdown li p.timeRefSeconds {
    color: #909091;
    font-size: .875em;
    margin-top: 1em;
    text-transform: uppercase;
}

.coming-soon #disclaimer p {
    color: #909091;
    font-size: .875em;
    font-style: italic;
}

    .coming-soon #disclaimer p span {
        color: #2A9CCC;
        font-size: 1.2em;
    }

.flot-container {
    box-sizing: border-box;
    height: 450px;
    position: relative;
}

.flot-placeholder {
    font-size: 14px;
    height: 100%;
    line-height: 1.2em;
}

.legend table {
    border-spacing: 5px;
}

.flot-container #choices {
    position: absolute;
    right: 0;
    top: 0;
    width: 135px;
}

#placeholder2 {
    margin-right: 135px;
}

.flot-small-container {
    height: 300px;
}

.flot-mini-container {
    height: 135px;
}

.flot-medium-container {
    height: 360px;
}

.map {
    height: 350px;
    margin: 0 auto;
}

    .map.large {
        height: 500px;
    }

.overlay {
    background: #47a;
    border: 3px solid #369;
    border-radius: 4px;
    box-shadow: 2px 2px 10px #333;
    color: #fff;
    font-size: 60px;
    line-height: 80px;
    opacity: .8;
    padding: 0 4px;
    text-align: center;
    text-shadow: 1px 1px 1px #666;
}

.overlay_arrow.above, .overlay_arrow.below {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
}

.overlay_arrow {
    height: 0;
    margin-left: -16px;
    width: 0;
}

    .overlay_arrow.above {
        border-top: 16px solid #369;
        bottom: -15px;
    }

    .overlay_arrow.below {
        border-bottom: 16px solid #369;
        top: -15px;
    }

.event-category {
    border-radius: 3px;
    color: #fff;
    margin: 5px 0;
    padding: 5px;
}

.badge-default, .label-default {
    background-color: #3A87AD !important;
    border-color: #3A87AD !important;
}

.badge-orange, .label-orange {
    background-color: #E6674A !important;
    border-color: #E6674A !important;
}

.badge-purple, .label-purple {
    background-color: #57517B !important;
    border-color: #57517B !important;
}

.badge-yellow, .label-yellow {
    background-color: #FFB848 !important;
    border-color: #FFB848 !important;
}

.badge-teal, .label-teal {
    background-color: #569099 !important;
    border-color: #569099 !important;
}

.badge-beige, .label-beige {
    background-color: #CC9 !important;
    border-color: #CC9 !important;
}

.badge-green, .label-green {
    background-color: #3D9400 !important;
    border-color: #3D9400 !important;
}

#style_selector .images, .input-box, .style-main-title {
    border-bottom: 1px solid rgba(23,24,26,.15);
    text-align: center;
}

.main-ls {
    height: 250px;
    margin-left: -240px;
    margin-top: -125px;
    top: 50%;
    width: 480px;
}

body.lock-screen .box-ls {
    background: #FFF;
    box-shadow: -30px 30px 50px rgba(0,0,0,.32);
    overflow: hidden;
    padding: 15px;
}

body.lock-screen .logo {
    padding: 10px 0;
}

body.lock-screen .copyright {
    font-size: 11px;
    margin: 0 auto;
    padding: 10px 0;
}

body.lock-screen .user-info {
    float: right;
    width: 285px;
}

    body.lock-screen .user-info h1 {
        color: #666;
        font-family: Raleway,sans-serif;
        font-size: 30px;
        font-weight: 300;
        line-height: 32px;
        margin-top: 0;
    }

        body.lock-screen .user-info h1 i {
            color: #ccc;
        }

    body.lock-screen .user-info > span {
        color: #666;
        display: block;
        font-size: 12px;
        margin-bottom: 5px;
    }

        body.lock-screen .user-info > span em {
            color: #333;
        }

.daterangepicker {
    margin-top: 51px !important;
}

body.header-default .daterangepicker {
    margin-top: 1px !important;
}

#style_selector {
    background: #FFF;
    position: fixed;
    right: 0;
    top: 100px;
    width: 215px;
    z-index: 999;
}

#style_selector_container {
    border: 1px solid rgba(23,24,26,.15);
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    box-shadow: 0 2px 9px 2px rgba(0,0,0,.14);
    display: none;
}

    #style_selector_container img {
        border-radius: 100%;
    }

.style-main-title {
    background: #D9D9D9;
    color: #000;
    font-size: 15px;
    height: 44px;
    line-height: 44px;
}

.box-title {
    color: #AAA9A9 !important;
    font-size: 12px;
    height: 33px;
    line-height: 33px;
    text-align: center;
}

.input-box {
    padding: 0 10px 10px;
}

    .input-box input[type=text] {
        background: #F7F7F7;
        border: 1px solid rgba(23,24,26,.15);
        color: #000;
        font-size: 11px;
        margin-left: 10px;
        padding: 3px;
        width: 60px;
    }

    .input-box select {
        background: #F7F7F7;
        border: 1px solid rgba(23,24,26,.15);
        color: #000;
        margin-left: 5px;
        width: 120px;
    }

    .input-box .radio-inline {
        margin: 0 10px !important;
    }

#style_selector .style-toggle {
    background: #fff;
    border: 1px solid rgba(23,24,26,.15);
    border-radius: 5px 0 0 5px;
    border-right: none;
    color: #007AFF;
    cursor: pointer;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 35px;
}

#style_selector > .close:before, #style_selector > .open:before {
    font-family: clip-font;
    line-height: 1;
}

#style_selector > .open:before {
    content: "\e162";
}

#style_selector > .open {
    background-position: left top;
    left: -35px;
    opacity: 1;
    position: absolute;
    top: 44px;
    width: 35px;
}

#style_selector > .close:before {
    content: "\e163";
}

#style_selector > .close {
    background-position: left bottom;
    opacity: .9;
    position: absolute;
    right: 0;
    top: 45px;
    width: 35px;
}

#style_selector .images {
    padding-bottom: 10px;
    position: relative;
}

    #style_selector .images img {
        height: 24px;
        margin-bottom: 7px;
        margin-right: 7px;
        width: 25px;
        z-index: 1000;
    }

        #style_selector .images img.active {
            border: 0 solid #CCC;
            opacity: .5;
        }

.layout-boxed .main-container, .layout-boxed > .footer, .layout-boxed > .navbar {
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1170px !important;
}

#style_selector .images input {
    display: none;
}

#style_selector .images .form-group {
    color: #AAA9A9;
    font-size: 10px;
    margin-bottom: 0;
    text-align: center;
    width: 50px;
    display: inline-block;
}

#style_selector .images .add-on {
    background-color: #EEE;
    border: 1px solid #CCC;
    display: inline-block;
    font-weight: 400;
    line-height: 20px;
    margin-left: 2px;
    min-width: 20px;
    padding: 5px;
    text-align: center;
    text-shadow: 0 1px 0 #FFF;
    width: auto;
}

    #style_selector .images .add-on i {
        cursor: pointer;
        display: block;
        height: 20px;
        width: 20px;
    }

.circle-icon, .core-box, .core-box .view-more i {
    display: inline-block;
}

#style_selector .clear_style {
    margin-right: 20px;
}

.circle-icon {
    background-color: #333;
    border-radius: 75px;
    color: #FFF;
    font-size: 24px !important;
    height: 55px;
    line-height: 56px;
    margin-top: 2px;
    text-align: center;
    width: 55px;
}

    .circle-icon.circle-green {
        background-color: #3D9400;
        border-color: #327B00;
        color: #FFF;
    }

    .circle-icon.circle-teal {
        background-color: #569099;
        border-color: #4D8189;
        color: #FFF;
    }

    .circle-icon.circle-bricky {
        background-color: #C83A2A;
        border-color: #b33426;
        color: #fff;
    }

.core-box {
    border-bottom: 1px solid #EEE;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

    .core-box .heading {
        margin-bottom: 15px;
    }

        .core-box .heading .circle-icon {
            float: left;
        }

        .core-box .heading h2 {
            color: #666;
            font-size: 18px;
            font-weight: 400;
            line-height: 55px !important;
            margin: 0;
            padding-left: 65px;
        }

    .core-box .content {
        color: #747474 !important;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .core-box .view-more {
        float: right;
    }

.boxdata, .other .avatar {
    float: left;
}

.core-box .view-more:hover {
    text-decoration: none;
}

.discussion {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .discussion li {
        overflow: hidden;
        padding: 5px 5px 10px;
    }

    .discussion .avatar {
        display: inline;
        height: 50px;
        overflow: hidden;
        position: relative;
        width: 50px;
    }

.other .messages:after, .self .messages:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
}

.other .messages:after {
    border-color: #E5E5EA #E5E5EA transparent transparent;
    left: -9px;
    width: 0;
}

.other .messages {
    background: #E5E5EA;
    margin-left: 62px;
}

.self .messages {
    background: #33CA22;
    border-bottom-right-radius: 0;
    color: #fff;
    margin-right: 62px;
}

.self .avatar {
    float: right;
}

.self .messages:after {
    border-color: #33CA22 transparent transparent #33CA22;
    right: -9px;
    width: 0;
}

.messages {
    border-radius: 2px;
    padding: 10px;
    position: relative;
}

    .messages p {
        font-size: 14px;
        margin: 0 0 .2em;
    }

    .messages time {
        color: #333;
        font-size: 11px;
    }

.self .messages time {
    color: #fff;
}

.chat-form {
    margin-bottom: 20px;
}

.mini-stats {
    border-left: 1px solid #DDD;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .mini-stats li {
        border-left: 1px solid #FFF;
        border-right: 1px solid #DDD;
        padding-bottom: 6px;
        text-align: center;
    }

        .mini-stats li:last-child {
            border-right: 0 none;
        }

    .mini-stats .values {
        font-size: 12px;
        padding: 10px 0;
    }

        .mini-stats .values strong {
            display: block;
            font-size: 18px;
            margin-bottom: 2px;
        }

    .mini-stats .sparkline_bar_bad, .mini-stats .sparkline_bar_good, .mini-stats .sparkline_bar_neutral {
        font-size: 12px;
        font-weight: 700;
        text-align: center;
    }

    .mini-stats .sparkline_bar_good {
        color: #459D30;
    }

    .mini-stats .sparkline_bar_neutral {
        color: #757575;
    }

    .mini-stats .sparkline_bar_bad {
        color: #BA1E20;
    }

.jqstooltip {
    background-color: rgba(0,0,0,.7) !important;
    border: 0 !important;
    border-radius: 3px;
    height: auto !important;
    padding: 2px 6px !important;
    width: auto !important;
}

.easy-pie-chart {
    position: relative;
    text-align: center;
}

    .easy-pie-chart .number {
        display: inline-block;
        height: 70px;
        position: relative;
        text-align: center;
        width: 70px;
    }

    .easy-pie-chart canvas {
        left: 0;
        position: absolute;
        top: 0;
    }

.percent {
    display: inline-block;
    line-height: 70px;
}

    .percent:after {
        content: '%';
        font-size: .8em;
        margin-left: .1em;
    }

.label-chart {
    color: #333;
    display: inline;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    padding: .2em .6em .3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.user-left {
    border-right: 1px solid #DDD;
    padding-right: 15px;
}

    .user-left a:focus, .user-left a:hover {
        text-decoration: none;
    }

    .user-left td .edit-user-info {
        visibility: hidden;
    }

    .user-left tr:hover .edit-user-info {
        visibility: visible;
    }

    .user-left .user-image {
        display: inline-block;
        position: relative;
    }

.user-image .user-image-buttons {
    display: none;
    position: absolute;
    right: 5px;
    top: 5px;
}

.user-image:hover .user-image-buttons {
    display: block;
}

.user-edit-image-buttons {
    display: inline;
}

#projects .progress {
    margin-bottom: 0;
}

.gallery-img {
    margin-bottom: 20px;
}

.wrap-image {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#cboxLoadedContent {
    background: #fff !important;
}

.wrap-image > .chkbox {
    background: #fff;
    border: 1px solid #DDD;
    cursor: pointer;
    display: none;
    height: 18px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 18px;
}

    .wrap-image > .chkbox:hover {
        border-color: rgba(82,168,236,.8);
        box-shadow: 0 0 12px rgba(82,168,236,.6);
        outline: 0;
    }

.wrap-image.selected > .chkbox, .wrap-image:hover > .chkbox {
    display: block;
}

    .wrap-image.selected > .chkbox:before {
        content: "\e0df";
        font-family: clip-font;
        height: 14px;
        left: 1px;
        position: absolute;
        top: -2px;
        width: 14px;
    }

.wrap-image > .tools {
    background-color: rgba(0,0,0,.55);
    bottom: 0;
    left: -30px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all .2s ease 0s;
    vertical-align: middle;
    width: 24px;
}

    .wrap-image > .tools a:focus, .wrap-image > .tools a:hover {
        text-decoration: none;
    }

    .wrap-image > .tools.tools-bottom {
        bottom: -30px;
        height: 28px;
        left: 0;
        right: 0;
        top: auto;
        width: auto;
    }

.wrap-image:hover > .tools {
    left: 0;
}

    .wrap-image:hover > .tools.tools-bottom {
        bottom: 0;
        top: auto;
    }

    .wrap-image:hover > .tools.tools-top {
        bottom: auto;
        top: 0;
    }

    .wrap-image:hover > .tools.tools-right {
        left: auto;
        right: 0;
    }

.wrap-image > .tools > a, .wrap-image > :first-child .inner a {
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 4px;
}

    .wrap-image > .tools > a:hover, .wrap-image > :first-child .inner a:hover {
        color: #C9E2EA;
        text-decoration: none;
    }

.wrap-image .tools.tools-bottom > a, .wrap-image .tools.tools-top > a {
    display: inline-block;
}

[class*=" icon-"], [class^=icon-] {
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
}

    [class*=" icon-"]:before, [class^=icon-]:before {
        display: inline-block;
        speak: none;
        text-decoration: inherit;
    }

a [class*=" icon-"], a [class^=icon-] {
    display: inline;
}

.icon-magic:before {
    content: "\f0d0";
}

.icon-bold:before {
    content: "\f032";
}

.icon-italic:before {
    content: "\f033";
}

.icon-underline:before {
    content: "\f0cd";
}

.icon-eraser:before {
    content: "\f12d";
}

.icon-font:before {
    content: "\f031";
}

.icon-list-ul:before {
    content: "\f0ca";
}

.icon-list-ol:before {
    content: "\f0cb";
}

.icon-align-left:before {
    content: "\f036";
}

.icon-text-height:before {
    content: "\f034";
}

.icon-table:before {
    content: "\f0ce";
}

.icon-link:before {
    content: "\f0c1";
}

.icon-picture:before {
    content: "\f03e";
}

.icon-fullscreen:before {
    content: "\f0b2";
}

.icon-question:before {
    content: "\f128";
}

.icon-chevron-up:before {
    content: "\f077";
}

.icon-chevron-down:before {
    content: "\f078";
}

.icon-arrow-left:before {
    content: "\f060";
}

.icon-arrow-right:before {
    content: "\f061";
}

.icon-wrench:before {
    content: "\f0ad";
}

.icon-refresh:before {
    content: "\f021";
}

.icon-remove:before {
    content: "\f00d";
}

.icon-resize-full:before {
    content: "\f065";
}

.icon-check-empty:before {
    content: "\f096";
}

.icon-check:before {
    content: "\f046";
}

.icon-ok:before {
    content: "\f00c";
}

.icon-external-link-sign:before {
    content: "\f14c";
}

.icon-double-angle-left:before {
    content: "\f100";
}

.icon-double-angle-right:before {
    content: "\f101";
}

.animation-container {
    background-color: #F4F4F4;
    overflow: hidden;
    padding: 140px 0 40px;
}

.animation-buttons .btn {
    margin-bottom: 10px;
}

#object {
    color: #007AFF;
    display: block;
    font-size: 150px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}

td.column-left {
    width: 25%;
}

td.column-right {
    width: 75%;
}

.invoice, .invoice .invoice-logo {
    margin-bottom: 20px;
}

    .invoice table {
        margin: 30px 0;
    }

    .invoice .invoice-logo p {
        font-size: 26px;
        line-height: 28px;
        padding: 25px 0;
        text-align: right;
    }

        .invoice .invoice-logo p span {
            display: block;
            font-size: 14px;
        }

    .invoice h4 {
        font-family: 'Open Sans',sans-serif;
        font-weight: 300 !important;
    }

.invoice-details {
    padding-top: 30px;
}

.invoice .invoice-block {
    text-align: right;
}

    .invoice .invoice-block .amounts {
        font-size: 14px;
        margin-top: 20px;
    }

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.inline {
    display: inline;
}

.no-radius {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0;
    border-radius: 0 !important;
}

.no-border {
    border: none !important;
}

.border-bottom, .border-left, .border-right, .border-top {
    border-color: rgba(0,0,0,.07);
}

.border-right {
    border-right-style: solid;
    border-right-width: 1px;
}

.border-left {
    border-left-style: solid;
    border-left-width: 1px;
}

.border-top {
    border-top-style: solid;
    border-top-width: 1px;
}

.border-bottom {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.border-light {
    border-color: rgba(255,255,255,.2) !important;
}

.border-around {
    border: 1px solid #c8c7cc;
}

.panel-white .border-light, .partition-white .border-light {
    border-color: rgba(0,0,0,.07) !important;
}

.border-dark {
    border-color: rgba(0,0,0,.2);
}

.panel-white .border-dark, .partition-white .border-dark {
    border-color: rgba(0,0,0,.3) !important;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.no-display {
    display: none !important;
}

.display-table {
    display: table !important;
}

.display-table-cell {
    display: table-cell !important;
}

.example {
    margin: 15px 0;
    padding: 14px 19px;
}

.boxdata, .boxdataContent {
    padding: 1.25em;
}

.space5 {
    clear: both;
    display: block;
    margin-bottom: 5px !important;
}

.space7 {
    clear: both;
    margin-bottom: 7px !important;
}

.space10 {
    clear: both;
    margin-bottom: 10px !important;
}

.space12 {
    clear: both;
    margin-bottom: 12px !important;
}

.space15 {
    clear: both;
    margin-bottom: 15px !important;
}

.space20 {
    clear: both;
    margin-bottom: 20px !important;
}

.min-height-50 {
    min-height: 50px !important;
}

.min-height-100 {
    min-height: 100px !important;
}

.min-height-155 {
    min-height: 155px !important;
}

.min-height-180 {
    min-height: 180px !important;
}

.min-height-200 {
    min-height: 200px !important;
}

.min-height-230 {
    min-height: 230px !important;
}

.min-height-250 {
    min-height: 250px !important;
}

.min-height-270 {
    min-height: 270px !important;
}

.min-height-280 {
    min-height: 280px !important;
}

.min-height-300 {
    min-height: 300px !important;
}

.min-height-350 {
    min-height: 350px !important;
}

.height-50 {
    height: 50px !important;
}

.height-20 {
    height: 20px !important;
}

.height-100 {
    height: 100px !important;
}

.height-155 {
    height: 155px !important;
}

.height-180 {
    height: 180px !important;
}

.height-200 {
    height: 200px !important;
}

.height-230 {
    height: 230px !important;
}

.height-250 {
    height: 250px !important;
}

.height-270 {
    height: 270px !important;
}

.height-300 {
    height: 300px !important;
}

.height-330 {
    height: 330px !important;
}

.height-350 {
    height: 350px !important;
}

.width-200 {
    width: 200px !important;
}

.width-550 {
    width: 550px !important;
}

.width-90percent {
    width: 90% !important;
}

.width-100percent {
    width: 99% !important;
}

.vertical-align-bottom {
    vertical-align: bottom !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.vertical-align-top {
    vertical-align: top !important;
}

.text-muted {
    color: #c2c2c5;
}

.text-bold {
    font-weight: 700 !important;
}

.text-extra-small {
    font-size: 11px !important;
}

.text-small {
    font-size: 12px !important;
}

.text-large {
    font-size: 16px !important;
}

.text-extra-large {
    font-size: 17px !important;
}

h1.text-extra-large {
    font-size: 50px !important;
}

.text-primary {
    color: #007AFF !important;
}

.text-grey {
    color: #c8c7cc !important;
}

.text-black {
    color: #000 !important;
}

.text-azure {
    color: #0095C8 !important;
}

.text-orange {
    color: #e35434 !important;
}

.text-orange1 {
    color: #F60 !important;
}

.text-green {
    color: #1FBBA6 !important;
}

.text-blue {
    color: #5F8295 !important;
}

.text-pink, .text-purple {
    color: #DD5A82 !important;
}

.text-bricky {
    color: #894550 !important;
}

.text-yellow {
    color: #FFB848 !important;
}

.text-red {
    color: #C82E29 !important;
}

.text-white {
    color: #fff !important;
}

a.text-white {
    color: rgba(255,255,255,.6) !important;
}

    a.text-white:hover {
        color: #fff !important;
    }

.text-dark {
    color: #5b5b60 !important;
}

a.text-dark:hover {
    color: #6f6f74 !important;
}

.text-light {
    color: #c2c2c5 !important;
}

a.text-light:hover {
    color: #adadb1 !important;
}

.text-white-transparent {
    color: rgba(255,255,255,.7) !important;
}

.boxdata {
    height: 100px;
    margin-right: 5px;
    width: 120px;
}

.ListControlGreen input[type=checkbox]:checked + label::before, .ListControlRed input[type=checkbox]:checked + label::before, .ListControlYellow input[type=checkbox]:checked + label::before, .PriorityLow input[type=checkbox]:checked + label::before, .PriorityNormal input[type=checkbox]:checked + label::before, .PrioritySuperUrgent input[type=checkbox]:checked + label::before, .PriorityUrgent input[type=checkbox]:checked + label::before, .treeItem input[type=checkbox]:checked + label::before {
    content: "\2714";
    font-weight: 700;
    margin-left: -19px;
    margin-right: 10px;
}

.ListControlGreen, .boxdataContent {
    width: 100%;
    float: left;
}

.border-0 {
    border: 1px solid #007AFF;
}

.border-1 {
    border: 1px solid #000;
}

.border-2 {
    border: 1px solid #0095C8;
}

.border-3 {
    border: 1px solid #F60;
}

.border-4 {
    border: 1px solid #1FBBA6;
}

.border-5 {
    border: 1px solid #5F8295;
}

.border-6, .border-7 {
    border: 1px solid #DD5A82;
}

.border-8 {
    border: 1px solid #894550;
}

.border-9 {
    border: 1px solid #FFB848;
}

.border-10 {
    border: 1px solid #C82E29;
}

.table-noborder, .table-noborder > tbody > tr > td, .table-noborder > tbody > tr > th, .table-noborder > tfoot > tr > td, .table-noborder > tfoot > tr > th, .table-noborder > thead > tr > td, .table-noborder > thead > tr > th {
    border: none !important;
}

.table-bordered > tbody > tr:hover, .table-hover > tbody > tr:hover {
    background: 0 0 !important;
}

.ListControlGreen input[type=checkbox] {
    display: none;
}

.ListControlGreen label {
    color: #000;
    cursor: pointer;
    display: inline;
    float: left;
}

.ListControlGreen input[type=checkbox] + label {
    -moz-border-radius: .25em;
    -webkit-border-radius: .25em;
    background-color: #3C3;
    border: 1px solid #3C3;
    border-radius: .25em;
    display: block;
    height: 16px;
    line-height: 1em;
    vertical-align: middle;
    width: 16px;
}

.ListControlGreen input[type=checkbox]:checked + label::before {
    color: ivory;
    height: 1em;
    line-height: 1.1em;
    width: 1em;
}

.ListControlYellow {
    float: left;
    width: 100%;
}

    .ListControlYellow input[type=checkbox] {
        display: none;
    }

    .ListControlYellow label {
        color: #000;
        cursor: pointer;
        display: inline;
        float: left;
    }

    .ListControlYellow input[type=checkbox] + label {
        -moz-border-radius: .25em;
        -webkit-border-radius: .25em;
        background-color: #FF6;
        border: 1px solid #FF6;
        border-radius: .25em;
        display: block;
        height: 16px;
        line-height: 1em;
        vertical-align: middle;
        width: 16px;
    }

    .ListControlYellow input[type=checkbox]:checked + label::before {
        color: #00bfff;
        height: 1em;
        line-height: 1.1em;
        width: 1em;
    }

.ListControlRed {
    float: left;
    width: 100%;
}

    .ListControlRed input[type=checkbox] {
        display: none;
    }

    .ListControlRed label {
        color: #000;
        cursor: pointer;
        display: inline;
        float: left;
    }

    .ListControlRed input[type=checkbox] + label {
        -moz-border-radius: .25em;
        -webkit-border-radius: .25em;
        background-color: #F30;
        border: 1px solid #F30;
        border-radius: .25em;
        display: block;
        height: 16px;
        line-height: 1em;
        vertical-align: middle;
        width: 16px;
    }

    .ListControlRed input[type=checkbox]:checked + label::before {
        color: ivory;
        height: 1em;
        line-height: 1.1em;
        width: 1em;
    }

.treeItem {
    float: left;
    width: 100%;
}

    .treeItem input[type=checkbox] {
        display: none;
    }

    .treeItem label {
        color: #000;
        cursor: pointer;
        display: inline;
        float: left;
    }

    .treeItem input[type=checkbox] + label {
        -moz-border-radius: .25em;
        -webkit-border-radius: .25em;
        background-color: #3C3;
        border: 1px solid #3C3;
        border-radius: .25em;
        display: block;
        height: 16px;
        line-height: 1em;
        vertical-align: middle;
        width: 16px;
    }

    .treeItem input[type=checkbox]:checked + label::before {
        color: ivory;
        height: 1em;
        line-height: 1.1em;
        width: 1em;
    }

.PrioritySuperUrgent {
    float: left;
    width: 100%;
}

    .PrioritySuperUrgent input[type=checkbox] {
        display: none;
    }

    .PrioritySuperUrgent label {
        color: #000;
        cursor: pointer;
        display: inline;
        float: left;
    }

    .PrioritySuperUrgent input[type=checkbox] + label {
        -moz-border-radius: .25em;
        -webkit-border-radius: .25em;
        background-color: #F30;
        border: 1px solid #F30;
        border-radius: .25em;
        display: block;
        height: 16px;
        line-height: 1em;
        vertical-align: middle;
        width: 16px;
    }

    .PrioritySuperUrgent input[type=checkbox]:checked + label::before {
        color: ivory;
        height: 1em;
        line-height: 1.1em;
        width: 1em;
    }

.PriorityUrgent {
    float: left;
    width: 100%;
}

    .PriorityUrgent input[type=checkbox] {
        display: none;
    }

    .PriorityUrgent label {
        color: #000;
        cursor: pointer;
        display: inline;
        float: left;
    }

    .PriorityUrgent input[type=checkbox] + label {
        -moz-border-radius: .25em;
        -webkit-border-radius: .25em;
        background-color: #FF6;
        border: 1px solid #FF6;
        border-radius: .25em;
        display: block;
        height: 16px;
        line-height: 1em;
        vertical-align: middle;
        width: 16px;
    }

    .PriorityUrgent input[type=checkbox]:checked + label::before {
        color: #00bfff;
        height: 1em;
        line-height: 1.1em;
        width: 1em;
    }

.PriorityNormal {
    float: left;
    width: 100%;
}

    .PriorityNormal input[type=checkbox] {
        display: none;
    }

    .PriorityNormal label {
        color: #000;
        cursor: pointer;
        display: inline;
        float: left;
    }

    .PriorityNormal input[type=checkbox] + label {
        -moz-border-radius: .25em;
        -webkit-border-radius: .25em;
        background-color: #CF6;
        border: 1px solid #CF6;
        border-radius: .25em;
        display: block;
        height: 16px;
        line-height: 1em;
        vertical-align: middle;
        width: 16px;
    }

    .PriorityNormal input[type=checkbox]:checked + label::before {
        color: #00bfff;
        height: 1em;
        line-height: 1.1em;
        width: 1em;
    }

.PriorityLow {
    float: left;
    width: 100%;
}

    .PriorityLow input[type=checkbox] {
        display: none;
    }

    .PriorityLow label {
        color: #000;
        cursor: pointer;
        display: inline;
        float: left;
    }

    .PriorityLow input[type=checkbox] + label {
        -moz-border-radius: .25em;
        -webkit-border-radius: .25em;
        background-color: #699;
        border: 1px solid #699;
        border-radius: .25em;
        display: block;
        height: 16px;
        line-height: 1em;
        vertical-align: middle;
        width: 16px;
    }

    .PriorityLow input[type=checkbox]:checked + label::before {
        color: ivory;
        height: 1em;
        line-height: 1.1em;
        width: 1em;
    }

.PanelWorkflowAlternative, .PanelWorkflowNormal {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 100%;
    width: 100%;
    float: left;
}

.PanelWorkflowAlternative {
    background-color: #c8c7cc !important;
    border: 1px solid #c8c7cc;
    border-radius: 5px;
}

.PanelWorkflowNormal {
    background-color: #1FBBA6 !important;
    border: 1px solid #1FBBA6;
    border-radius: 5px;
}

.BoxRequestter {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #c8c7cc;
    border: 1px solid #c8c7cc;
    border-radius: 5px;
    display: block;
    height: 50px;
    line-height: 1em;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    width: 150px;
}

.table-header {
    margin: 10px 2px 2px;
}

.table.table-edit > tbody > tr > td {
    padding: 1px !important;
}

hr {
    margin-bottom: 10px !important;
    margin-left: 0;
    margin-top: 4px !important;
    text-align: left;
}

#span-processing, .span-processing {
    background-color: transparent;
    left: 40%;
    position: fixed;
    top: 40%;
}

.boxUpload {
    background-color: #ffd800;
    border: 2px solid #ff6a00;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}

.fileUpload {
    /*margin: 10px;*/
    overflow: hidden;
    position: relative;
}

    .fileUpload input.upload {
        cursor: pointer;
        filter: alpha(opacity=0);
        font-size: 20px;
        margin: 0;
        opacity: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

.none-background {
    background-color: transparent !important;
    color: #000 !important;
}

.fa-2x {
    font-size: 1.3em !important;
}

.coltrol-label {
    margin-top: 4px !important;
}

.col-sm-10p {
    width: 10%;
}

.nonedisplay {
    display: none !important;
}

.menuloading {
    background: url(/Content/assets/images/loading1.gif) 50% 50% no-repeat;
    height: 200px;
    left: 0;
    position: absolute;
    width: 200px;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 1px !important;
}

.bigDrop {
    width: 400px !important;
}

.input-sm {
    border-radius: 0 !important;
}

.form-control {
    box-shadow: none !important;
}

.popovertexstx {
    background-color: red;
    min-width: 500px;
}

/*td > span.select2 {
    max-width: 170px !important;
}*/

​ textarea {
    vertical-align: top !important;
}

.ListControl {
    margin-top: 5px !important;
}

    .ListControl input[type=checkbox], .ListControl input[type=radio] {
        display: none;
    }

    .ListControl li {
        float: left;
        list-style: none;
        margin: 0 5px 0 0;
        min-width: 100px;
    }

    .ListControl label {
        color: #000;
        cursor: pointer;
        display: inline;
        float: left;
    }

    .ListControl input[type=checkbox] + label {
        -moz-border-radius: .25em;
        -webkit-border-radius: .25em;
        border: 1px solid silver;
        border-radius: .25em;
        display: block;
        height: 16px;
        line-height: 1em;
        vertical-align: middle;
        width: 16px;
    }

    .ListControl input[type=checkbox]:checked + label::before {
        color: #00bfff;
        content: '\2714';
        font-weight: 900;
        height: 1em;
        margin-left: -19px;
        margin-right: 8px;
    }

    .ListControl input[type=radio] + label {
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        border: 1px solid silver;
        border-radius: 1em;
        display: block;
        height: 1.2em;
        line-height: 1em;
        vertical-align: middle;
        width: 1.2em;
    }

    .ListControl input[type=radio]:checked + label::before {
        color: #00bfff;
        content: '\2714';
        display: inline;
        font-weight: 700;
        margin-left: -18px;
        margin-right: 6px;
    }

.GridviewScrollHeader TD, .GridviewScrollHeader TH {
    background-color: wheat;
    border: 1px solid #aaa;
    font-weight: 700;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
}

.GridviewScrollItem TD {
    background-color: #FFF;
    border: 1px solid #aaa;
    padding: 5px;
    white-space: nowrap;
}

.GridviewScrollItem .Wrap, .popover {
    white-space: normal;
}

.GridviewScrollPager {
    background-color: #FFF;
    border-top: 1px solid #AAA;
}

    .GridviewScrollPager TD {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 3px;
    }

    .GridviewScrollPager A {
        color: #666;
    }

    .GridviewScrollPager SPAN {
        font-size: 16px;
        font-weight: 700;
    }

pre {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}

.text-green, .text-green:hover {
    color: #CC9;
}

.text-default, .text-default:hover {
    color: #3a87ad;
}

ul.select2-results {
    max-height: 120px !important;
}

.hover-end {
    padding: 0;
    margin: 0;
    font-size: 75%;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: .8;
}

.fc-event {
    z-index: -1 !important;
}

.fc-agenda-slots, .fc-view {
    overflow: visible !important;
}

.fc-event-vert .fc-event-inner {
    overflow: hidden !important;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 80;
    display: none;
    min-width: 300px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #E42024;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    color: #fff;
}

.popover-content {
    padding: 5px;
    color: #555 !important;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.left > .arrow:after, .popover.right > .arrow:after {
    content: " ";
    bottom: -10px;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
}

    .popover.right > .arrow:after {
        left: 1px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}

    .popover.left > .arrow:after {
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
    }

.btn-mb {
    margin-top: 3px !important;
}

.itemHeader {
    float: left;
    margin-left: 170px !important;
}

ul.ulsitemap > li {
    border: 0;
    display: block;
    padding: 0;
    margin-left: -35px !important;
    width: 100% !important
}

    ul.ulsitemap > li > a {
        border: 0;
        border-bottom: 1px solid #DDD;
        border-top: 1px solid #FFF;
        display: block;
        /*font-size: 14px;
    font-weight: 300;*/
        margin: 0;
        position: relative;
        text-decoration: none;
    }

ul.ulsitemap li a .badge {
    float: right;
    margin-right: 13px;
    margin-top: 1px;
}

ul.ulsitemap > li.last > a, ul.ulsitemap > li:last-child > a {
    border-bottom-color: transparent !important;
}

ul.ulsitemap > li > a i {
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
    text-shadow: none;
}

ul.ulsitemap > li a > i {
    margin-right: 5px;
}

ul.ulsitemap li a .icon-arrow {
    float: right;
    margin-right: 6px;
}

ul.ulsitemap li > a > .icon-arrow:before {
    content: "\e163";
    font-family: clip-font;
}

ul.ulsitemap li.open > a > .icon-arrow:before {
    content: "\e164";
}

ul.ulsitemap > li.open > a .icon-arrow, ul.ulsitemap > li > a:hover .icon-arrow {
    opacity: 1;
}

ul.ulsitemap li > ul.sub-menu {
    clear: both;
    display: none;
    list-style: none;
    margin: 8px 0;
    padding: 0;
}

    ul.ulsitemap li > ul.sub-menu > li {
        background: 0 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 1px !important;
        padding: 0;
    }

        ul.ulsitemap li > ul.sub-menu > li > a {
            background: 0 0;
            display: block;
            /*font-size: 14px;*/
            /*font-weight: 300;*/
            margin: 0;
            padding-bottom: 2px;
            padding-left: 5px !important;
            padding-right: 0;
            padding-top: 2px;
            text-decoration: none;
        }

ul.ulsitemap > li > ul.sub-menu li > a .icon-arrow {
    margin-right: 22px;
}

ul.ulsitemap > li > ul.sub-menu li > ul.sub-menu {
    margin: 0;
}

ul.ulsitemap li.active > ul.sub-menu {
    display: block;
    padding: 0;
}

ul.ulsitemap > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 10px !important;
}

ul.ulsitemap > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 20px !important;
}

#tablesSiteMap tr {
    margin: 0px !important;
    /*float: left !important;*/
}

    #tablesSiteMap tr td {
        margin: 0px !important;
        padding: 0px !important
    }

.tablesSiteMap thead tr th {
    background-color: #f5f5f5 !important;
    vertical-align: middle;
    padding: 8px;
}

.tablesSiteMap thead > tr > th {
    text-align: center;
}

.tablesSiteMap {
    width: 99%;
    float: left;
    margin: 5px !important;
}

.glyphicon {
    font-size: 1.4em !important;
}

.max-width-150 {
    max-width: 150px !important;
}

.max-width-120 {
    max-width: 120px !important;
}

.max-width-100 {
    max-width: 100px !important;
}

.min-width-100 {
    min-width: 100px !important;
}

.max-width-50 {
    max-width: 50px !important;
}

.min-width-50 {
    min-width: 50px !important;
}

.right25 {
    clear: both;
    margin-right: 25px !important;
    padding: 0px 10px 0px 0px;
}

.left25 {
    clear: both;
    margin-left: 25px !important;
    padding: 0px 0px 0px 10px;
}

.form-control {
    line-height: 20px;
}

.row {
    margin-right: -8px;
    margin-left: -8px;
}
