﻿/*
 *  Document   : main.css
 *  Author     : pixelcave
 */
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,600italic,700,700italic');

@font-face {
    font-family: 'weather';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: "OpenSans","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #394263;
    font-size: 13px;
    background-color: #222;
}

#main-container, #page-container {
    min-width: 320px;
}

#page-container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow-x: hidden;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}

#page-container, #sidebar {
    background-color: #394263;
}

#sidebar {
    width: 0;
    position: absolute;
    overflow: hidden;
}

#main-container, #sidebar, .header-fixed-bottom header, .header-fixed-top header {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#page-content {
    padding: 10px 5px 1px;
    min-height: 1200px;
    background-color: #eaedf1;
}

    #page-content + footer {
        padding: 9px 10px;
        font-size: 11px;
        background-color: #fff;
        border-top: 1px solid #dbe1e8;
    }

#page-container.header-fixed-top {
    padding: 50px 0 0;
}

#page-container.header-fixed-bottom {
    padding: 0 0 50px;
}

.sidebar-open #sidebar {
    width: 200px;
}

.sidebar-open #main-container {
    margin-left: 200px;
}

.header-fixed-bottom #sidebar, .header-fixed-top #sidebar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
}

.header-fixed-bottom .sidebar-content, .header-fixed-top .sidebar-content {
    padding-bottom: 50px;
}

.sidebar-open header.navbar-fixed-bottom, .sidebar-open header.navbar-fixed-top {
    left: 200px;
}

header.navbar-default, header.navbar-inverse {
    padding: 0;
    margin: 0;
    min-width: 320px;
    max-height: 50px;
    border: 0;
}

header.navbar-fixed-bottom, header.navbar-fixed-top {
    max-height: 51px;
}

header.navbar-default.navbar-fixed-top {
    border-bottom: 1px solid #eaedf1;
}

header.navbar-default.navbar-fixed-bottom {
    border-top: 1px solid #eaedf1;
}

header.navbar-inverse.navbar-fixed-top {
    border-bottom: 1px solid #394263;
}

header.navbar-inverse.navbar-fixed-bottom {
    border-top: 1px solid #394263;
}

.nav.navbar-nav-custom {
    float: left;
    margin: 0;
}

    .nav.navbar-nav-custom > li {
        min-height: 50px;
        float: left;
    }

        .nav.navbar-nav-custom > li > a {
            min-width: 50px;
            padding: 5px 7px;
            line-height: 40px;
            text-align: center;
            color: #394263;
        }

            .nav.navbar-nav-custom > li > a .fi, .nav.navbar-nav-custom > li > a .gi, .nav.navbar-nav-custom > li > a .hi, .nav.navbar-nav-custom > li > a .si {
                margin-top: -3px;
            }

.navbar-inverse .nav.navbar-nav-custom > li > a {
    color: #fff;
}

.nav.navbar-nav-custom > li.open > a, .nav.navbar-nav-custom > li > a:focus, .nav.navbar-nav-custom > li > a:hover {
    background-color: #1bbae1;
    color: #fff;
}

.nav.navbar-nav-custom > li > a > img {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 20px;
    vertical-align: top;
}

.navbar-form-custom {
    padding: 0;
    width: 100px;
    float: left;
    height: 50px;
}

    .navbar-form-custom .form-control {
        padding: 10px;
        margin: 0;
        height: 50px;
        font-size: 15px;
        background: 0 0;
        border: 0;
        z-index: 2000;
    }

        .navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover {
            background-color: #fff;
        }

        .navbar-form-custom .form-control:focus {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            font-size: 18px;
            padding: 10px 20px;
        }

.navbar-inverse .navbar-form-custom .form-control {
    color: #fff;
}

    .navbar-inverse .navbar-form-custom .form-control:focus, .navbar-inverse .navbar-form-custom .form-control:hover {
        background: #000;
        color: #fff;
    }

.sidebar-content {
    width: 200px;
    color: #fff;
}

.sidebar-section {
    padding: 10px;
}

.sidebar-brand {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    display: block;
    color: #fff;
    background: url(../img/template/ie8_opacity_dark_15.png) repeat;
    background: rgba(0,0,0,.15);
}

    .sidebar-brand:focus, .sidebar-brand:hover {
        background-color: #1bbae1;
        color: #fff;
        text-decoration: none;
    }

    .sidebar-brand i {
        font-size: 14px;
        display: inline-block;
        width: 18px;
        text-align: center;
        margin-right: 10px;
        opacity: .5;
        filter: alpha(opacity=50);
    }

.sidebar-user {
    padding-left: 88px;
    background: url(../img/template/ie8_opacity_light_10.png) repeat;
    background: rgba(255,255,255,.1);
}

.sidebar-user-avatar {
    width: 68px;
    height: 68px;
    float: left;
    padding: 2px;
    margin-left: -78px;
    border-radius: 34px;
    background: url(../img/template/ie8_opacity_light_75.png) repeat;
    background: rgba(255,255,255,.75);
}

    .sidebar-user-avatar img {
        width: 64px;
        height: 64px;
        border-radius: 32px;
    }

.sidebar-user-name {
    font-size: 17px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 26px;
}

.sidebar-user-links a {
    color: #fff;
    opacity: .3;
    filter: alpha(opacity:30);
    margin-right: 5px;
}

    .sidebar-user-links a:focus, .sidebar-user-links a:hover {
        color: #fff;
        text-decoration: none;
        opacity: 1;
        filter: alpha(opacity:100);
    }

    .sidebar-user-links a > i {
        font-size: 14px;
    }

.sidebar-themes {
    list-style: none;
    margin: 0;
    padding-bottom: 7px;
    background: url(../img/template/ie8_opacity_dark_15.png) repeat;
    background: rgba(0,0,0,.15);
}

    .sidebar-themes li {
        float: left;
        margin: 0 3px 3px 0;
    }

        .sidebar-themes li a {
            display: block;
            width: 17px;
            height: 17px;
            border-radius: 10px;
            border-width: 2px;
            border-style: solid;
        }

            .sidebar-themes li a:focus, .sidebar-themes li a:hover, .sidebar-themes li.active a {
                border-color: #fff !important;
            }

.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
}

    .sidebar-nav .sidebar-header:first-child {
        margin-top: 0;
    }

    .sidebar-nav a {
        display: block;
        color: #eaedf1;
        padding: 0 10px;
        min-height: 35px;
        line-height: 35px;
    }

        .sidebar-nav a.open, .sidebar-nav a:hover, .sidebar-nav li.active > a {
            color: #fff;
            text-decoration: none;
            background: url(../img/template/ie8_opacity_dark_15.png) repeat;
            background: rgba(0,0,0,.15);
        }

        .sidebar-nav a.active {
            padding-left: 5px;
            border-left: 5px solid #1bbae1;
            background: url(../img/template/ie8_opacity_dark_30.png) repeat;
            background: rgba(0,0,0,.3);
        }

        .sidebar-nav a > .sidebar-nav-icon {
            margin-right: 10px;
        }

        .sidebar-nav a > .sidebar-nav-indicator {
            float: right;
            line-height: inherit;
            margin-left: 4px;
            -webkit-transition: all .15s ease-out;
            transition: all .15s ease-out;
        }

        .sidebar-nav a > .sidebar-nav-icon, .sidebar-nav a > .sidebar-nav-indicator {
            display: inline-block;
            opacity: .5;
            filter: alpha(opacity:50);
            width: 18px;
            font-size: 14px;
            text-align: center;
        }

        .sidebar-nav a.active, .sidebar-nav a.active > .sidebar-nav-icon, .sidebar-nav a.active > .sidebar-nav-indicator, .sidebar-nav a.open, .sidebar-nav a.open > .sidebar-nav-icon, .sidebar-nav a.open > .sidebar-nav-indicator, .sidebar-nav a:hover, .sidebar-nav a:hover > .sidebar-nav-icon, .sidebar-nav a:hover > .sidebar-nav-indicator, .sidebar-nav li.active > a, .sidebar-nav li.active > a > .sidebar-nav-icon, .sidebar-nav li.active > a > .sidebar-nav-indicator {
            opacity: 1;
            filter: alpha(opacity:100);
        }

            .sidebar-nav a.active > .sidebar-nav-indicator, .sidebar-nav a.open > .sidebar-nav-indicator, .sidebar-nav li.active > a > .sidebar-nav-indicator {
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
            }

    .sidebar-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: none;
        background: url(../img/template/ie8_opacity_dark_30.png) repeat;
        background: rgba(0,0,0,.3);
    }

    .sidebar-nav li.active > ul {
        display: block;
    }

    .sidebar-nav ul a {
        border-bottom: 1px solid #444;
        margin: 0;
        font-size: 12px;
        padding: 8px;
        padding-left: 15px;
        min-height: 32px;
        line-height: 16px;
    }

        .sidebar-nav ul a.active, .sidebar-nav ul a.active:hover {
            border-left: 5px solid #1bbae1;
            padding-left: 10px;
        }

    .sidebar-nav ul ul {
        background: url(../img/template/ie8_opacity_dark_40.png) repeat;
        background: rgba(0,0,0,.4);
    }

        .sidebar-nav ul ul a {
            padding-left: 25px;
        }

            .sidebar-nav ul ul a.active, .sidebar-nav ul ul a.active:hover {
                padding-left: 20px;
            }

.sidebar-header {
    margin: 10px 0 0;
    padding: 10px;
    line-height: 12px;
}

    .sidebar-header + .sidebar-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .sidebar-header .sidebar-header-title {
        color: #fff;
        font-size: 11px;
        text-transform: uppercase;
        opacity: .5;
        filter: alpha(opacity:50);
    }

.sidebar-header-options {
    float: right;
    display: inline-block;
}

    .sidebar-header-options > a, .sidebar-nav .sidebar-header-options a {
        float: right;
        margin: 0;
        padding: 0;
        min-height: 0;
        line-height: inherit;
        display: block;
        min-width: 18px;
        text-align: center;
        color: #fff;
        opacity: .3;
        filter: alpha(opacity:30);
    }

        .sidebar-header-options a.active, .sidebar-header-options a:focus, .sidebar-header-options a:hover, .sidebar-nav .sidebar-header-options a.active, .sidebar-nav .sidebar-header-options a:focus, .sidebar-nav .sidebar-header-options a:hover {
            background: 0 0;
            color: #fff;
            opacity: 1;
            filter: alpha(opacity:100);
        }

    .sidebar-header-options a > i {
        font-size: 14px;
    }

.content-header {
    background-color: #fff;
    border-top: 1px solid #eaedf1;
    border-bottom: 1px solid #dbe1e8;
}

    .content-header h1, .content-header h2 {
        margin: 0;
        font-size: 26px;
        line-height: 32px;
    }

    .content-header small .content-header small {
        font-size: 17px;
    }

.header-section h1 i {
    font-size: 56px;
    float: right;
    color: #eaedf1;
    margin: 0 0 0 10px;
    line-height: 64px;
}

.header-section {
    padding: 30px 10px;
}

.content-header, .content-top {
    margin: -10px -5px 10px;
}

.content-top {
    background-color: #fff;
    border-bottom: 1px solid #dbe1e8;
}

.content-header-media {
    position: relative;
    height: 248px;
    overflow: hidden;
    border-top-color: #222;
}

    .content-header-media .header-section {
        z-index: 200;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        color: #fff;
        background: url(../img/template/ie8_opacity_dark_60.png) repeat;
        background: rgba(0,0,0,.6);
    }

    .content-header-media i, .content-header-media small {
        color: #ddd;
    }

    .content-header-media > img {
        position: absolute;
        top: 0;
        left: 50%;
        width: 2560px;
        height: 248px;
        margin-left: -1280px;
    }

    .content-header-media > .content-header-media-map {
        height: 270px;
    }

.block {
    margin: 0 0 10px;
    padding: 20px 15px 1px;
    background-color: #fff;
    border: 1px solid #dbe1e8;
}

    .block.full {
        padding: 20px 15px;
    }

    .block .block-content-full {
        margin: -20px -15px -1px;
    }

    .block .block-content-mini-padding {
        padding: 8px;
    }

    .block.full .block-content-full {
        margin: -20px -15px;
    }

.block-title {
    margin: -20px -15px 20px;
    background-color: #f9fafc;
    border-bottom: 1px solid #eaedf1;
}

    .block-title h1, .block-title h2, .block-title h3, .block-title h4, .block-title h5, .block-title h6 {
        display: inline-block;
        font-size: 16px;
        line-height: 1.4;
        margin: 0;
        padding: 10px 16px 7px;
        font-weight: 400;
    }

        .block-title h1 small, .block-title h2 small, .block-title h3 small, .block-title h4 small, .block-title h5 small, .block-title h6 small {
            font-size: 13px;
            color: #777;
            font-weight: 400;
        }

    .block-title h1, .block-title h2, .block-title h3 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .block-options, .block-title .nav-tabs {
        min-height: 40px;
        line-height: 38px;
    }

    .block-title .nav-tabs {
        padding: 3px 1px 0;
        border-bottom: 0;
    }

        .block-title .nav-tabs > li > a {
            border-bottom: 0;
        }

    .block-title .nav-tabs {
        margin-bottom: -2px;
    }

        .block-title .nav-tabs > li > a {
            margin-bottom: 0;
        }

            .block-title .nav-tabs > li > a:hover {
                background: 0 0;
            }

        .block-title .nav-tabs > li.active > a, .block-title .nav-tabs > li.active > a:focus, .block-title .nav-tabs > li.active > a:hover {
            border: 1px solid #eaedf1;
            border-bottom-color: #fff;
            background-color: #fff;
        }

    .block-title code {
        padding: 2px 3px;
    }

.block-options {
    margin: 0 6px;
    line-height: 37px;
}

    .block-options .label {
        display: inline-block;
        padding: 6px;
        vertical-align: middle;
        font-size: 13px;
    }

.block-top {
    margin: -20px -15px 20px;
    border-bottom: 1px dotted #dbe1e8;
}

.block-section {
    margin-bottom: 20px;
}

.widget {
    background-color: #fff;
    margin-bottom: 10px;
}

    .widget .widget-extra, .widget .widget-extra-full {
        position: relative;
        padding: 15px;
    }

    .widget .widget-extra {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .widget .widget-content-light {
        color: #fff;
    }

        .widget .widget-content-light small {
            color: #eee;
        }

    .widget .widget-icon, .widget .widget-image {
        width: 64px;
        height: 64px;
    }

    .widget .widget-icon {
        height: 64px;
        display: inline-block;
        line-height: 64px;
        text-align: center;
        font-size: 28px;
        color: #fff;
        border-radius: 32px;
    }

        .widget .widget-icon .fi, .widget .widget-icon .gi, .widget .widget-icon .hi, .widget .widget-icon .si {
            margin-top: -3px;
        }

    .widget .widget-options, .widget .widget-options-left {
        position: absolute;
        top: 5px;
        opacity: .5;
        filter: alpha(opacity=50);
    }

    .widget .widget-options {
        right: 5px;
    }

    .widget .widget-options-left {
        left: 5px;
    }

        .widget .widget-options-left:hover, .widget .widget-options:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

.widget-simple {
    padding: 15px;
}

    .widget-simple:after, .widget-simple:before {
        content: " ";
        display: table;
    }

    .widget-simple:after {
        clear: both;
    }

    .widget-simple .widget-icon, .widget-simple .widget-image {
        margin: 0 15px;
    }

        .widget-simple .widget-icon.pull-left, .widget-simple .widget-image.pull-left {
            margin-left: 0;
        }

        .widget-simple .widget-icon.pull-right, .widget-simple .widget-image.pull-right {
            margin-right: 0;
        }

    .widget-simple .widget-content {
        font-size: 18px;
        margin: 12px 0;
    }

        .widget-simple .widget-content small {
            display: block;
            margin-top: 7px;
            font-size: 13px;
            font-weight: 400;
        }

.widget-advanced .widget-header {
    position: relative;
    padding: 15px 15px 50px;
    height: 150px;
    overflow: hidden;
}

.widget-advanced .widget-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
}

.widget-advanced .widget-background-map {
    height: 180px;
    width: 100%;
}

.widget-advanced .widget-content-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    margin: 0;
    background: url(../img/template/ie8_opacity_dark_60.png) repeat;
    background: rgba(0,0,0,.6);
}

.widget-advanced .widget-main {
    position: relative;
    padding: 50px 15px 15px;
}

    .widget-advanced .widget-main.no-header {
        padding: 15px;
    }

.widget-advanced .widget-image-container {
    position: absolute;
    display: inline-block;
    padding: 5px;
    width: 74px;
    height: 74px;
    top: -36px;
    left: 50%;
    margin-left: -36px;
    border-radius: 36px;
    background-color: #fff;
}

.widget-advanced .widget-header .widget-image-container {
    position: static;
    left: auto;
    top: auto;
    margin: 0;
}

.widget-advanced-alt .widget-header, .widget-advanced-alt .widget-main {
    padding: 15px;
}

.widget-advanced-alt .widget-header {
    height: auto;
    min-height: 150px;
}

.content-float .pull-left {
    margin: 0 20px 20px 0;
}

.content-float .pull-right {
    margin: 0 0 20px 20px;
}

#to-top {
    display: none;
    position: fixed;
    bottom: 55px;
    left: 5px;
    border-radius: 3px;
    padding: 0 12px;
    font-size: 28px;
    text-align: center;
    color: #fff;
    background-color: #000;
    opacity: .1;
    filter: alpha(opacity=10);
}

    #to-top:hover {
        color: #fff;
        background-color: #1bbae1;
        text-decoration: none;
        opacity: 1;
        filter: alpha(opacity=100);
    }

#login-background {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

    #login-background > img {
        position: absolute;
        width: 2560px;
        height: 400px;
        left: 50%;
        margin-left: -1280px;
    }

#login-container {
    position: absolute;
    width: 300px;
    top: 10px;
    left: 50%;
    margin-left: -150px;
    z-index: 1000;
}

    #login-container .login-title {
        padding: 5px;
        background: #444;
        background: url(../img/template/ie8_opacity_dark_60.png) repeat;
        background: rgba(0,0,0,.6);
    }

        #login-container .login-title h1 {
            font-size: 26px;
            color: #fff;
        }

        #login-container .login-title small {
            font-size: 16px;
            color: #ddd;
        }

    #login-container > .block {
        border: 0;
    }

    #login-container .register-terms {
        line-height: 30px;
        margin-right: 10px;
        float: left;
    }

.calendar-events {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .calendar-events li {
        color: #fff;
        margin-bottom: 5px;
        padding: 5px 10px;
        border-radius: 3px;
        background-color: #555;
        opacity: .85;
        filter: alpha(opacity=85);
    }

        .calendar-events li:hover {
            cursor: move;
            opacity: 1;
            filter: alpha(opacity=100);
        }


#imageList.gallery {
    padding: 0 0 20px;
    float: left;
}

    #imageList.gallery .gallery-image {
        float: left;
        margin: 10px 10px 0 0;
        width: 140px;
        height: 140px;
        text-align: center;
    }

#imageList.gallery .gallery-image img {
    max-width: 140px;
    max-height: 140px;
}

.col-md-9 .gallery-image {
    background: #ccc;
    text-align: center;
}
.table .img-circle{
    background: #ccc;
}

.gallery a img, .gallery img, .gallery-image img, a[data-toggle=lightbox-image] img {
    max-width: 100%;
}

a.gallery-link, a[data-toggle=lightbox-image] {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

    .gallery a:hover img, .gallery-image:hover img, a[data-toggle=lightbox-image]:hover img {
        opacity: .75;
        filter: alpha(opacity=75);
    }

.gallery-image {
    position: relative;
}

.gallery-image-options {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    padding: 10px;
}

.gallery-image:hover .gallery-image-options {
    display: block;
}

.gallery > .row > div {
    margin-bottom: 15px;
}

.gallery.gallery-widget > .row > div {
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

.pie-chart .pie-avatar {
    position: absolute;
    top: 8px;
    left: 8px;
}

.chart {
    height: 360px;
}

.chart-tooltip, .mini-chart-tooltip {
    position: absolute;
    display: none;
    color: #fff;
    background-color: #000;
    padding: 4px 10px;
}

.chart-pie-label {
    font-size: 12px;
    text-align: center;
    padding: 8px 12px;
    color: #fff;
}

.mini-chart-tooltip {
    left: 0;
    top: 0;
    visibility: hidden;
}

.timeline {
    position: relative;
}

.timeline-header {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 0 15px;
    min-height: 60px;
    line-height: 60px;
    background-color: #fff;
    border-bottom: 2px solid #f0f0f0;
    z-index: 500;
}

.timeline-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .timeline-list:after {
        position: absolute;
        display: block;
        width: 2px;
        top: 0;
        left: 95px;
        bottom: 0;
        content: "";
        background-color: #f0f0f0;
        z-index: 1;
    }

.timeline-header + .timeline-list:after {
    top: 60px;
}

.timeline-list li {
    position: relative;
    margin: 0;
    padding: 15px 0;
}

.timeline-list.timeline-hover li:hover {
    background-color: #f9f9f9;
}

.timeline-list .timeline-icon {
    position: absolute;
    left: 80px;
    top: 10px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    z-index: 500;
}

.timeline-list .active .timeline-icon {
    background-color: #1bbae1;
    border-color: #1bbae1;
    color: #fff;
}

.timeline-list .timeline-time {
    float: left;
    width: 70px;
    text-align: right;
}

.timeline-list .timeline-content {
    margin-left: 120px;
}

.block-content-full .timeline-content {
    padding-right: 20px;
}

.media-feed {
    margin-bottom: 0;
}

    .media-feed > .media {
        margin-top: 0;
        padding: 20px 20px 0;
        border-top: 1px dotted #dbe1e8;
    }

        .media-feed > .media:first-child {
            border-top: 0;
        }

    .media-feed.media-feed-hover > .media:hover {
        background-color: #f9f9f9;
    }

#error-container {
    padding: 120px 20px;
    position: relative;
}

    #error-container .error-options {
        position: absolute;
        top: 20px;
        left: 20px;
    }

    #error-container h1 {
        font-size: 96px;
        color: #fff;
        margin-bottom: 40px;
    }

    #error-container h2 {
        color: #ccc;
        margin-bottom: 40px;
        line-height: 1.4;
    }

    #error-container form {
        padding: 20px;
        border-radius: 3px;
        background: #fff;
        background: url(../img/template/ie8_opacity_light_10.png) repeat;
        background: rgba(255,255,255,.1);
    }

    #error-container .form-control {
        border-color: #fff;
    }

.table.table-pricing {
    background-color: #fff;
}

.table-pricing td, .table-pricing th {
    text-align: center;
}

.table-pricing th {
    font-size: 24px !important;
}

.table-pricing td {
    font-size: 15px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.table-pricing .table-price {
    background-color: #f9f9f9;
}

    .table-pricing .table-price.table-featured, .table-pricing.table-featured .table-price {
        background-color: #252525;
    }

.table-pricing th.table-featured, .table-pricing.table-featured th {
    background-color: #1bbae1;
    border-bottom: 2px solid #394263;
    color: #fff;
}

.table-pricing td.table-featured, .table-pricing.table-featured td {
    background-color: #394263;
    color: #fff;
}

.table .tableOrder {
    text-align: center;
    width: 64px;
}

.navbar.navbar-default {
    background-color: #f9fafc;
}

.navbar.navbar-inverse {
    background-color: #4c5471;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    border-width: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "OpenSans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 300;
        color: #777;
    }

h1, h2, h3 {
    margin-bottom: 15px;
}

.text-primary, .text-primary:hover, a, a:focus, a:hover {
    color: #1bbae1;
}

    .text-danger, .text-danger:hover, a.text-danger, a.text-danger:focus, a.text-danger:hover {
        color: #e74c3c;
    }

    .text-warning, .text-warning:hover, a.text-warning, a.text-warning:focus, a.text-warning:hover {
        color: #e67e22;
    }

    .text-success, .text-success:hover, a.text-success, a.text-success:focus, a.text-success:hover {
        color: #27ae60;
    }

    .text-info, .text-info:hover, a.text-info, a.text-info:focus, a.text-info:hover {
        color: #3498db;
    }

    .text-muted, .text-muted:hover, a.text-muted, a.text-muted:focus, a.text-muted:hover {
        color: #999;
    }

b, strong {
    font-weight: 600;
}

ol, ul {
    padding-left: 30px;
}

.list-li-push li {
    margin-bottom: 10px;
}

p {
    line-height: 1.6;
}

article p {
    font-size: 16px;
    line-height: 1.8;
}

.well {
    background-color: #f9f9f9;
    border: 1px solid #eee;
}

.page-header {
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    margin: 30px 0 20px;
}

.sub-header {
    margin: 10px 0 20px;
    padding: 10px 0;
    border-bottom: 1px dotted #ddd;
}

blockquote {
    border-left-width: 3px;
    margin: 20px 0;
    padding: 30px 60px 30px 20px;
    position: relative;
    width: 100%;
    border-color: #eaedf1;
}

    blockquote:before {
        display: block;
        content: "\201C";
        font-family: serif;
        font-size: 96px;
        position: absolute;
        right: 10px;
        top: -30px;
        color: #eaedf1;
    }

    blockquote.pull-right:before {
        left: 10px;
        right: auto;
    }

label {
    font-weight: 600;
}

fieldset legend {
    font-size: 16px;
    padding: 30px 0 10px;
    border-bottom: 2px solid #eaedf1;
}

input[type=file] {
    padding-top: 7px;
}

input[type=email].form-control, input[type=password].form-control, input[type=text].form-control, textarea.form-control {
    -webkit-appearance: none;
}

.form-control {
    font-size: 13px;
    padding: 6px 8px;
    max-width: 100%;
    margin: 1px 0;
    color: #394263;
    border-color: #dbe1e8;
}

.form-control-borderless, .form-control-borderless .form-control, .form-control-borderless .input-group-addon, .form-control-borderless:focus {
    border: transparent !important;
}

.input-group {
    margin-top: 1px;
    margin-bottom: 1px;
}

    .input-group .form-control {
        margin-top: 0;
    }

.form-control:focus {
    border-color: #1bbae1;
}

.help-block {
    color: #777;
    font-weight: 400;
}

.input-group-addon {
    min-width: 45px;
    text-align: center;
    background-color: #fff;
    border-color: #dbe1e8;
}

.form-horizontal .control-label {
    margin-bottom: 5px;
}

.form-bordered {
    margin: -15px -15px -1px;
}

.modal-body .form-bordered {
    margin-bottom: -20px;
}

.form-bordered fieldset legend {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.form-bordered .form-group {
    margin: 0;
    border: 0;
    padding: 15px;
    border-bottom: 1px dashed #eaedf1;
}

    .form-bordered .form-group.form-actions {
        background-color: #f9fafc;
        border-bottom: 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.form-horizontal.form-bordered .form-group {
    padding-left: 0;
    padding-right: 0;
}

.form-bordered .help-block {
    margin-bottom: 0;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .input-group-addon, .has-success .radio, .has-success .radio-inline {
    color: #27ae60;
}

.has-success .form-control, .has-success .input-group-addon {
    border-color: #27ae60;
    background-color: #fff;
}

    .has-success .form-control:focus {
        border-color: #166638;
    }

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .input-group-addon, .has-warning .radio, .has-warning .radio-inline {
    color: #e67e22;
}

.has-warning .form-control, .has-warning .input-group-addon {
    border-color: #e67e22;
    background-color: #fff;
}

    .has-warning .form-control:focus {
        border-color: #b3621b;
    }

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .input-group-addon, .has-error .radio, .has-error .radio-inline {
    color: #e74c3c;
}

.has-error .form-control, .has-error .input-group-addon {
    border-color: #e74c3c;
    background-color: #fff;
}

    .has-error .form-control:focus {
        border-color: #c0392b;
    }

.wizard-steps {
    border-bottom: 1px solid #eaedf1;
    margin-bottom: 20px;
}

.form-bordered .wizard-steps {
    margin-bottom: 0;
}

.wizard-steps .row {
    margin: 0;
}

    .wizard-steps .row div {
        padding: 15px 0;
        font-size: 15px;
        text-align: center;
    }

.form-bordered .wizard-steps .row div {
    padding-top: 10px;
}

.wizard-steps span {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid #1bbae1;
    border-radius: 50px;
}

.wizard-steps div.active span, .wizard-steps div.done span {
    background-color: #1bbae1;
    color: #fff;
}

.wizard-steps div.done span {
    opacity: .25;
    filter: alpha(opacity=25);
}

.wizard-steps div.active span {
    opacity: 1;
    filter: alpha(opacity=100);
}

.switch {
    margin: 1px 0;
    position: relative;
    cursor: pointer;
}

    .switch input {
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .switch span {
        position: relative;
        display: inline-block;
        width: 54px;
        height: 28px;
        border-radius: 28px;
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        -webkit-transition: background-color .35s;
        transition: background-color .35s;
    }

        .switch span:after {
            content: "";
            position: absolute;
            left: 7px;
            top: 7px;
            bottom: 7px;
            width: 12px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 24px;
            -webkit-box-shadow: 1px 0 3px rgba(0,0,0,.05);
            box-shadow: 1px 0 3px rgba(0,0,0,.05);
            -webkit-transition: all .15s ease-out;
            transition: all .15s ease-out;
        }

    .switch input:checked + span:after {
        left: 26px;
        width: 24px;
        top: 1px;
        bottom: 1px;
        border: 0;
        -webkit-box-shadow: -2px 0 3px rgba(0,0,0,.1);
        box-shadow: -2px 0 3px rgba(0,0,0,.1);
    }

    .switch input:checked + span {
        background-color: #eee;
    }

.switch-default span {
    border-color: #dbe1e8;
}

.switch-default input:checked + span {
    background-color: #dbe1e8;
}

.switch-primary span {
    border-color: #1bbae1;
}

.switch-primary input:checked + span {
    background-color: #1bbae1;
}

.switch-info span {
    border-color: #7abce7;
}

.switch-info input:checked + span {
    background-color: #7abce7;
}

.switch-success span {
    border-color: #aad178;
}

.switch-success input:checked + span {
    background-color: #aad178;
}

.switch-warning span {
    border-color: #f7be64;
}

.switch-warning input:checked + span {
    background-color: #f7be64;
}

.switch-danger span {
    border-color: #ef8a80;
}

.switch-danger input:checked + span {
    background-color: #ef8a80;
}

.table.table-vcenter td, .table.table-vcenter th {
    vertical-align: middle;
}

.table-options {
    padding: 6px 0;
}

.table .dataTables_empty {
    text-align: center !important;
    font-size: 15pt;
    line-height: 30px;
    font-family: Verdana;
    color: #e74c3c;
    padding: 20px 0;
    font-weight: bold;
}

.table thead > tr > th {
    font-size: 11pt;
    font-weight: bold;
    font-family: Verdana;
}

    .table thead > tr > th > small {
        font-weight: 400;
        font-size: 75%;
    }

#tblDatatable thead > tr > th {
    white-space: nowrap;
}

.table tfoot > tr > td, .table tfoot > tr > th, .table thead > tr > td, .table thead > tr > th {
    padding-top: 6px;
    padding-bottom: 6px;
}

.table tfoot > tr > td, .table tfoot > tr > th {
    background-color: #f9fafc;
}

.table-borderless tbody > tr > td, .table-borderless tbody > tr > th {
    border-top-width: 0;
}

.table tbody + tbody, .table tbody > tr > td, .table tbody > tr > th, .table tfoot > tr > td, .table tfoot > tr > th, .table thead > tr > td, .table thead > tr > th, .table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-color: #eaedf1;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #eaedf1;
}

.list-group-item {
    border-color: #eaedf1;
}

a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover {
    background-color: #1bbae1;
    border-color: #1bbae1;
}

    a.list-group-item.active .list-group-item-text, a.list-group-item.active:focus .list-group-item-text, a.list-group-item.active:hover .list-group-item-text {
        color: #fff;
    }

a.list-group-item:focus, a.list-group-item:hover {
    background-color: #f9fafc;
}

a.list-group-item.active > .badge {
    background: url(../img/template/ie8_opacity_dark_40.png) repeat;
    background: rgba(0,0,0,.4);
    color: #fff;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #1bbae1;
}

.nav > li i {
    font-size: 14px;
}

.nav-pills > .active > a > .badge {
    color: #1bbae1;
}

.nav-stacked > li > a {
    margin: 4px 0 0;
}

.nav .caret, .nav a:focus .caret, .nav a:hover .caret {
    border-top-color: #1bbae1;
    border-bottom-color: #1bbae1;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #f9fafc;
}

.nav-tabs {
    border-bottom-color: #eaedf1;
}

    .nav-tabs > li {
        margin-bottom: 0;
    }

        .nav-tabs > li > a {
            padding-left: 7px;
            padding-right: 7px;
            margin-bottom: -1px;
        }

            .nav-tabs > li > a:hover {
                border-color: #eaedf1;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #394263;
            border-color: #eaedf1;
            border-bottom-color: transparent;
        }

.nav-pills > li.active > a > .badge {
    background: url(../img/template/ie8_opacity_dark_20.png) repeat;
    background: rgba(0,0,0,.2);
    color: #fff;
}

.dropdown-menu {
    padding: 0;
    font-size: 13px;
    border-color: #dbe1e8;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.1);
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
}

    .dropdown-menu > li > a {
        padding: 6px 10px;
    }

    .dropdown-menu > li:first-child > a {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .dropdown-menu > li:last-child > a {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .dropdown-menu i {
        opacity: .2;
        filter: alpha(opacity=20);
        line-height: 17px;
    }

    .dropdown-menu a:hover i {
        opacity: .5;
        filter: alpha(opacity=50);
    }

    .dropdown-menu .divider {
        margin: 2px 0;
        padding: 0 !important;
        background-color: #f0f0f0;
    }

li.dropdown-header {
    padding: 5px 10px;
    color: #394263;
    background-color: #f9fafc;
    border-top: 1px solid #eaedf1;
    border-bottom: 1px solid #eaedf1;
}

.dropdown-menu li:first-child.dropdown-header {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.dropdown-menu.dropdown-custom {
    min-width: 200px;
}

    .dropdown-menu.dropdown-custom > li {
        padding: 8px 10px;
        font-size: 12px;
    }

        .dropdown-menu.dropdown-custom > li > a {
            border-radius: 3px;
        }

.pagination > li > a, .pagination > li > span {
    color: #1bbae1;
    margin-left: 5px;
    margin-right: 5px;
    border: 0 !important;
    border-radius: 25px !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #1bbae1;
}

.pager > li > a, .pager > li > span {
    border-color: #eaedf1;
}

    .pager > li > a:hover, .pagination > li > a:hover {
        background-color: #1bbae1;
        border-color: #1bbae1;
        color: #fff;
    }

.pager > li.disabled > a:hover {
    border-color: #eaedf1;
}

.popover-title {
    background: 0 0;
    border: 0;
    font-size: 17px;
    font-weight: 600;
}

.tooltip {
    z-index: 1051;
}

    .tooltip.in {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.tooltip-inner {
    padding: 4px 6px;
    background-color: #000;
    color: #fff;
}

.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #000;
}

.breadcrumb {
    background-color: #fff;
}

    .breadcrumb i {
        font-size: 14px;
    }

.breadcrumb-top {
    margin: -10px -5px 10px;
    padding: 7px 10px;
    border-top: 1px solid #eaedf1;
    border-bottom: 1px solid #dbe1e8;
    font-size: 12px;
}

    .breadcrumb-top + .content-header, .content-header + .breadcrumb-top {
        margin-top: -11px;
    }

.breadcrumb > li + li:before {
    content: "\203a";
}

.progress, .progress-bar {
    height: 20px;
    line-height: 20px;
}

.progress-bar-danger {
    background-color: #e74c3c;
}

.progress-bar-warning {
    background-color: #f39c12;
}

.progress-bar-success {
    background-color: #2ecc71;
}

.progress-bar-info {
    background-color: #3498db;
}

.modal-content {
    border-radius: 3px;
}

.modal-header {
    padding: 15px 15px 14px;
    border-bottom: 1px solid #eee;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modal-title {
    font-weight: 300;
}

.modal-body {
    padding: 20px 15px;
}

    .modal-body .nav-tabs {
        margin: 0 -15px 15px;
        padding: 0 5px !important;
    }

.modal-footer {
    margin-top: 0;
    padding: 14px 15px 15px;
    border-top: 1px solid #eee;
    background-color: #f9f9f9;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.btn {
    margin: 1px 0;
    background-color: #fff;
}

    .btn .fi, .btn .gi, .btn .hi, .btn .si {
        line-height: 1;
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        opacity: .4;
        filter: alpha(opacity=40);
    }

.block-options .btn, .input-group .btn, .modal-content .btn {
    margin-top: 0;
    margin-bottom: 0;
}

.btn-default {
    background-color: #f1f3f6;
    border-color: #dbe1e8;
    color: #394263;
}

    .btn-default.btn-alt {
        background-color: #fff;
    }

    .btn-default:hover {
        background-color: #eaedf1;
        border-color: #c2c8cf;
    }

    .btn-default.active, .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default:active, .btn-default:focus, .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, .open .btn-default.dropdown-toggle, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #eaedf1;
        border-color: #eaedf1;
    }

.btn-primary {
    background-color: #6ad2eb;
    border-color: #1bbae1;
    color: #fff;
}

    .btn-primary.btn-alt {
        background-color: #fff;
        color: #1bbae1;
    }

    .btn-primary:hover {
        background-color: #1bbae1;
        border-color: #1593b3;
        color: #fff;
    }

    .btn-primary.active, .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary:active, .btn-primary:focus, .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, .open .btn-primary.dropdown-toggle, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #1bbae1;
        border-color: #1bbae1;
        color: #fff;
    }

.btn-danger {
    background-color: #ef8a80;
    border-color: #e74c3c;
    color: #fff;
}

    .btn-danger.btn-alt {
        background-color: #fff;
        color: #e74c3c;
    }

    .btn-danger:hover {
        background-color: #e74c3c;
        border-color: #9c3428;
        color: #fff;
    }

    .btn-danger.active, .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger:active, .btn-danger:focus, .btn-danger[disabled].active, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, .open .btn-danger.dropdown-toggle, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #e74c3c;
        border-color: #e74c3c;
        color: #fff;
    }

.btn-warning {
    background-color: #f7be64;
    border-color: #f39c12;
    color: #fff;
}

    .btn-warning.btn-alt {
        background-color: #fff;
        color: #f39c12;
    }

    .btn-warning:hover {
        background-color: #f39c12;
        border-color: #b3730c;
        color: #fff;
    }

    .btn-warning.active, .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning:active, .btn-warning:focus, .btn-warning[disabled].active, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, .open .btn-warning.dropdown-toggle, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f39c12;
        border-color: #f39c12;
        color: #fff;
    }

.btn-success {
    background-color: #aad178;
    border-color: #7db831;
    color: #fff;
}

    .btn-success.btn-alt {
        background-color: #fff;
        color: #7db831;
    }

    .btn-success:hover {
        background-color: #7db831;
        border-color: #578022;
        color: #fff;
    }

    .btn-success.active, .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success:active, .btn-success:focus, .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, .open .btn-success.dropdown-toggle, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #7db831;
        border-color: #7db831;
        color: #fff;
    }

.btn-info {
    background-color: #7abce7;
    border-color: #3498db;
    color: #fff;
}

    .btn-info.btn-alt {
        background-color: #fff;
        color: #3498db;
    }

    .btn-info:hover {
        background-color: #3498db;
        border-color: #2875a8;
        color: #fff;
    }

    .btn-info.active, .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info:active, .btn-info:focus, .btn-info[disabled].active, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, .open .btn-info.dropdown-toggle, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #3498db;
        border-color: #3498db;
        color: #fff;
    }

.btn-link, .btn-link.btn-icon:focus, .btn-link.btn-icon:hover, .btn-link:focus, .btn-link:hover {
    color: #1bbae1;
}

    .btn-link.btn-icon {
        color: #999;
    }

        .btn-link.btn-icon:focus, .btn-link.btn-icon:hover {
            text-decoration: none;
        }

.block-options .btn {
    border-radius: 15px;
    padding-right: 8px;
    padding-left: 8px;
    min-width: 30px;
    text-align: center;
}

.panel {
    margin-bottom: 20px;
}

.panel-heading {
    padding: 15px;
}

.panel-title {
    font-size: 14px;
}

.panel-default > .panel-heading {
    background-color: #f9f9f9;
}

.panel-group {
    margin-bottom: 20px;
}

pre {
    background: #151515;
    overflow: scroll;
}

code {
    border: 1px solid #fad4df;
    margin: 1px 0;
    display: inline-block;
}

.btn code {
    display: inline;
    margin: 0;
}

.alert {
    border-top-width: 0;
    border-right-width: 2px;
    border-bottom-width: 0;
    border-left-width: 2px;
}

.alert-danger {
    color: #e74c3c;
    background-color: #ffd1cc;
    border-color: #ffb8b0;
}

    .alert-danger .alert-link {
        color: #e74c3c;
    }

.alert-warning {
    color: #e67e22;
    background-color: #ffe4cc;
    border-color: #ffd6b2;
}

    .alert-warning .alert-link {
        color: #e67e22;
    }

.alert-success {
    color: #27ae60;
    background-color: #daf2e4;
    border-color: #b8e5cb;
}

    .alert-success .alert-link {
        color: #27ae60;
    }

.alert-info {
    color: #3498db;
    background-color: #dae8f2;
    border-color: #b8d2e5;
}

    .alert-info .alert-link {
        color: #3498db;
    }

.alert-dismissable .close {
    top: -5px;
    right: -25px;
}

.close {
    text-shadow: none;
}

.alert.alert-alt {
    margin: 0 0 2px;
    padding: 5px;
    font-size: 12px;
    border-width: 0;
    border-left-width: 2px;
}

    .alert.alert-alt small {
        opacity: .75;
        filter: alpha(opacity=75);
    }

.alert-alt.alert-dismissable .close {
    right: 0;
}

    .alert-alt.alert-dismissable .close:hover {
        color: #fff;
    }

.alert-danger.alert-alt {
    border-color: #e74c3c;
}

.alert-warning.alert-alt {
    border-color: #e67e22;
}

.alert-success.alert-alt {
    border-color: #27ae60;
}

.alert-info.alert-alt {
    border-color: #3498db;
}

.sidebar-content .alert.alert-alt {
    margin-left: -10px;
    padding-left: 15px;
    background: 0 0;
    color: #fff;
}

.badge, .label {
    font-weight: 400;
    font-size: 90%;
}

.label {
    padding: 1px 4px;
}

.badge {
    background: url(../img/template/ie8_opacity_dark_30.png) repeat;
    background: rgba(0,0,0,.3);
    padding: 3px 6px;
}

.label-danger {
    background-color: #e74c3c;
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #ff5542;
    }

.label-warning {
    background-color: #e67e22;
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ff8b26;
    }

.label-success {
    background-color: #27ae60;
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #2cc76c;
    }

.label-info {
    background-color: #2980b9;
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #2f92d4;
    }

.label-primary {
    background-color: #1bbae1;
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #5ac5e0;
    }

.label-default {
    background-color: #999;
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #777;
    }

.carousel-control.left, .carousel-control.left.no-hover:hover, .carousel-control.right, .carousel-control.right.no-hover:hover {
    background: 0 0;
}

    .carousel-control.left:hover, .carousel-control.right:hover {
        background: url(../img/template/ie8_opacity_dark_30.png) repeat;
        background: rgba(0,0,0,.3);
    }

.carousel-control span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control i {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

.alert, .carousel, .table, p {
    margin-bottom: 20px;
}

.btn.active, .form-control, .form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle, .panel, .popover, .progress, .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.alert.alert-alt, .breadcrumb, .dropdown-menu, .navbar, .navbar-form-custom .form-control, .tooltip-inner {
    border-radius: 0;
}

.push-bit {
    margin-bottom: 10px !important;
}

.push {
    margin-bottom: 15px !important;
}

.push-top-bottom {
    margin-top: 40px;
    margin-bottom: 40px;
}

.lt-ie9 .hidden-lt-ie9 {
    display: none !important;
}

.display-none {
    display: none;
}

.remove-margin {
    margin: 0 !important;
}

.remove-padding {
    padding: 0 !important;
}

.remove-radius {
    border-radius: 0 !important;
}

.remove-box-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.remove-transition {
    -moz-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

:focus {
    outline: 0 !important;
}

.style-alt #page-content {
    background-color: #fff;
}

.style-alt .block {
    border-color: #dbe1e8;
}

    .style-alt .block.block-alt-noborder {
        border-color: transparent;
    }

.style-alt .block-title {
    background-color: #dbe1e8;
    border-bottom-color: #dbe1e8;
}

.style-alt #page-content + footer, .style-alt .breadcrumb-top + .content-header, .style-alt .content-header + .breadcrumb-top {
    background-color: #f9fafc;
}

.style-alt .breadcrumb-top, .style-alt .content-header {
    border-bottom-color: #eaedf1;
}

.style-alt #page-content + footer {
    border-top-color: #eaedf1;
}

.style-alt .widget {
    background-color: #f6f6f6;
}

.test-circle {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 50px;
    background-color: #eee;
    border: 2px solid #ccc;
    color: #fff;
    margin-bottom: 15px;
}

.themed-color {
    color: #1bbae1;
}

.themed-border {
    border-color: #1bbae1;
}

.themed-background {
    background-color: #1bbae1;
}

.themed-color-dark {
    color: #394263;
}

.themed-border-dark {
    border-color: #394263;
}

.themed-background-dark {
    background-color: #394263;
}

@media screen and (min-width:768px) {
    #login-background {
        height: 400px;
    }

        #login-background > img {
            top: 0;
        }

    #login-container {
        width: 480px;
        top: 150px;
        margin-left: -240px;
    }

    #main-container {
        min-width: 768px;
    }

    #page-content {
        padding: 20px 20px 1px;
    }

        #page-content + footer, .block, .block.full, .breadcrumb-top, .header-section, .modal-body {
            padding-left: 20px;
            padding-right: 20px;
        }

            .block .block-content-full {
                margin: -20px -20px -1px;
            }

            .block.full .block-content-full {
                margin: -20px;
            }

    .breadcrumb-top, .content-header, .content-top {
        margin: -20px -20px 20px;
    }

        .breadcrumb-top + .content-header, .content-header + .breadcrumb-top {
            margin-top: -21px;
        }

    .block, .widget {
        margin-bottom: 20px;
    }

    .block-title, .block-top, .form-bordered {
        margin-left: -20px;
        margin-right: -20px;
    }

        .form-bordered .form-group {
            padding-left: 20px;
            padding-right: 20px;
        }

    .form-horizontal.form-bordered .form-group {
        padding-left: 5px;
        padding-right: 5px;
    }

    .nav-tabs > li > a {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 3px;
        margin-right: 3px;
    }
}

@media (min-width:992px) {
    #sidebar {
        -webkit-transition: opacity .5s linear,background-color .2s ease-out;
        transition: opacity .5s linear,background-color .2s ease-out;
    }

    #main-container, .header-fixed-bottom header, .header-fixed-top header {
        -webkit-transition: none;
        transition: none;
    }

    #sidebar {
        width: 65px !important;
        opacity: .2;
        filter: alpha(opacity=20);
    }

    #main-container {
        margin-left: 65px !important;
    }

    .sidebar-brand i {
        display: none;
    }

    #sidebar:hover, .sidebar-full #sidebar {
        width: 200px !important;
        opacity: 1;
        filter: alpha(opacity=100);
    }

        #sidebar:hover .sidebar-brand i, .sidebar-full #sidebar .sidebar-brand i {
            display: inline-block;
        }

        #sidebar:hover + #main-container, .sidebar-full #main-container {
            margin-left: 200px !important;
        }

    .sidebar-open header.navbar-fixed-bottom, .sidebar-open header.navbar-fixed-top, header.navbar-fixed-bottom, header.navbar-fixed-top {
        left: 65px;
    }

    #sidebar:hover + #main-container header.navbar-fixed-bottom, #sidebar:hover + #main-container header.navbar-fixed-top, .sidebar-full header.navbar-fixed-bottom, .sidebar-full header.navbar-fixed-top {
        left: 200px;
    }
}

@media (min-width:1200px) {
    .header-fixed-bottom .sidebar-content, .header-fixed-top .sidebar-content {
        padding-bottom: 0;
    }

    article p {
        font-size: 19px;
        line-height: 1.9;
    }
}




/*WEATHER*/

#weather {
    width: 500px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

    #weather i {
        color: #fff;
        font-family: weather;
        font-size: 150px;
        font-weight: normal;
        font-style: normal;
        line-height: 1.0;
    }

    #weather .icon-0:before {
        content: ":";
    }

    #weather .icon-1:before {
        content: "p";
    }

    #weather .icon-2:before {
        content: "S";
    }

    #weather .icon-3:before {
        content: "Q";
    }

    #weather .icon-4:before {
        content: "S";
    }

    #weather .icon-5:before {
        content: "W";
    }

    #weather .icon-6:before {
        content: "W";
    }

    #weather .icon-7:before {
        content: "W";
    }

    #weather .icon-8:before {
        content: "W";
    }

    #weather .icon-9:before {
        content: "I";
    }

    #weather .icon-10:before {
        content: "W";
    }

    #weather .icon-11:before {
        content: "I";
    }

    #weather .icon-12:before {
        content: "I";
    }

    #weather .icon-13:before {
        content: "I";
    }

    #weather .icon-14:before {
        content: "I";
    }

    #weather .icon-15:before {
        content: "W";
    }

    #weather .icon-16:before {
        content: "I";
    }

    #weather .icon-17:before {
        content: "W";
    }

    #weather .icon-18:before {
        content: "U";
    }

    #weather .icon-19:before {
        content: "Z";
    }

    #weather .icon-20:before {
        content: "Z";
    }

    #weather .icon-21:before {
        content: "Z";
    }

    #weather .icon-22:before {
        content: "Z";
    }

    #weather .icon-23:before {
        content: "Z";
    }

    #weather .icon-24:before {
        content: "E";
    }

    #weather .icon-25:before {
        content: "E";
    }

    #weather .icon-26:before {
        content: "3";
    }

    #weather .icon-27:before {
        content: "a";
    }

    #weather .icon-28:before {
        content: "A";
    }

    #weather .icon-29:before {
        content: "a";
    }

    #weather .icon-30:before {
        content: "A";
    }

    #weather .icon-31:before {
        content: "6";
    }

    #weather .icon-32:before {
        content: "1";
    }

    #weather .icon-33:before {
        content: "6";
    }

    #weather .icon-34:before {
        content: "1";
    }

    #weather .icon-35:before {
        content: "W";
    }

    #weather .icon-36:before {
        content: "1";
    }

    #weather .icon-37:before {
        content: "S";
    }

    #weather .icon-38:before {
        content: "S";
    }

    #weather .icon-39:before {
        content: "S";
    }

    #weather .icon-40:before {
        content: "M";
    }

    #weather .icon-41:before {
        content: "W";
    }

    #weather .icon-42:before {
        content: "I";
    }

    #weather .icon-43:before {
        content: "W";
    }

    #weather .icon-44:before {
        content: "a";
    }

    #weather .icon-45:before {
        content: "S";
    }

    #weather .icon-46:before {
        content: "U";
    }

    #weather .icon-47:before {
        content: "S";
    }

    #weather h2 {
        margin: 0 0 8px;
        color: #fff;
        font-size: 100px;
        font-weight: 300;
        text-align: center;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    }

    #weather ul {
        margin: 0;
        padding: 0;
    }

    #weather li {
        background: #fff;
        background: rgba(255,255,255,0.90);
        padding: 5px;
        margin: 0 5px;
        display: inline-block;
        border-radius: 5px;
    }

    #weather .currently {
        margin: 0 20px;
    }

/*END WEATHER*/



/*SORTABLE***/

body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

ol.imageList {
    float: left;
    width: 100%;
    padding: 20px;
    margin: 0;
    list-style: none;
}

    ol.imageList li {
        float: left;
        margin: 10px;
        height: 230px;
        width: 200px;
        text-align: center;
        background: #eaedf1;
    }

        ol.imageList li .gallery-image-options {
            height: 180px;
        }

        ol.imageList li img {
            height: 180px;
            width: 200px;
        }

        ol.imageList li textarea {
            height: 50px;
            line-height: 18px;
        }

        ol.imageList li input.form-control {
            z-index: 99;
            position: relative;
            text-align: center;
        }


        ol.imageList li.placeholder {
            position: relative;
            /** More li styles **/
        }

            ol.imageList li.placeholder:before {
                position: absolute;
                /** Define arrowhead **/
                content: "Thả chuột";
                width: 100px;
                text-align: left;
                padding: 0;
                line-height: 26px;
                height: 0;
                margin-top: -5px;
                left: -5px;
                top: -4px;
                border: 5px solid transparent;
                border-left-color: red;
                border-right: none;
            }


.sorted_table thead tr th {
    font-size: 9pt;
}

.sorted_table tr.placeholder {
    display: block;
    background: red;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
}

    .sorted_table tr.placeholder:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-left-color: red;
        margin-top: -5px;
        left: -5px;
        border-right: none;
    }

tr.myDragClass td {
    background: #d9edf7 !important;
}

i.icon-move {
    height: 24px;
    width: 14px;
    line-height: 14px;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    padding: 4px 0 0;
}

ol li i.icon-move {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAdUAAACfCAQAAAAFBIvCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA/dpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjY1RTYzOTA2ODZDRjExREJBNkUyRDg4N0NFQUNCNDA3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZGMjM5QjMzN0VCMTExRTE4MTlBQjZENkFGQkE4NDFGIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZGMjM5QjMyN0VCMTExRTE4MTlBQjZENkFGQkE4NDFGIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkM3RjExNzQwNzIwNjgxMTg4QzZCNDlBQkI4MTk1Q0EiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDM4MDExNzQw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');
    background-position: -168px -72px;
}



/*FORM CONTROL*/
#Alias {
    resize: none;
}
