
@import "../fonts/font.css";

body {
    color: #000;
    direction: rtl;
   font-family: Tahoma ,sans-serif!important;   
    font-size: 11px;
    margin: 0 !important;
    padding: 0 !important;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #444;
}

h1, h2, h3, h4, h5, h6 {
   font-family: hasanin,sans-serif!important;
   font-weight: 300 !important;
   color: #545454;
}

    h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
        padding-bottom: 10px;
        padding-top: 10px;
    }

a {
    color: #0d638f;
    text-shadow: none !important;
}

    a, a:focus, a:hover, a:active {
        outline: 0 none;
    }

.bg-blue {
    background-color: #4b8df8 !important;
    background-image: none !important;
    border-color: #4b8df8 !important;
    color: #fff !important;
}

.bg-red {
    background-color: #e02222 !important;
    background-image: none !important;
    border-color: #e02222 !important;
    color: #fff !important;
}

.bg-yellow {
    background-color: #ffb848 !important;
    background-image: none !important;
    border-color: #ffb848 !important;
    color: #fff !important;
}

.bg-green {
    background-color: #35aa47 !important;
    background-image: none !important;
    border-color: #35aa47 !important;
    color: #fff !important;
}

.bg-purple {
    background-color: #852b99 !important;
    background-image: none !important;
    border-color: #852b99 !important;
    color: #fff !important;
}

.bg-dark {
    background-color: #555555 !important;
    background-image: none !important;
    border-color: #555555 !important;
    color: #fff !important;
}

.be-grey {
    background-color: #fafafa !important;
    background-image: none !important;
    border-color: #fafafa !important;
}

[class^="icon-"], [class*=" fa-"] {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    margin-top: 1px;
}

li [class^="fa-"], li [class*=" fa-"] {
    display: inline-block;
    text-align: center;
    width: 1.25em;
}

li .icon-large[class^="fa-"], li .icon-large[class*=" fa-"] {
    width: 1.5625em;
}

.close {
    background-image: url("../img/remove-icon-small.png") !important;
    background-repeat: no-repeat !important;
    display: inline-block;
    height: 9px;
    margin-left: 0;
    margin-top: 0;
    outline: medium none;
    text-indent: -10000px;
    width: 9px;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e0dfdf -moz-use-text-color #fefefe;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none;
    border-width: 1px 0;
    margin: 20px 0;
}

.display-none, .display-hide {
    display: none;
}

.no-space {
    margin: 0 !important;
    padding: 0 !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-right-10 {
    margin-left: 10px !important;
}

.bold {
    font-weight: 600 !important;
}

.fix-margin {
    margin-right: 0 !important;
}

.border {
    border: 1px solid red;
}

.inline {
    display: inline;
}

.visible-ie8 {
    display: none;
}

.ie8 .visible-ie8 {
    display: inherit !important;
}

.visible-ie9 {
    display: none;
}

.ie9 .visible-ie9 {
    display: inherit !important;
}

.hidden-ie8 {
    display: inherit;
}

.ie8 .hidden-ie8 {
    display: none !important;
}

.hidden-ie9 {
    display: inherit;
}

.ie9 .hidden-ie9 {
    display: none !important;
}

.header {
    border-bottom: 1px solid #e2e2e2;
    box-shadow: none;
    height: 44px;
    min-height: 44px;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .header.navbar-fixed-top {
        z-index: 9995 !important;
    }

    .header .navbar-brand {
        display: inline-block;
        margin-left: 0;
        margin-top: -1px;
        padding-left: 0;
        padding-right: 0;
    }

        .header .navbar-brand img {
            margin-right: 20px;
        }

        .header .navbar-brand.text-logo {
            padding-right: 20px;
            padding-top: 12px;
        }

    .header .navbar-toggle {
        background-image: none;
        border: 0 none;
        box-shadow: none;
        color: #fff;
        filter: none;
        margin: 8px 6px 4px;
        padding: 2px 0 6px;
    }

        .header .navbar-toggle:hover {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
            text-decoration: none;
        }

    .header .navbar-nav {
        display: block;
        margin-left: 20px;
    }

        .header .navbar-nav > li {
            margin: 0;
            padding: 0;
        }

            .header .navbar-nav > li.dropdown, .header .navbar-nav > li.dropdown > a {
                padding-left: 4px;
                padding-right: 4px;
            }

                .header .navbar-nav > li.dropdown > a:last-child {
                    padding-left: 0;
                }

                .header .navbar-nav > li.dropdown:last-child {
                    padding-left: 2px;
                }

                .header .navbar-nav > li.dropdown .dropdown-toggle {
                    margin: 0;
                    padding: 15px 10px 7px;
                }

                    .header .navbar-nav > li.dropdown .dropdown-toggle > i {
                        font-size: 18px;
                    }

                .header .navbar-nav > li.dropdown .dropdown-menu > li > a > i {
                    font-size: 14px;
                }

                .header .navbar-nav > li.dropdown.user .dropdown-toggle {
                    padding: 7px 9px 6px 4px;
                }

                    .header .navbar-nav > li.dropdown.user .dropdown-toggle:hover {
                        text-decoration: none;
                    }

                    .header .navbar-nav > li.dropdown.user .dropdown-toggle .username {
                    }

                        .header .navbar-nav > li.dropdown.user .dropdown-toggle .username:hover {
                        }

        .header .navbar-nav li.dropdown.user .dropdown-toggle i {
            display: inline-block;
            font-size: 16px;
            margin: 0;
        }

        .header .navbar-nav > li.dropdown.user .dropdown-menu i {
            display: inline-block;
            width: 25px;
        }

        .header .navbar-nav > li.dropdown .dropdown-toggle .badge {
            left: 20px;
            position: absolute;
            top: 8px;
        }

        .header .navbar-nav > li.dropdown.language {
            margin: 0;
            padding-left: 0;
            padding-right: 0;
        }

            .header .navbar-nav > li.dropdown.language > a {
                color: #ddd;
                font-size: 13px;
                padding: 10px 5px 12px 1px;
            }

                .header .navbar-nav > li.dropdown.language > a > img {
                    margin-bottom: 2px;
                }

                .header .navbar-nav > li.dropdown.language > a > i {
                    font-size: 16px;
                }

            .header .navbar-nav > li.dropdown.language > .dropdown-menu > li > a > img {
                margin-bottom: 2px;
            }

        .header .navbar-nav .dropdown-menu {
            margin-top: 3px;
        }

.page-container {
    margin: 0;
    padding: 0;
}

.page-header-fixed .page-container {
    margin-top: 42px;
}

.ie8 .page-sidebar {
    position: absolute;
    width: 225px;
}

.page-sidebar.navbar-collapse {
    padding: 0;
}

.page-sidebar-menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .page-sidebar-menu > li {
        border: 0 none;
        display: block;
        margin: 0;
        padding: 0;
    }

        .page-sidebar-menu > li.start > a {
            border-top-color: transparent !important;
        }

        .page-sidebar-menu > li:last-child > a, .page-sidebar-menu > li.last > a {
            border-bottom-color: transparent !important;
        }

        .page-sidebar-menu > li > a {
            border: 0 none;
            display: block;
            font-size: 14px;
            font-weight: 300;
            margin: 0;
            padding: 10px 15px;
            position: relative;
            text-decoration: none;
        }

.page-sidebar-fixed .page-sidebar-menu > li > a {
    transition: all 0.2s ease 0s;
}

.page-sidebar-menu > li > a i {
    font-size: 16px;
    margin-left: 5px;
    text-shadow: none;
}

.page-sidebar-menu > li.break {
    margin-bottom: 20px;
}

.page-sidebar-menu > li.active > a {
    border: medium none;
    text-shadow: none;
}

    .page-sidebar-menu > li.active > a .selected {
        background-image: url("../img/sidebar-menu-arrow-rtl.png");
        display: block;
        float: left;
        height: 25px;
        left: 0;
        position: absolute;
        top: 8px;
        width: 8px;
    }

.page-sidebar ul > li > a > .arrow::before {
    content: "";
    display: inline;
    float: left;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 300;
    height: auto;
    margin-left: 5px;
    margin-top: 0;
    text-shadow: none;
}

.page-sidebar-menu > li > a > .arrow.open::before {
    content: "";
    display: inline;
    float: left;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 300;
    height: auto;
    margin-left: 3px;
    margin-top: 0;
    text-shadow: none;
}

.page-sidebar-menu li > a > .badge {
    float: left;
    margin-left: 13px;
    margin-top: 1px;
}

.page-sidebar-menu .sub-menu {
    padding: 0;
}

.page-sidebar-menu > li > ul.sub-menu {
    clear: both;
    display: none;
    list-style: outside none none;
    margin: 8px 0;
}

.page-sidebar-menu > li.active > ul.sub-menu {
    display: block;
}

.page-sidebar-menu > li > ul.sub-menu > li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1px !important;
    padding: 0;
}

    .page-sidebar-menu > li > ul.sub-menu > li > a {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        display: block;
        font-size: 14px;
        font-weight: 300;
        margin: 0;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 44px !important;
        padding-top: 5px;
        text-decoration: none;
    }

    .page-sidebar-menu > li > ul.sub-menu > li ul.sub-menu {
        clear: both;
        display: none;
        list-style: outside none none;
        margin: 0;
    }

.page-sidebar-menu > li > ul.sub-menu li > a > .arrow::before {
    content: "";
    display: inline;
    float: left;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 300;
    height: auto;
    margin-left: 20px;
    margin-top: 1px;
    text-shadow: none;
}

.page-sidebar-menu > li > ul.sub-menu li > a > .arrow.open::before {
    content: "";
    display: inline;
    float: left;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 300;
    height: auto;
    margin-left: 18px;
    margin-top: 1px;
    text-shadow: none;
}

.page-sidebar-menu > li.active > ul.sub-menu > li.active ul.sub-menu {
    display: block;
}

.page-sidebar-menu > li > ul.sub-menu > li ul.sub-menu li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1px !important;
    padding: 0;
}

.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li > a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 5px 0;
    text-decoration: none;
}

.page-sidebar-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-right: 60px;
}

.page-sidebar-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-right: 80px;
}

.page-sidebar-menu > li.active > ul.sub-menu > li.active ul.sub-menu > li.active ul.sub-menu {
    display: block;
}

.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li > a > i {
    font-size: 13px;
}

.page-sidebar .sidebar-search {
    margin: 0;
    padding: 0;
}

    .page-sidebar .sidebar-search .form-container {
        height: 35px;
        margin: 15px 20px;
        padding-top: 7px;
    }

        .page-sidebar .sidebar-search .form-container .submit {
            background-repeat: no-repeat;
            border: 0 none;
            box-shadow: none;
            display: block;
            float: left;
            height: 15px;
            margin-top: 3px;
            outline: medium none !important;
            padding: 0;
            width: 13px;
        }

        .page-sidebar .sidebar-search .form-container input[type="text"] {
            border: 0 none;
            box-shadow: none !important;
            font-size: 14px !important;
            font-weight: normal;
            margin: 0;
            padding: 0 !important;
            width: 165px;
        }

            .page-sidebar .sidebar-search .form-container input[type="text"]:focus {
                outline: medium none !important;
            }

.page-sidebar .sidebar-toggler {
    background-repeat: no-repeat;
    cursor: pointer;
    height: 29px;
    margin-right: 175px;
    margin-top: 15px;
    opacity: 0.5;
    width: 29px;
}

.sidebar-toggler:hover {
    opacity: 1;
}

.page-sidebar-closed .sidebar-toggler {
    margin-right: 3px;
}

.page-sidebar-closed .page-sidebar .sidebar-search .form-container {
    margin-right: 3px;
    width: 29px;
}

    .page-sidebar-closed .page-sidebar .sidebar-search .form-container .input-box {
        border-bottom: 0 none !important;
    }

    .page-sidebar-closed .page-sidebar .sidebar-search .form-container input[type="text"] {
        display: none;
    }

    .page-sidebar-closed .page-sidebar .sidebar-search .form-container .submit {
        display: block !important;
        margin-left: 7px !important;
        margin-right: 7px !important;
        margin-top: 5px !important;
    }

.page-sidebar-closed .page-sidebar .sidebar-search.open .form-container {
    padding-top: 0;
    position: relative;
    width: 255px;
    z-index: 1;
}

    .page-sidebar-closed .page-sidebar .sidebar-search.open .form-container input[type="text"] {
        display: inline-block !important;
        margin-right: 8px;
        margin-top: 7px;
        padding-bottom: 2px;
        padding-right: 10px;
        width: 185px;
    }

    .page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .submit {
        display: inline-block;
        height: 13px;
        margin: 11px 6px 9px 8px !important;
        width: 13px;
    }

    .page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove {
        background-repeat: no-repeat;
        display: inline-block !important;
        float: right !important;
        height: 11px;
        margin: 12px 8px 9px !important;
        width: 11px;
    }

.page-sidebar-closed .page-sidebar-menu > li > a .selected {
    left: -3px !important;
}

.page-sidebar-closed .page-sidebar-menu > li > a > .title, .page-sidebar-closed .page-sidebar-menu > li > a > .arrow {
    display: none !important;
}

.page-sidebar-closed .sidebar-toggler {
    margin-left: 3px;
}

.page-sidebar-closed .page-sidebar .sidebar-search {
    margin-bottom: 6px;
    margin-top: 6px;
}

.page-sidebar-closed .page-sidebar-menu {
    width: 35px !important;
}

    .page-sidebar-closed .page-sidebar-menu > li > a {
        padding-right: 7px;
    }

.page-sidebar-fixed.page-sidebar-closed .page-sidebar-menu > li > a {
    transition: all 0.2s ease 0s;
}

.page-sidebar-closed .page-sidebar-menu > li:hover {
    display: block !important;
    position: relative !important;
    width: 236px !important;
    z-index: 2000;
}

    .page-sidebar-closed .page-sidebar-menu > li:hover .selected {
        display: none;
    }

    .page-sidebar-closed .page-sidebar-menu > li:hover > a > i {
        margin-left: 10px;
    }

    .page-sidebar-closed .page-sidebar-menu > li:hover .title {
        display: inline !important;
    }

.page-sidebar-closed .page-sidebar-menu > li > .sub-menu {
    display: none !important;
}

.page-sidebar-closed .page-sidebar-menu > li:hover > .sub-menu {
    display: block !important;
    margin-top: 0;
    position: absolute;
    right: 36px;
    top: 100%;
    width: 200px;
    z-index: 2000;
}

    .page-sidebar-closed .page-sidebar-menu > li:hover > .sub-menu > li > .sub-menu, .page-sidebar-closed .page-sidebar-menu > li:hover > .sub-menu > li > .sub-menu > li > .sub-menu {
        width: 200px;
    }

    .page-sidebar-closed .page-sidebar-menu > li:hover > .sub-menu > li > a {
        padding-right: 15px !important;
    }

.page-sidebar-closed .page-sidebar-menu > li > ul.sub-menu > li > .sub-menu > li > a {
    padding-right: 30px !important;
}

.page-sidebar-closed .page-sidebar-menu > li > ul.sub-menu > li > .sub-menu > li > .sub-menu > li > a {
    padding-right: 45px !important;
}

.page-sidebar-closed .page-sidebar {
    width: 35px;
}

.page-sidebar-closed .page-content {
    margin-right: 35px !important;
}

.page-content {
    background-color: #fff;
    margin-top: 0;
    padding: 0;
}

.ie8 .page-content {
    margin-right: 225px;
    margin-top: 0;
    min-height: 760px;
    padding: 20px;
}

.ie8 .page-sidebar-fixed .page-content {
    min-height: 600px;
}

.ie8 .page-content.no-min-height {
    min-height: auto;
}

.page-full-width .page-content {
    margin-right: 0 !important;
}

.page-title {
    color: #666;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -1px;
    margin: 0 0 15px;
    padding: 0;
}

    .page-title small {
        color: #888;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0;
    }

.ie8 .row .page-breadcrumb.breadcrumb > li {
    margin-left: 1px;
}

.page-content .page-breadcrumb.breadcrumb {
    background-color: #eee;
    border: 0 none !important;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 25px;
    margin-top: 15px;
    padding-left: 30px;
    padding-right: 8px;
}

    .page-content .page-breadcrumb.breadcrumb > li > a, .page-content .page-breadcrumb.breadcrumb > li > i, .page-content .page-breadcrumb.breadcrumb > li > span {
        color: #333;
        font-size: 14px;
        text-shadow: none;
    }

    .page-content .page-breadcrumb.breadcrumb > li > i {
        color: #666;
    }

    .page-content .page-breadcrumb.breadcrumb > li + li::before {
        display: none;
    }

    .page-content .page-breadcrumb.breadcrumb .btn-group {
        left: 15px;
        margin-top: -8px;
        position: absolute;
    }

    .page-content .page-breadcrumb.breadcrumb > .btn-group .btn {
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .page-content .page-breadcrumb.breadcrumb .dashboard-date-range {
        background-color: #e02222;
        color: #fff;
        cursor: pointer;
        display: none;
        margin-left: -30px;
        padding: 9px 9px 8px;
        position: relative;
        top: -8px;
    }

@media not all {
    .page-content .page-breadcrumb.breadcrumb .dashboard-date-range {
        padding: 9px;
    }
}

.page-content .page-breadcrumb.breadcrumb .dashboard-date-range > span {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.page-content .page-breadcrumb.breadcrumb .dashboard-date-range > .fa-calendar {
    color: #fff;
    font-size: 14px;
    margin-top: 0;
    text-transform: none;
}

.page-content .page-breadcrumb.breadcrumb .dashboard-date-range > .fa-angle-down {
    color: #fff;
    font-size: 16px;
}

.footer {
    font-size: 12px;
    padding: 8px 20px 5px;
}

    .footer::after, .footer::before {
        content: "";
        display: table;
        line-height: 0;
    }

    .footer::after {
        clear: both;
    }

    .footer .footer-inner {
        display: inline-block;
        float: right;
    }

    .footer .footer-tools {
        display: inline-block;
        float: left;
    }

        .footer .footer-tools .go-top {
            cursor: pointer;
            display: block;
            font-size: 16px;
            margin-bottom: 0;
            margin-left: 0;
            margin-top: -2px;
            padding: 0 6px;
            text-decoration: none;
        }

            .footer .footer-tools .go-top i {
                font-size: 22px;
                margin-bottom: 5px;
            }

i.icon, a.icon {
    color: #999;
    font-size: 13px;
    font-weight: normal;
    margin-left: 5px;
}

i.icon-black {
    color: #000 !important;
}

a.icon:hover {
    opacity: 0.4;
    text-decoration: none;
    transition: all 0.1s ease-in-out 0s;
}

a.icon.huge i {
    font-size: 16px !important;
}

i.big {
    font-size: 20px;
}

i.warning {
    color: #d12610;
}

i.critical {
    color: #37b7f3;
}

i.normal {
    color: #52e136;
}

.well {
    background-color: #fafafa;
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: none !important;
}

    .well.mini {
        padding: 7px !important;
    }

.input-icon {
    position: relative;
}

    .input-icon input {
        padding-right: 33px !important;
    }

    .input-icon i {
        color: #ccc;
        display: block;
        font-size: 16px;
        height: 16px;
        margin: 11px 10px 4px 2px;
        position: absolute;
        text-align: center;
        width: 16px;
    }

    .input-icon.right input {
        padding-left: 33px !important;
        padding-right: 12px !important;
    }

    .input-icon.right i {
        float: left;
        left: 8px;
    }

.has-success .input-icon > i {
    color: #468847;
}

.has-warning .input-icon > i {
    color: #c09853;
}

.has-error .input-icon > i {
    color: #b94a48;
}

.portlet {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

    .portlet > .portlet-title {
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
    }

        .portlet > .portlet-title::after, .portlet > .portlet-title::before {
            content: "";
            display: table;
            line-height: 0;
        }

        .portlet > .portlet-title::after {
            clear: both;
        }

        .portlet > .portlet-title > .caption {
            display: inline-block;
            float: right;
            font-size: 18px;
            font-weight: 400;
            line-height: 18px;
            margin: 0 0 8px;
            padding: 0;
        }

            .portlet > .portlet-title > .caption > span {
                font-size: 14px;
            }

            .portlet > .portlet-title > .caption > i {
                color: #666;
                display: inline-block !important;
                float: right;
                font-size: 13px;
                margin-left: 5px;
                margin-top: 4px;
            }

    .portlet.blue > .portlet-title > .caption, .portlet.green > .portlet-title > .caption, .portlet.yellow > .portlet-title > .caption, .portlet.red > .portlet-title > .caption, .portlet.purple > .portlet-title > .caption, .portlet.grey > .portlet-title > .caption {
        color: #fff;
    }

    .portlet.box.blue > .portlet-title > .caption > i, .portlet.box.green > .portlet-title > .caption > i, .portlet.box.grey > .portlet-title > .caption > i, .portlet.box.yellow > .portlet-title > .caption > i, .portlet.box.red > .portlet-title > .caption > i, .portlet.box.purple > .portlet-title > .caption > i, .portlet.box.light-grey > .portlet-title > .caption > i {
        color: #fff;
    }

.sortable .portlet > .portlet-title {
    cursor: move;
}

.portlet > .portlet-title > .tools, .portlet > .portlet-title > .actions {
    display: inline-block;
    float: left;
    margin: 6px 0 0;
    padding: 0;
}

    .portlet > .portlet-title > .tools > a {
        display: inline-block;
        height: 16px;
        margin-right: 5px;
    }

    .portlet > .portlet-title > .actions > .dropdown-menu i {
        color: #000 !important;
    }

    .portlet > .portlet-title > .tools > a.remove {
        background-image: url("../img/portlet-remove-icon.png");
        background-repeat: no-repeat;
        margin-bottom: 2px;
        width: 11px;
    }

    .portlet > .portlet-title > .tools > a.config {
        background-image: url("../img/portlet-config-icon.png");
        background-repeat: no-repeat;
        margin-bottom: 2px;
        width: 12px;
    }

    .portlet > .portlet-title > .tools > a.reload {
        background-image: url("../img/portlet-reload-icon.png");
        margin-bottom: 2px;
        width: 13px;
    }

    .portlet > .portlet-title > .tools > a.expand {
        background-image: url("../img/portlet-expand-icon.png");
        margin-bottom: 2px;
        width: 14px;
    }

    .portlet > .portlet-title > .tools > a.collapse {
        background-image: url("../img/portlet-collapse-icon.png");
        margin-bottom: 2px;
        width: 14px;
    }

    .portlet > .portlet-title > .tools > a:hover {
        opacity: 0.6;
        text-decoration: none;
        transition: all 0.1s ease-in-out 0s;
    }

    .portlet > .portlet-title > .actions > .btn-group {
        margin-top: -12px;
    }

    .portlet > .portlet-title > .actions > .btn {
        margin-top: -14px;
        padding: 4px 10px;
    }

    .portlet > .portlet-title > .actions > .btn-group > .btn {
        margin-top: -1px;
        padding: 4px 10px;
    }

    .portlet > .portlet-title > .actions > .btn.btn-sm {
        margin-top: -14px;
        padding: 3px 8px;
    }

    .portlet > .portlet-title > .actions > .btn-group > .btn-sm {
        margin-top: -1px;
        padding: 3px 8px;
    }

.portlet > .portlet-title > .pagination.pagination-sm {
    display: inline-block !important;
    float: left !important;
    margin: -4px 0 0;
}

.portlet > .portlet-body {
    clear: both;
    padding: 0;
}

    .portlet > .portlet-body.light-blue, .portlet.light-blue {
        background-color: #bfd5fa !important;
    }

    .portlet > .portlet-body.blue, .portlet.blue {
        background-color: #4b8df8 !important;
    }

    .portlet > .portlet-body.red, .portlet.red {
        background-color: #e02222 !important;
    }

    .portlet > .portlet-body.yellow, .portlet.yellow {
        background-color: #ffb848 !important;
    }

    .portlet > .portlet-body.green, .portlet.green {
        background-color: #35aa47 !important;
    }

    .portlet > .portlet-body.purple, .portlet.purple {
        background-color: #852b99 !important;
    }

    .portlet > .portlet-body.light-grey, .portlet.light-grey {
        background-color: #fafafa !important;
    }

    .portlet > .portlet-body.grey, .portlet.grey {
        background-color: #555555 !important;
    }

.ui-sortable-placeholder {
    border: 1px dotted black;
    height: 100% !important;
    visibility: visible !important;
}

    .ui-sortable-placeholder * {
        visibility: hidden;
    }

.sortable-box-placeholder {
    background-color: #f5f5f5;
    border: 1px dashed #dddddd;
    display: block;
    margin-bottom: 24px !important;
    margin-top: 0 !important;
}

    .sortable-box-placeholder * {
        visibility: hidden;
    }

.portlet.solid {
    padding: 10px;
}

    .portlet.solid > .portlet-title > .tools {
        border: 0 none;
        margin-top: 2px;
    }

    .portlet.solid > .portlet-title {
        border: 0 none;
        margin-bottom: 5px;
    }

    .portlet.solid.bordered > .portlet-title {
        margin-bottom: 15px;
    }

    .portlet.solid.red > .portlet-title, .portlet.solid.red > .portlet-title > .caption > i, .portlet.solid.red > .portlet-body, .portlet.solid.green > .portlet-title, .portlet.solid.green > .portlet-title > .caption > i, .portlet.solid.green > .portlet-body, .portlet.solid.yellow > .portlet-title, .portlet.solid.yellow > .portlet-title > .caption > i, .portlet.solid.yellow > .portlet-body, .portlet.solid.grey > .portlet-title, .portlet.solid.grey > .portlet-title > .caption > i, .portlet.solid.grey > .portlet-body, .portlet.solid.purple > .portlet-title, .portlet.solid.purple > .portlet-title > .caption > i, .portlet.solid.purple > .portlet-body, .portlet.solid.blue > .portlet-title, .portlet.solid.blue > .portlet-title > .caption > i, .portlet.solid.blue > .portlet-body {
        border: 0 none;
        color: #fff;
    }

.portlet.bordered {
    border-right: 2px solid #ddd;
}

.portlet.box {
    padding: 0 !important;
}

    .portlet.box > .portlet-title {
        border-bottom: 1px solid #eee;
        color: #fff !important;
        padding: 8px 10px 2px;
    }

        .portlet.box > .portlet-title > .actions > .btn > i {
            color: #fff !important;
        }

        .portlet.box > .portlet-title > .tools {
            margin-top: 3px;
        }

            .portlet.box > .portlet-title > .tools > a.remove, .portlet.solid > .portlet-title > .tools > a.remove {
                background-image: url("../img/portlet-remove-icon-white.png");
            }

            .portlet.box > .portlet-title > .tools > a.config, .portlet.solid > .portlet-title > .tools > a.config {
                background-image: url("../img/portlet-config-icon-white.png");
            }

            .portlet.box > .portlet-title > .tools > a.reload, .portlet.solid > .portlet-title > .tools > a.reload {
                background-image: url("../img/portlet-reload-icon-white.png");
            }

            .portlet.box > .portlet-title > .tools > a.expand, .portlet.solid > .portlet-title > .tools > a.expand {
                background-image: url("../img/portlet-expand-icon-white.png");
            }

            .portlet.box > .portlet-title > .tools > a.collapse, .portlet.solid > .portlet-title > .tools > a.collapse {
                background-image: url("../img/portlet-collapse-icon-white.png");
            }

    .portlet.box > .portlet-body {
        background-color: #fff;
        padding: 10px;
    }

    .portlet.box > .portlet-title {
        margin-bottom: 0;
    }

    .portlet.box.blue > .portlet-title {
        background-color: #4b8df8;
    }

    .portlet.box.blue {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: -moz-use-text-color #b4cef8 #b4cef8;
        border-image: none;
        border-right: 1px solid #b4cef8;
        border-style: none solid solid;
        border-width: 0 1px 1px;
    }

    .portlet.box.red > .portlet-title {
        background-color: #e02222;
    }

    .portlet.box.red {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: -moz-use-text-color #ef8476 #ef8476;
        border-image: none;
        border-right: 1px solid #ef8476;
        border-style: none solid solid;
        border-width: 0 1px 1px;
    }

    .portlet.box.yellow > .portlet-title {
        background-color: #ffb848;
    }

    .portlet.box.yellow {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: -moz-use-text-color #fccb7e #fccb7e;
        border-image: none;
        border-right: 1px solid #fccb7e;
        border-style: none solid solid;
        border-width: 0 1px 1px;
    }

    .portlet.box.green > .portlet-title {
        background-color: #35aa47;
    }

    .portlet.box.green {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: -moz-use-text-color #77e588 #77e588;
        border-image: none;
        border-right: 1px solid #77e588;
        border-style: none solid solid;
        border-width: 0 1px 1px;
    }

    .portlet.box.purple > .portlet-title {
        background-color: #852b99;
    }

    .portlet.box.purple {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: -moz-use-text-color #af5cc1 #af5cc1;
        border-image: none;
        border-right: 1px solid #af5cc1;
        border-style: none solid solid;
        border-width: 0 1px 1px;
    }

    .portlet.box.grey > .portlet-title {
        background-color: #555555;
    }

    .portlet.box.grey {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: -moz-use-text-color #9d9c9c #9d9c9c;
        border-image: none;
        border-right: 1px solid #9d9c9c;
        border-style: none solid solid;
        border-width: 0 1px 1px;
    }

    .portlet.box.light-grey > .portlet-title {
        background-color: #aaa;
    }

    .portlet.box.light-grey {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: -moz-use-text-color #bbb #bbb;
        border-image: none;
        border-right: 1px solid #bbb;
        border-style: none solid solid;
        border-width: 0 1px 1px;
    }

.chart, .pie, .bars {
    height: 300px;
    overflow: hidden;
}

.item-list.table .percent {
    float: left;
    margin-left: 10px;
    margin-top: 3px;
    width: 30px;
}

.chart-tooltip {
    background-color: #736e6e !important;
    clear: both;
    color: #fff;
    padding: 5px !important;
    z-index: 100;
}

    .chart-tooltip .label {
        clear: both;
        display: block;
        margin-bottom: 2px;
    }

.bar-chart {
    display: none;
}

.line-chart {
    display: none;
}

.icon-btn {
    background-color: #fafafa !important;
    background-image: none !important;
    border: 1px solid #ddd;
    box-shadow: none !important;
    color: #646464 !important;
    cursor: pointer;
    display: inline-block !important;
    filter: none !important;
    height: 60px;
    margin: 5px 0 0 5px;
    min-width: 80px;
    padding: 12px 0 0;
    position: relative;
    text-align: center;
    text-shadow: none !important;
    transition: all 0.3s ease 0s !important;
}

    .icon-btn i {
        font-size: 18px;
    }

.ie8 .icon-btn:hover {
    filter: none !important;
}

.icon-btn:hover {
    border-color: #999 !important;
    box-shadow: none !important;
    color: #444 !important;
    text-decoration: none !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1) !important;
    transition: all 0.3s ease 0s !important;
}

    .icon-btn:hover .badge {
        box-shadow: none !important;
        transition: all 0.3s ease 0s !important;
    }

.icon-btn div {
    color: #000;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 5px;
}

.icon-btn .badge {
    border-radius: 12px !important;
    border-style: solid;
    border-width: 0;
    box-shadow: none;
    color: white !important;
    font-family: "Open Sans",sans-serif;
    font-size: 11px !important;
    font-weight: 300;
    left: -5px;
    padding: 3px 6px;
    position: absolute;
    text-shadow: none;
    top: -5px;
}

.dropdown-menu.extended {
    background-color: #ffffff !important;
    max-width: 300px !important;
    min-width: 160px !important;
    width: 233px !important;
}

    .dropdown-menu.extended::before, .dropdown-menu.extended::after {
        border-bottom-color: #ddd !important;
    }

    .dropdown-menu.extended li a {
        clear: both;
        display: block;
        font-weight: normal;
        line-height: 20px;
        padding: 5px 10px !important;
        white-space: normal !important;
    }

    .dropdown-menu.extended li i {
        margin-left: 3px;
    }

    .dropdown-menu.extended li a {
        background-color: #ffffff;
        font-size: 13px;
        padding: 10px !important;
    }

        .dropdown-menu.extended li a:hover {
            background-color: #f5f5f5;
            background-image: none;
            color: #000;
            filter: none;
        }

    .dropdown-menu.extended li p {
        background-color: #eee;
        color: #000;
        font-size: 14px;
        font-weight: 300;
        margin: 0;
        padding: 10px;
    }

    .dropdown-menu.extended li a {
        border-bottom: 1px solid #f4f4f4 !important;
        font-size: 12px;
        list-style: outside none none;
        padding: 7px 0 5px;
        text-shadow: none;
    }

    .dropdown-menu.extended li:first-child a {
        border-bottom: 1px solid #f4f4f4 !important;
        border-top: medium none;
    }

    .dropdown-menu.extended li:last-child a {
        border-bottom: 1px solid #f4f4f4 !important;
        border-top: 1px solid white !important;
    }

    .dropdown-menu.extended li.external > a {
        font-size: 13px;
        font-weight: 400;
    }

        .dropdown-menu.extended li.external > a > i {
            float: left;
            margin-top: 3px;
        }

.dropdown-menu .dropdown-menu-list.scroller {
    list-style: outside none none;
    padding-left: 0 !important;
    padding-right: 0;
}

.dropdown-menu.notification li > a .time {
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    text-align: left;
}

.dropdown-menu.inbox li > a .photo {
    float: right;
    padding-left: 6px;
}

    .dropdown-menu.inbox li > a .photo > img {
        height: 40px;
        width: 40px;
    }

.dropdown-menu.inbox li > a .subject {
    display: block;
}

    .dropdown-menu.inbox li > a .subject .from {
        color: #02689b;
        font-size: 14px;
        font-weight: 400;
    }

    .dropdown-menu.inbox li > a .subject .time {
        float: left;
        font-size: 12px;
        font-style: italic;
        font-weight: 600;
        position: relative;
    }

.dropdown-menu.inbox li > a .message {
    display: block !important;
    font-size: 12px;
}

.dropdown-menu.tasks .task {
    margin-bottom: 5px;
}

    .dropdown-menu.tasks .task .desc {
        font-size: 13px;
        font-weight: 300;
    }

    .dropdown-menu.tasks .task .percent {
        display: inline-block;
        float: left;
        font-family: "Open Sans",sans-serif;
        font-size: 14px;
        font-weight: 600;
    }

.dropdown-menu.tasks .progress {
    display: block;
    height: 11px;
    margin: 0;
}

.item-list li .img {
    float: right;
    height: 50px;
    margin-left: 5px;
    margin-top: 3px;
    width: 50px;
}

.item-list {
    list-style: outside none none;
    margin: 0;
}

    .item-list li {
        border-bottom: 1px solid #ebebeb;
        border-top: 1px solid white;
        font-size: 12px;
        list-style: outside none none;
        padding: 7px 0 5px;
    }

        .item-list li:first-child {
            border-bottom: 1px solid #ebebeb;
            border-top: medium none;
        }

        .item-list li:last-child {
            border-bottom: medium none;
            border-top: medium none;
        }

        .item-list li .label {
            margin-left: 5px;
        }

    .item-list.todo li .label {
        left: 80px;
        position: absolute;
    }

    .item-list.todo li .actions {
        left: 45px;
        position: absolute;
    }

.table-toolbar {
    margin-bottom: 15px;
}

.table.table-full-width {
    width: 100% !important;
}

.table .m-btn {
    margin-left: 5px;
    margin-right: 0;
    margin-top: 0;
}

.table thead tr th {
    font-size: 14px;
    font-weight: 600;
}

.table-advance {
    margin-bottom: 10px !important;
}

    .table-advance thead {
        color: #999;
    }

        .table-advance thead tr th {
            background-color: #ddd;
            color: #666;
            font-size: 14px;
            font-weight: 400;
        }

    .table-advance div.success, .table-advance div.info, .table-advance div.important, .table-advance div.warning, .table-advance div.danger {
        float: right;
        height: 30px;
        margin-left: 20px !important;
        margin-top: -5px;
        position: absolute;
        width: 2px;
    }

    .table-advance tr td {
        border-right-width: 0;
    }

        .table-advance tr td:first-child {
            border-right-width: 1px !important;
        }

        .table-advance tr td.highlight:first-child a {
            margin-right: 15px;
        }

    .table-advance td.highlight div.success {
        border-right: 2px solid #66ee66;
    }

    .table-advance td.highlight div.info {
        border-right: 2px solid #87ceeb;
    }

    .table-advance td.highlight div.important {
        border-right: 2px solid #f02c71;
    }

    .table-advance td.highlight div.warning {
        border-right: 2px solid #fdbb39;
    }

    .table-advance td.highlight div.danger {
        border-right: 2px solid #e23e29;
    }

.rating {
    direction: rtl;
    font-size: 30px;
    unicode-bidi: bidi-override;
}

    .rating span.star {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

        .rating span.star:hover {
            cursor: pointer;
        }

        .rating span.star::before {
            color: #999999;
            content: "";
            padding-left: 5px;
        }

        .rating span.star:hover::before, .rating span.star:hover ~ span.star::before {
            color: #e3cf7a;
            content: "";
        }

.item {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

    .item .details {
        background-color: #000;
        bottom: 30px;
        color: #fff !important;
        display: none;
        margin-bottom: -30px;
        overflow: hidden;
        padding: 5px;
        position: relative;
        text-align: center;
        width: 100%;
        z-index: 6;
    }

    .item:hover .details {
        display: block;
        opacity: 0.7;
    }

    .item:hover .zoom-icon {
        opacity: 0.5;
    }

.zoom {
    cursor: pointer;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 5;
}

    .zoom .zoom-icon {
        background-color: #222;
        background-image: url("../img/overlay-icon.png");
        background-position: 50% center;
        background-repeat: no-repeat;
        height: inherit;
        opacity: 0;
        position: absolute;
        top: 0;
        width: inherit;
        z-index: 6;
    }

.chats {
    margin: -15px 0 0;
    padding: 0;
}

    .chats li {
        font-size: 12px;
        list-style: outside none none;
        margin: 10px auto;
        padding: 5px 0;
    }

        .chats li img.avatar {
            border-radius: 50% !important;
            height: 45px;
            width: 45px;
        }

        .chats li.in img.avatar {
            float: right;
            margin-left: 10px;
        }

        .chats li .name {
            color: #3590c1;
            font-size: 13px;
            font-weight: 400;
        }

        .chats li .datetime {
            color: #333;
            font-size: 13px;
            font-weight: 400;
        }

        .chats li.out img.avatar {
            float: left;
            margin-right: 10px;
        }

        .chats li .message {
            display: block;
            padding: 5px;
            position: relative;
        }

        .chats li.in .message {
            background: none repeat scroll 0 0 #fafafa;
            border-right: 2px solid #35aa47;
            margin-right: 65px;
            text-align: right;
        }

            .chats li.in .message .arrow {
                border-bottom: 8px solid transparent;
                border-left: 8px solid #35aa47;
                border-top: 8px solid transparent;
                display: block;
                height: 0;
                position: absolute;
                right: -8px;
                top: 5px;
                width: 0;
            }

        .chats li.out .message .arrow {
            border-bottom: 8px solid transparent;
            border-right: 8px solid #da4a38;
            border-top: 8px solid transparent;
            display: block;
            left: -8px;
            position: absolute;
            top: 5px;
        }

        .chats li.out .message {
            background: none repeat scroll 0 0 #fafafa;
            border-left: 2px solid #da4a38;
            margin-left: 65px;
            text-align: left;
        }

        .chats li.out .name, .chats li.out .datetime {
            text-align: left;
        }

        .chats li .message .body {
            display: block;
        }

.chat-form {
    background-color: #e9eff3;
    clear: both;
    margin-top: 15px;
    overflow: hidden;
    padding: 10px;
}

    .chat-form .input-cont {
        margin-left: 40px;
    }

        .chat-form .input-cont .form-control {
            margin-bottom: 0;
            width: 100% !important;
        }

        .chat-form .input-cont input {
            border: 1px solid #ddd;
            margin-top: 0;
            width: 100% !important;
        }

        .chat-form .input-cont input {
            background-color: #fff !important;
        }

            .chat-form .input-cont input:focus {
                border: 1px solid #4b8df9 !important;
            }

    .chat-form .btn-cont {
        float: left;
        margin-top: -42px;
        position: relative;
        width: 44px;
    }

        .chat-form .btn-cont .arrow {
            border-bottom: 8px solid transparent;
            border-left: 8px solid #4d90fe;
            border-top: 8px solid transparent;
            box-sizing: border-box;
            left: 43px;
            position: absolute;
            top: 17px;
        }

        .chat-form .btn-cont:hover .arrow {
            border-left-color: #0362fd;
        }

        .chat-form .btn-cont:hover .btn {
            background-color: #0362fd;
        }

        .chat-form .btn-cont .btn {
            margin-top: 8px;
        }

.feeds {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .feeds li {
        background-color: #fafafa;
        margin-bottom: 7px;
    }

        .feeds li::before, .feeds li::after {
            content: "";
            display: table;
            line-height: 0;
        }

        .feeds li::after {
            clear: both;
        }

        .feeds li:last-child {
            margin-bottom: 0;
        }

    .feeds .col1 {
        clear: both;
        float: right;
        width: 100%;
    }

    .feeds .col2 {
        float: right;
        margin-right: -75px;
        width: 75px;
    }

    .feeds .col1 .cont {
        float: right;
        margin-left: 75px;
        overflow: hidden;
    }

        .feeds .col1 .cont .cont-col1 {
            float: right;
            margin-left: -100%;
        }

            .feeds .col1 .cont .cont-col1 .label {
                display: inline-block;
                padding: 5px 4px 6px 5px;
                text-align: center;
                vertical-align: middle;
            }

                .feeds .col1 .cont .cont-col1 .label > i {
                    font-size: 14px;
                    text-align: center;
                }

        .feeds .col1 .cont .cont-col2 {
            float: right;
            width: 100%;
        }

            .feeds .col1 .cont .cont-col2 .desc {
                margin-right: 35px;
                overflow: hidden;
                padding-bottom: 5px;
                padding-top: 4px;
            }

    .feeds .col2 .date {
        color: #c1cbd0;
        font-style: italic;
        padding: 4px 4px 5px 9px;
        text-align: left;
    }

.user-info {
    margin-bottom: 10px !important;
}

    .user-info img {
        float: right;
        margin-left: 5px;
    }

    .user-info .details {
        display: inline-block;
    }

    .user-info .label {
        font-size: 11px;
        font-weight: 300;
    }

.accordion-heading {
    background: none repeat scroll 0 0 #eee;
}

    .accordion-heading a {
        text-decoration: none;
    }

        .accordion-heading a:hover {
            text-decoration: none;
        }

.ver-inline-menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .ver-inline-menu li {
        margin-bottom: 1px;
        position: relative;
    }

        .ver-inline-menu li i {
            background: none repeat scroll 0 0 #e0eaf0 !important;
            color: #b9cbd5;
            display: inline-block;
            font-size: 15px;
            height: 37px;
            margin: 0 0 0 8px;
            padding: 12px 8px 10px 10px;
            text-align: center;
            width: 37px;
        }

        .ver-inline-menu li a {
            background: none repeat scroll 0 0 #f0f6fa;
            border-right: 2px solid #c4d5df;
            color: #557386;
            display: block;
            font-size: 13px;
        }

        .ver-inline-menu li:hover a, .ver-inline-menu li:hover i {
            background: none repeat scroll 0 0 #e0eaf0;
            text-decoration: none;
        }

        .ver-inline-menu li:hover i {
            background: none repeat scroll 0 0 #c4d5df !important;
            color: #fff;
        }

        .ver-inline-menu li.active a, .ver-inline-menu li:hover a {
            font-size: 13px;
        }

        .ver-inline-menu li.active a {
            border-right: 2px solid #0c91e5;
        }

        .ver-inline-menu li.active a, .ver-inline-menu li.active i {
            background: none repeat scroll 0 0 #169ef4;
            color: #fff;
            text-decoration: none;
        }

        .ver-inline-menu li.active i {
            background: none repeat scroll 0 0 #0c91e5 !important;
        }

        .ver-inline-menu li.active::after {
            border-bottom: 6px solid transparent;
            border-right: 6px solid #169ef4;
            border-top: 6px solid transparent;
            content: "";
            display: inline-block;
            left: -5px;
            position: absolute;
            top: 12px;
        }

.tabbable-custom {
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0;
}

    .tabbable-custom > .nav-tabs {
        border: medium none;
        margin: 0;
    }

    .tabbable-custom > .tab-content {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 0;
        padding: 10px;
    }

    .tabbable-custom.nav-justified .tab-content {
        margin-top: -1px;
    }

.tabs-below.tabbable-custom.nav-justified .tab-content {
    margin-bottom: -2px;
    margin-top: 0;
}

.tabbable-custom.boxless > .tab-content {
    border-bottom: medium none;
    border-left: medium none;
    border-right: medium none;
    padding: 15px 0;
}

.tabbable-custom .nav-tabs > li {
    border-top: 2px solid transparent;
    margin-left: 2px;
}

    .tabbable-custom .nav-tabs > li > a {
        margin-left: 0;
    }

        .tabbable-custom .nav-tabs > li > a:hover {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
            border-color: transparent;
        }

    .tabbable-custom .nav-tabs > li.active {
        border-top: 3px solid #d12610;
        margin-top: 0;
        position: relative;
    }

        .tabbable-custom .nav-tabs > li.active > a {
            border-top: medium none;
            font-weight: 400;
        }

            .tabbable-custom .nav-tabs > li.active > a:hover {
                background: none repeat scroll 0 0 #fff;
                border-color: #d4d4d4 #d4d4d4 transparent;
                border-top: medium none #d4d4d4;
            }

.tabbable-custom .nav-tabs > li {
    border-top: 2px solid transparent;
    margin-left: 2px;
}

.tabs-below.tabbable-custom .nav-tabs > li > a {
    border-bottom: 2px solid transparent;
    border-top: medium none;
    margin-top: -1px;
}

.tabs-below.tabbable-custom .nav-tabs > li.active {
    border-bottom: 3px solid #d12610;
    border-top: medium none;
    margin-bottom: 0;
    position: relative;
}

    .tabs-below.tabbable-custom .nav-tabs > li.active > a {
        border-bottom: medium none;
    }

        .tabs-below.tabbable-custom .nav-tabs > li.active > a:hover {
            background: none repeat scroll 0 0 #fff;
            border-color: #d4d4d4 #d4d4d4 transparent;
        }

.tabbable-custom.tabbable-full-width > .tab-content {
    border-bottom: medium none;
    border-left: medium none;
    border-right: medium none;
    padding: 15px 0;
}

.tabbable-custom.tabbable-full-width .nav-tabs > li > a {
    color: #424242;
    font-size: 15px;
    padding: 9px 15px;
}

.portlet-tabs > .nav-tabs {
    margin-left: 10px;
    overflow: hidden;
    position: relative;
    top: -41px;
    float:left;
}

    .portlet-tabs > .nav-tabs > li {
        float: right;
    }

.portlet-tabs > .nav-tabs {
    border-bottom: medium none;
}

    .portlet-tabs > .nav-tabs > li > a {
        border-left: 0 none;
        border-radius: 0;
        border-right: 0 none;
        color: #fff;
        line-height: 16px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 6px;
        padding-bottom: 10px;
        padding-top: 8px;
    }

    .portlet-tabs > .nav-tabs > li:last-child > a {
        border-left: 0 none;
    }

    .portlet-tabs > .nav-tabs > li {
        margin-right: 1px;
    }

        .portlet-tabs > .nav-tabs > li.active {
            border-top-color: transparent;
            color: #333;
        }

            .portlet-tabs > .nav-tabs > li.active > a {
                border-bottom: 0 none;
                border-left: 0 none;
                border-right: 0 none;
                border-top-color: transparent !important;
                margin-bottom: 0;
                margin-left: 0;
                margin-right: 0;
            }

        .portlet-tabs > .nav-tabs > li > a:hover {
            background-color: #fff;
            border-color: transparent -moz-use-text-color;
            border-left: 0 none;
            border-right: 0 none;
            color: #333;
            margin-bottom: 0;
            margin-left: 0;
            margin-right: 0;
        }

    .portlet-tabs > .nav-tabs > .active > a {
        background-color: #fff;
        color: #555555;
        cursor: default;
    }

        .portlet-tabs > .nav-tabs > .active > a:hover {
            background-color: #fff !important;
        }

.portlet-tabs > .tab-content {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: -50px !important;
    padding: 10px !important;
}

.portlet.tabbable .portlet-body {
    padding: 0;
}

.tab-pane > p:last-child {
    margin-bottom: 0;
}

#dashboard {
    overflow: hidden;
}

.dashboard-stat {
    margin-bottom: 25px;
}

    .dashboard-stat::before, .dashboard-stat::after {
        content: "";
        display: table;
        line-height: 0;
    }

    .dashboard-stat::after {
        clear: both;
    }

    .dashboard-stat .visual {
        display: block;
        float: right;
        height: 80px;
        margin-bottom: 10px;
        padding-right: 15px;
        padding-top: 10px;
        width: 80px;
    }

        .dashboard-stat .visual i {
            color: #fff;
            font-size: 65px;
            line-height: 65px;
        }

@media (min-width: 992px) and (max-width: 1024px) {
    .dashboard-stat .visual i {
        font-size: 28px;
        line-height: 28px;
    }
}

.dashboard-stat .details {
    left: 15px;
    padding-left: 10px;
    position: absolute;
}

    .dashboard-stat .details .number {
        color: #fff;
        font-size: 34px;
        font-weight: 300;
        letter-spacing: -1px;
        line-height: 34px;
        margin-bottom: 5px;
        padding-top: 15px;
        text-align: left;
    }

    .dashboard-stat .details .desc {
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0;
        text-align: left;
    }

.dashboard-stat .more {
    clear: both;
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: 300;
    opacity: 0.7;
    padding: 5px 10px;
    text-transform: uppercase;
}

    .dashboard-stat .more:hover {
        opacity: 1;
        text-decoration: none;
    }

    .dashboard-stat .more > i {
        display: inline-block;
        float: left;
        margin-top: 1px;
    }

.dashboard-stat.blue {
    background-color: #27a9e3;
}

    .dashboard-stat.blue .more {
        background-color: #208dbe;
    }

.dashboard-stat.green {
    background-color: #28b779;
}

    .dashboard-stat.green .more {
        background-color: #10a062;
    }

.dashboard-stat.red {
    background-color: #e7191b;
}

    .dashboard-stat.red .more {
        background-color: #bc0d0e;
    }

.dashboard-stat.yellow {
    background-color: #ffb848;
}

    .dashboard-stat.yellow .more {
        background-color: #cb871b;
    }

.dashboard-stat.purple {
    background-color: #852b99;
}

    .dashboard-stat.purple .more {
        background-color: #6e1881;
    }

.tiles {
    margin-left: -10px;
}

.tile {
    border: 4px solid transparent;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: 300;
    height: 135px;
    letter-spacing: 0.02em;
    line-height: 20px;
    margin: 0 0 10px 10px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 135px !important;
}

    .tile::after, .tile::before {
        content: "";
        float: right;
    }

    .tile.double {
        width: 280px !important;
    }

    .tile.double-down {
        height: 280px !important;
    }

    .tile:active, .tile.selected {
        border-color: #ccc !important;
    }

    .tile:hover {
        border-color: #aaa !important;
    }

    .tile.selected .corner::after {
        border-bottom: 40px solid transparent;
        border-left: 40px solid #ccc;
        border-right: 40px solid transparent;
        content: "";
        display: inline-block;
        left: -3px;
        position: absolute;
        top: -3px;
    }

    .tile.selected .check::after {
        content: "";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 13px;
        left: 2px;
        position: absolute;
        top: 2px;
    }

    .tile * {
        color: #ffffff;
    }

    .tile .tile-body {
        color: #ffffff;
        font-size: 12px;
        font-weight: 400;
        height: 100%;
        margin-bottom: 10px;
        overflow: hidden;
        padding: 10px;
        position: relative;
        vertical-align: top;
    }

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

            .tile .tile-body img.pull-right {
                float: left !important;
                margin-left: 0;
                margin-right: 10px;
            }

        .tile .tile-body .content {
            display: inline-block;
        }

        .tile .tile-body > i {
            display: block;
            font-size: 56px;
            line-height: 56px;
            margin-top: 17px;
            text-align: center;
        }

    .tile.double-down i {
        margin-top: 95px;
    }

    .tile .tile-body h1, .tile .tile-body h2, .tile .tile-body h3, .tile .tile-body h4, .tile .tile-body h5, .tile .tile-body h6, .tile .tile-body p {
        line-height: 14px;
        margin: 0;
        padding: 0;
    }

    .tile .tile-body h3, .tile .tile-body h4 {
        margin-bottom: 5px;
    }

        .tile .tile-body h1:hover, .tile .tile-body h2:hover, .tile .tile-body h3:hover, .tile .tile-body h4:hover, .tile .tile-body h5:hover, .tile .tile-body h6:hover, .tile .tile-body p:hover {
            color: #ffffff;
        }

    .tile .tile-body p {
        color: #ffffff;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        overflow: hidden;
    }

        .tile .tile-body p:hover {
            color: rgba(0, 0, 0, 0.8);
        }

        .tile .tile-body p:active {
            color: rgba(0, 0, 0, 0.4);
        }

        .tile .tile-body p:hover {
            color: #ffffff;
        }

    .tile.icon > .tile-body {
        padding: 0;
    }

    .tile .tile-object {
        background-color: transparent;
        bottom: 0;
        left: 0;
        min-height: 30px;
        position: absolute;
        right: 0;
    }

        .tile .tile-object::before, .tile .tile-object::after {
            content: "";
            display: table;
        }

        .tile .tile-object::after {
            clear: both;
        }

        .tile .tile-object > .name {
            bottom: 0;
            color: #ffffff;
            font-size: 13px;
            font-weight: 400;
            margin-bottom: 5px;
            margin-left: 15px;
            margin-right: 10px;
            position: absolute;
            right: 0;
        }

            .tile .tile-object > .name > i {
                display: block;
                font-size: 24px;
                height: 18px;
                vertical-align: middle;
                width: 24px;
            }

        .tile .tile-object > .number {
            bottom: 0;
            color: #ffffff;
            font-size: 14px;
            font-weight: 600;
            left: 0;
            letter-spacing: 0.01em;
            line-height: 14px;
            margin-bottom: 8px;
            margin-left: 10px;
            position: absolute;
            text-align: center;
        }

    .tile.image > .tile-body {
        padding: 0 !important;
    }

        .tile.image > .tile-body > img {
            height: auto;
            max-width: 100%;
            min-height: 100%;
            width: 100%;
        }

    .tile.image .tile-body h3 {
        display: inline-block;
    }

.theme-panel {
    float: left;
    margin-left: 1px;
    margin-top: -20px;
    position: relative;
    width: 320px;
    z-index: 999;
}

    .theme-panel > .toggler {
        background: url("../img/icon-color.png") no-repeat scroll center center #c9c9c9;
        cursor: pointer;
        left: 0;
        padding: 20px;
        position: absolute;
        top: 4px;
    }

        .theme-panel > .toggler:hover {
            background-color: #3d3d3d !important;
        }

    .theme-panel > .toggler-close {
        background: url("../img/icon-color-close.png") no-repeat scroll center center #3d3d3d !important;
        cursor: pointer;
        display: none;
        left: 0;
        padding: 20px;
        position: absolute;
        top: 4px;
    }

        .theme-panel > .toggler-close:hover {
            background-color: #222 !important;
        }

    .theme-panel > .theme-options {
        background: none repeat scroll 0 0 #3d3d3d;
        display: none;
        left: 40px;
        position: absolute;
        top: 4px;
    }

        .theme-panel > .theme-options > .theme-option {
            border-top: 1px solid #585858;
            color: #cfcfcf;
            margin-bottom: 0;
            margin-top: 0;
            padding: 15px;
        }

            .theme-panel > .theme-options > .theme-option.theme-colors {
                border-top: 0 none;
            }

            .theme-panel > .theme-options > .theme-option > span {
                display: inline-block;
                font-size: 14px;
                text-transform: uppercase;
                width: 85px;
            }

            .theme-panel > .theme-options > .theme-option.theme-colors > span {
                display: block;
                width: auto;
            }

            .theme-panel > .theme-options > .theme-option > select.form-control {
                display: inline;
                text-transform: lowercase;
                width: 100px;
            }

            .theme-panel > .theme-options > .theme-option.theme-colors > ul {
                display: block;
                list-style: outside none none;
                margin-bottom: 1px !important;
                margin-top: 10px;
                padding: 0;
            }

                .theme-panel > .theme-options > .theme-option.theme-colors > ul > li {
                    border: 1px solid #707070;
                    cursor: pointer;
                    float: right;
                    height: 30px;
                    list-style: outside none none;
                    margin: 0 4px;
                    width: 30px;
                }

                    .theme-panel > .theme-options > .theme-option.theme-colors > ul > li:first-child {
                        margin-right: 0;
                    }

                    .theme-panel > .theme-options > .theme-option.theme-colors > ul > li:hover, .theme-panel > .theme-options > .theme-option.theme-colors > ul > li.current {
                        border: 2px solid #ebebeb;
                    }

                    .theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-black {
                        background: none repeat scroll 0 0 #333438;
                    }

                    .theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-grey {
                        background: none repeat scroll 0 0 #6d6d6d;
                    }

                    .theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-blue {
                        background: none repeat scroll 0 0 #124f94;
                    }

                    .theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-brown {
                        background: none repeat scroll 0 0 #623f18;
                    }

                    .theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-purple {
                        background: none repeat scroll 0 0 #701584;
                    }

                    .theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-white {
                        background: none repeat scroll 0 0 #fff;
                    }

.header .nav > li > .dropdown-menu::before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block !important;
    left: 9px;
    position: absolute;
    top: -7px;
}

.header .nav > li > .dropdown-menu::after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block !important;
    left: 10px;
    position: absolute;
    top: -6px;
}

.header .hor-menu {
    float: right;
    margin: 0;
}

    .header .hor-menu ul.nav li a {
        font-size: 14px;
        padding: 11px 18px;
    }

    .header .hor-menu ul.nav li {
        position: relative;
    }

        .header .hor-menu ul.nav li.active > a, .header .hor-menu ul.nav li.active > a:hover {
            background: none repeat scroll 0 0 #e02222 !important;
        }

        .header .hor-menu ul.nav li.active .selected {
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #e02222;
            bottom: 0;
            display: inline-block;
            height: 0;
            margin: 0 -7px -6px 0;
            position: absolute;
            right: 50%;
            width: 0;
        }

        .header .hor-menu ul.nav li a:hover, .header .hor-menu ul.nav li a:focus {
            background: none repeat scroll 0 0 #2d2d2d;
        }

    .header .hor-menu .dropdown-menu {
        background: none repeat scroll 0 0 #2d2d2d;
        border: medium none;
        box-shadow: none;
        margin-top: 0;
    }

    .header .hor-menu .dropdown-submenu > .dropdown-menu {
        top: 0;
    }

    .header .hor-menu .dropdown-submenu > a::after {
        margin-left: 0;
        top: 8px;
    }

    .header .hor-menu .dropdown-menu li > a {
        color: #999;
        margin-bottom: 1px;
        padding: 7px 18px !important;
    }

    .header .hor-menu .dropdown-menu .arrow {
        display: none;
    }

    .header .hor-menu .dropdown-menu li > a:hover, .header .hor-menu .dropdown-menu li:hover > a, .header .hor-menu .dropdown-menu li.active > a {
        background: none repeat scroll 0 0 #e02222 !important;
        color: #fff;
        filter: none !important;
    }

    .header .hor-menu .nav > li > .dropdown-menu::after, .header .hor-menu .nav > li > .dropdown-menu::before {
        border-bottom: medium none !important;
    }

    .header .hor-menu .hor-menu-search-form-toggler {
        background: url("../img/hor-menu-search.png") no-repeat scroll center center rgba(0, 0, 0, 0);
        cursor: pointer;
        display: inline-block;
        padding: 12px 22px !important;
    }

        .header .hor-menu .hor-menu-search-form-toggler:hover {
            opacity: 0.8;
        }

        .header .hor-menu .hor-menu-search-form-toggler.off {
            background: url("../img/hor-menu-search-close.png") no-repeat scroll center center #101010;
        }

    .header .hor-menu a.hor-menu-search-form-toggler-close {
        display: none;
    }

    .header .hor-menu .search-form {
        background: none repeat scroll 0 0 #101010;
        display: none;
        left: 0;
        padding: 8px;
        position: absolute;
        top: 42px;
        z-index: 999;
    }

        .header .hor-menu .search-form .btn {
            background: url("../img/search-icon.png") no-repeat scroll center center #2d2d2d;
            color: #999;
            display: inline-block;
            height: 32px;
            padding: 7px 20px;
            width: 10px;
        }

            .header .hor-menu .search-form .btn:hover {
                opacity: 0.8;
            }

        .header .hor-menu .search-form form {
            margin-bottom: 0;
        }

            .header .hor-menu .search-form form input {
                background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
                border: medium none;
                color: #999;
                width: 200px;
            }

                .header .hor-menu .search-form form input:-moz-placeholder {
                    color: #999;
                }

                .header .hor-menu .search-form form input::-moz-placeholder {
                    color: #999;
                }

.top-news {
    color: #fff;
    margin: 8px 0;
}

    .top-news a, .top-news em, .top-news span {
        display: block;
        text-align: right;
    }

    .top-news a {
        margin-bottom: 10px;
        padding: 10px;
        position: relative;
    }

        .top-news a .top-news-icon {
            bottom: 15px;
            font-size: 35px;
            left: 8px;
            opacity: 0.3;
            position: absolute;
        }

    .top-news em {
        font-style: normal;
        margin-bottom: 0;
    }

    .top-news span {
        font-size: 18px;
        margin-bottom: 5px;
    }

.blog-images {
    margin-bottom: 0;
}

    .blog-images li {
        display: inline;
        margin: 0;
        padding: 0;
    }

        .blog-images li a:hover {
            text-decoration: none;
        }

        .blog-images li img {
            height: 50px;
            margin: 0 2px 8px;
            opacity: 0.6;
            width: 50px;
        }

            .blog-images li img:hover {
                box-shadow: 0 4px 0 0 #72c02c;
                opacity: 1;
                transition: all 0.4s ease-in-out 0s;
            }

ul.sidebar-tags a {
    background: none repeat scroll 0 0 #f7f7f7;
    color: #555;
    display: inline-block;
    font-size: 12px;
    margin: 0 0 5px 2px;
    padding: 3px 5px;
}

    ul.sidebar-tags a:hover, ul.sidebar-tags a:hover i {
        background: none repeat scroll 0 0 #eee;
        text-decoration: none;
        transition: all 0.3s ease-in-out 0s;
    }

    ul.sidebar-tags a i {
        color: #777;
    }

ul.sidebar-tags li {
    padding: 0;
}

.social-icons {
    margin: 0;
    padding: 0;
}

    .social-icons::after, .social-icons::before {
        content: "";
        display: table;
    }

    .social-icons::after {
        clear: both;
    }

    .social-icons li {
        display: inline;
        float: right;
        list-style: outside none none;
        margin-bottom: 5px;
        margin-left: 5px;
        text-indent: -9999px;
    }

        .social-icons li a, a.social-icon {
            background-position: 0 0;
            background-repeat: no-repeat;
            display: block;
            height: 28px;
            transition: all 0.3s ease-in-out 0s;
            width: 28px;
        }

        .social-icons li:hover a {
            background-position: 0 -38px;
        }

.social-icons-color li a {
    background-position: 0 -38px !important;
    opacity: 0.7;
}

    .social-icons-color li a:hover {
        opacity: 1;
    }

.social-icons .amazon {
    background: url("../img/social/amazon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .behance {
    background: url("../img/social/behance.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .blogger {
    background: url("../img/social/blogger.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .deviantart {
    background: url("../img/social/deviantart.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .dribbble {
    background: url("../img/social/dribbble.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .dropbox {
    background: url("../img/social/dropbox.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .evernote {
    background: url("../img/social/evernote.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .facebook {
    background: url("../img/social/facebook.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .forrst {
    background: url("../img/social/forrst.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .github {
    background: url("../img/social/github.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .googleplus {
    background: url("../img/social/googleplus.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .jolicloud {
    background: url("../img/social/jolicloud.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .last-fm {
    background: url("../img/social/last-fm.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .linkedin {
    background: url("../img/social/linkedin.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .picasa {
    background: url("../img/social/picasa.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .pintrest {
    background: url("../img/social/pintrest.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .rss {
    background: url("../img/social/rss.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .skype {
    background: url("../img/social/skype.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .spotify {
    background: url("../img/social/spotify.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .stumbleupon {
    background: url("../img/social/stumbleupon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .tumblr {
    background: url("../img/social/tumblr.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .twitter {
    background: url("../img/social/twitter.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .vimeo {
    background: url("../img/social/vimeo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .wordpress {
    background: url("../img/social/wordpress.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .xing {
    background: url("../img/social/xing.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .yahoo {
    background: url("../img/social/yahoo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .youtube {
    background: url("../img/social/youtube.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .vk {
    background: url("../img/social/vk.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .instagram {
    background: url("../img/social/instagram.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icons .reddit {
    background: url("../img/social/reddit.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-icon {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block !important;
    height: 28px;
    transition: all 0.3s ease-in-out 0s;
    width: 28px;
}

    .social-icon.amazon {
        background: url("../img/social/amazon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.behance {
        background: url("../img/social/behance.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.blogger {
        background: url("../img/social/blogger.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.deviantart {
        background: url("../img/social/deviantart.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.dribbble {
        background: url("../img/social/dribbble.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.dropbox {
        background: url("../img/social/dropbox.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.evernote {
        background: url("../img/social/evernote.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.facebook {
        background: url("../img/social/facebook.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.forrst {
        background: url("../img/social/forrst.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.github {
        background: url("../img/social/github.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.googleplus {
        background: url("../img/social/googleplus.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.jolicloud {
        background: url("../img/social/jolicloud.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.last-fm {
        background: url("../img/social/last-fm.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.linkedin {
        background: url("../img/social/linkedin.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.picasa {
        background: url("../img/social/picasa.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.pintrest {
        background: url("../img/social/pintrest.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.rss {
        background: url("../img/social/rss.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.skype {
        background: url("../img/social/skype.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.spotify {
        background: url("../img/social/spotify.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.stumbleupon {
        background: url("../img/social/stumbleupon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.tumblr {
        background: url("../img/social/tumblr.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.twitter {
        background: url("../img/social/twitter.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.vimeo {
        background: url("../img/social/vimeo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.wordpress {
        background: url("../img/social/wordpress.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.xing {
        background: url("../img/social/xing.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.yahoo {
        background: url("../img/social/yahoo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.youtube {
        background: url("../img/social/youtube.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.vk {
        background: url("../img/social/vk.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.instagram {
        background: url("../img/social/instagram.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon.reddit {
        background: url("../img/social/reddit.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .social-icon:hover {
        background-position: 0 -38px;
    }

.social-icon-color {
    background-position: 0 -38px !important;
    opacity: 0.7;
}

    .social-icon-color:hover {
        opacity: 1;
    }

.note {
    border-right: 5px solid #eee;
    margin: 0 0 20px;
    padding: 15px 15px 15px 30px;
}

    .note h1, .note h2, .note h3, .note h4 {
        margin-top: 0;
    }

    .note p:last-child {
        margin-bottom: 0;
    }

    .note code, .note .highlight {
        background-color: #fff;
    }

.note-danger {
    background-color: #faeae6;
    border-color: #ed4e2a;
}

.note-warning {
    background-color: #fcf3e1;
    border-color: #fcb322;
}

.note-info {
    background-color: #e8f6fc;
    border-color: #57b5e3;
}

.note-success {
    background-color: #ebfcee;
    border-color: #3cc051;
}

.scrollspy-example {
    height: 200px;
    margin-top: 10px;
    overflow: auto;
    position: relative;
}

.util-btn-margin-bottom-5 .btn {
    margin-bottom: 5px !important;
}

.util-btn-group-margin-bottom-5 .btn-group {
    margin-bottom: 5px !important;
}

.fontawesome-demo i {
    font-size: 18px;
}

.fontawesome-demo li {
    padding-bottom: 5px;
    padding-top: 5px;
}

.glyphicons-demo ul {
    list-style: outside none none;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 1px;
    padding-right: 0;
}

.bs-glyphicons {
    list-style: outside none none;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 1px;
    padding-right: 0;
}

.glyphicons-demo ul li {
    border: 1px solid #ddd;
    float: right;
    font-size: 12px;
    height: 115px;
    line-height: 1.4;
    margin: 0 0 -1px -1px;
    padding: 10px;
    text-align: center;
    width: 25%;
}

.glyphicons-demo .glyphicon {
    display: block;
    font-size: 24px;
    margin: 5px auto 10px;
}

.glyphicons-demo ul li:hover {
    background-color: rgba(86, 61, 124, 0.1);
}

@media (min-width: 768px) {
    .glyphicons-demo ul li {
        width: 12.5%;
    }
}

input.placeholder, textarea.placeholder {
    color: #aaa !important;
}

.help-block {
    margin-bottom: 5px;
    margin-top: 5px;
}

.form-inline input {
    margin-bottom: 0 !important;
}

.control-label {
    margin-top: 2px;
}

.form-control-static {
    font-size: 14px;
    padding-top: 7px;
}

.control-label .required {
    color: #e02222;
    font-size: 12px;
    padding-right: 2px;
}

.switch-wrapper {
    display: inline-block;
}

.form {
    padding: 0 !important;
}

.form-body {
    padding: 10px;
}

.form-actions {
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    padding: 20px 10px;
}

    .form-actions.nobg {
        background-color: transparent;
    }

    .form-actions.top {
        border-bottom: 1px solid #e5e5e5;
        border-top: 0 none;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .form-actions.fluid {
        padding: 20px 0;
    }

        .form-actions.fluid > [class^="col-"] {
            padding-right: 13px;
        }

    .form-actions::before, .form-actions::after {
        content: "";
        display: table;
        line-height: 0;
    }

    .form-actions::after {
        clear: both;
    }

.form-section {
    border-bottom: 1px solid #eee;
    margin: 30px 0 25px;
    padding-bottom: 5px;
}

.form .form-section:first-child {
    margin-top: 5px;
}

.help-inline {
    color: #737373;
    display: inline-block;
    font-size: 13px;
    padding: 5px;
}

.form-actions.right {
    padding-left: 10px;
    padding-right: 0;
    text-align: left;
}

.form-actions.left {
    padding-left: 0;
    padding-right: 10px;
    text-align: right;
}

.form-group .checkbox {
    padding-right: 0;
}

.checkbox-list > label {
    display: block;
}

    .checkbox-list > label.checkbox-inline {
        display: inline-block;
    }

        .checkbox-list > label.checkbox-inline:first-child {
            padding-right: 0;
        }

.radio-list > label {
    display: block;
}

    .radio-list > label.radio-inline {
        display: inline-block;
    }

        .radio-list > label.radio-inline:first-child {
            padding-right: 0;
        }

.form-horizontal .radio-list .radio {
    padding-top: 1px;
}

.form-row-seperated .form-group {
    border-bottom: 1px solid #efefef;
    margin: 0;
    padding: 10px 0 10px 10px;
}

    .form-row-seperated .form-group.last {
        border-bottom: 0 none;
        margin-bottom: 0;
        padding-bottom: 10px;
    }

.form-row-seperated .form-actions {
    margin-top: 0;
}

.form-row-seperated .form-body {
    margin-top: 0;
    padding: 0;
}

.form-row-seperated .help-block {
    margin-bottom: 0;
}

.form-bordered .form-body {
    margin: 0;
    padding: 0;
}

.form-bordered .form-actions {
    margin-top: 0;
}

.form-bordered .form-group {
    border-bottom: 1px solid #efefef;
    margin: 0;
}

    .form-bordered .form-group.last {
        border-bottom: 0 none;
    }

.form-bordered .help-block {
    margin-bottom: 0;
}

.form-bordered .control-label {
    padding-top: 16px;
}

.form-bordered .form-group > div {
    border-right: 1px solid #efefef;
    padding: 10px;
}

.form-bordered .form-actions.fluid > .row > div {
    padding-right: 10px;
}

.form-horizontal.form-bordered.form-row-stripped .form-group:nth-child(2n) {
    background-color: #fcfcfc;
}

.form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(2n) {
    background-color: #fcfcfc;
}

.form-horizontal.form-bordered.form-row-stripped .form-control {
    background: none repeat scroll 0 0 #fff !important;
}

.form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(2n) > div {
    background-color: #ffffff;
}

.form-bordered .form-control {
    margin: 0;
}

.disabled-link > a > span.text, .disabled-link > a > span.title {
    color: #888 !important;
    font-style: italic !important;
}

.disabled-link > a:hover {
    cursor: not-allowed !important;
}

.table-scrollable {
    border: 1px solid #dddddd;
    margin: 10px 0 !important;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}

    .table-scrollable > .table {
        background-color: #fff;
        margin: 0 !important;
        width: 100% !important;
    }

        .table-scrollable > .table > thead > tr > th, .table-scrollable > .table > tbody > tr > th, .table-scrollable > .table > tfoot > tr > th, .table-scrollable > .table > thead > tr > td, .table-scrollable > .table > tbody > tr > td, .table-scrollable > .table > tfoot > tr > td {
            white-space: nowrap;
        }

    .table-scrollable > .table-bordered {
        border: 0 none;
    }

        .table-scrollable > .table-bordered > thead > tr > th:first-child, .table-scrollable > .table-bordered > tbody > tr > th:first-child, .table-scrollable > .table-bordered > tfoot > tr > th:first-child, .table-scrollable > .table-bordered > thead > tr > td:first-child, .table-scrollable > .table-bordered > tbody > tr > td:first-child, .table-scrollable > .table-bordered > tfoot > tr > td:first-child {
            border-right: 0 none;
        }

        .table-scrollable > .table-bordered > thead > tr > th:last-child, .table-scrollable > .table-bordered > tbody > tr > th:last-child, .table-scrollable > .table-bordered > tfoot > tr > th:last-child, .table-scrollable > .table-bordered > thead > tr > td:last-child, .table-scrollable > .table-bordered > tbody > tr > td:last-child, .table-scrollable > .table-bordered > tfoot > tr > td:last-child {
            border-left: 0 none;
        }

        .table-scrollable > .table-bordered > thead > tr:last-child > th, .table-scrollable > .table-bordered > tbody > tr:last-child > th, .table-scrollable > .table-bordered > tfoot > tr:last-child > th, .table-scrollable > .table-bordered > thead > tr:last-child > td, .table-scrollable > .table-bordered > tbody > tr:last-child > td, .table-scrollable > .table-bordered > tfoot > tr:last-child > td {
            border-bottom: 0 none;
        }

.flip-scroll table {
    width: 100%;
}

@media only screen and (max-width: 800px) {
    .flip-scroll .flip-content::after {
        clear: both;
        content: " ";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden;
    }

    .flip-scroll * html .flip-content {
    }

    .flip-scroll *:first-child + html .flip-content {
    }

    .flip-scroll table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
    }

    .flip-scroll th, .flip-scroll td {
        margin: 0;
        vertical-align: top;
    }

    .flip-scroll th {
        -moz-border-bottom-colors: none !important;
        -moz-border-left-colors: none !important;
        -moz-border-right-colors: none !important;
        -moz-border-top-colors: none !important;
        border-color: -moz-use-text-color -moz-use-text-color #ddd #ddd !important;
        border-image: none !important;
        border-style: none none solid solid !important;
        border-width: 0 0 1px 1px !important;
        font-size: 13px !important;
        padding: 5px;
        text-align: right;
    }

    .flip-scroll table {
        display: block;
        position: relative;
        width: 100%;
    }

    .flip-scroll thead {
        display: block;
        float: right;
    }

    .flip-scroll tbody {
        display: block;
        overflow-x: auto;
        position: relative;
        white-space: nowrap;
        width: auto;
    }

    .flip-scroll thead tr {
        display: block;
    }

    .flip-scroll th {
        display: block;
        text-align: left;
    }

    .flip-scroll tbody tr {
        display: inline-block;
        margin-right: -5px;
        vertical-align: top;
    }

    .flip-scroll td {
        border-left: 0 none !important;
        border-right: 0 none !important;
        border-top: 0 none !important;
        display: block;
        min-height: 1.25em;
        text-align: right;
    }

    .flip-scroll th {
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .flip-scroll td {
        border-bottom: 0 none;
        border-left: 0 none;
        border-right: 0 none;
    }

    .flip-scroll tbody tr {
        border-right: 1px solid #ddd;
    }

    .flip-scroll th:last-child, .flip-scroll td:last-child {
        border-bottom: 1px solid #ddd;
    }
}
