@import url(http://fonts.googleapis.com/css?family=Ruda:400,700,900);

#top_menu .nav > li,
a.logo,
ul.top-menu > li {
    float: left;
}

body,
html {
    height: 100%;
}

body {
    color: #797979;
    background: #e0e0e0;
    font-family: Ruda, sans-serif;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 13px;
}

.modal-body,
.table-foldable > tbody > tr:nth-of-type(4n+2) > td,
.table-foldable > tbody > tr:nth-of-type(4n+4) > td {
    padding-top: 0;
}

.table-dark {
    color: #fff;
    background-color: #424a5d;
}

.scrollable-area {
    height: 30em;
    overflow: auto;
}

    .scrollable-area .table-scrollable th {
        background-color: #fff;
    }

.modal-body {
    background-color: white;
}

ul li {
    list-style: none;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

::selection {
    background: #C9BD87;
    color: #fff;
}

::-moz-selection {
    background: #C9BD87;
    color: #fff;
}

#container {
    width: 100%;
    height: 100%;
}

.editable-row {
    cursor: pointer;
}

    .editable-row > .actions {
        cursor: auto;
    }

.foldable-row {
    cursor: pointer;
}

.text-warning {
    color: #cb3a1b;
}

.table-foldable > tbody > tr:nth-of-type(4n+1) {
    background-color: #eaeaea;
}

.table-foldable > tbody > tr:nth-of-type(4n+3) {
    background-color: #fefefe;
}

.table-foldable .table.table-foldable > tbody > tr:nth-of-type(4n+1) {
    background-color: #E0D8B6;
}

.table-foldable > tbody > tr:nth-of-type(4n+2),
.table-foldable > tbody > tr:nth-of-type(4n+4) {
    display: none;
}

.table-foldable .content-panel {
    background: #F3FCFC;
    min-height: 0;
}

input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea.form-control:-moz-placeholder,
textarea:-moz-placeholder {
    font: 12px;
    font-weight: 400;
}

input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea.form-control::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 12px;
    font-weight: 400;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fbfbfb;
}

.filter {
    background: azure;
    font: 12px;
    font-weight: 400;
}

.required::-moz-placeholder {
    color: red !important;
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    background: azure;
    font: 12px;
    font-weight: 400;
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    background: azure;
    font: 12px;
    font-weight: 400;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

div.fieldset {
    background: #fff;
    padding: 10px 15px;
    display: block;
    border: none;
    min-width: 0;
    margin: 0;
}

.table-header-rotated th.rotate-45 > div,
.table-header-rotated th.rotate-90 > div {
    top: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    overflow: hidden;
}

.table-header-rotated th.row-header {
    width: auto;
}

.table-header-rotated td {
    vertical-align: middle;
}

.table-header-rotated th.rotate-45,
.table-header-rotated th.rotate-90 {
    min-width: 40px;
    max-width: 40px;
    vertical-align: bottom;
    padding: 0;
    font-size: 12px;
    line-height: .8;
}

.table-header-rotated th.rotate-45 {
    height: 80px;
    width: 40px;
    position: relative;
}

    .table-header-rotated th.rotate-45 > div {
        position: relative;
        left: 40px;
        height: 100%;
        -ms-transform: skew(-45deg, 0deg);
        -moz-transform: skew(-45deg, 0deg);
        -webkit-transform: skew(-45deg, 0deg);
        -o-transform: skew(-45deg, 0deg);
        transform: skew(-45deg, 0deg);
    }

    .table-header-rotated th.rotate-45 span {
        -ms-transform: skew(45deg, 0deg) rotate(315deg);
        -moz-transform: skew(45deg, 0deg) rotate(315deg);
        -webkit-transform: skew(45deg, 0deg) rotate(315deg);
        -o-transform: skew(45deg, 0deg) rotate(315deg);
        transform: skew(45deg, 0deg) rotate(315deg);
        position: absolute;
        bottom: 30px;
        left: -25px;
        display: inline-block;
        width: 85px;
        text-align: left;
    }

.table-header-rotated th.rotate-90 {
    height: 80px;
    width: 40px;
    position: relative;
}

    .table-header-rotated th.rotate-90 > div {
        position: relative;
        left: 0;
        height: 100%;
        -ms-transform: skew(0deg, 0deg);
        -moz-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
        -o-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
    }

    .table-header-rotated th.rotate-90 span {
        -ms-transform: skew(0deg, 0deg) rotate(270deg);
        -moz-transform: skew(0deg, 0deg) rotate(270deg);
        -webkit-transform: skew(0deg, 0deg) rotate(270deg);
        -o-transform: skew(0deg, 0deg) rotate(270deg);
        transform: skew(0deg, 0deg) rotate(270deg);
        position: absolute;
        bottom: 44px;
        left: -25px;
        display: inline-block;
        width: 85px;
        text-align: left;
    }

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.row {
    margin: 0;
}

.badge {
    background-color: #EFEAD6;
    color: #8C7E40;
}

.popover {
    max-width: 300px;
}

.btn {
    padding: 4px 12px;
}

.modal-header {
    background: #042d57;
}

.modal-title {
    color: #fff;
}

.btn-round {
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 15px;
    margin-bottom: 5px;
}

.panel,
.table {
    margin-bottom: 10px;
}

.panel-body {
    padding-top: 5px;
}

.table-striped2 > tbody > tr:nth-of-type(4n+1),
.table-striped2 > tbody > tr:nth-of-type(4n+2) {
    background-color: #f9f9f9;
}

.table-striped2 > tbody > tr > td,
.table-striped2 > tbody > tr > th,
.table-striped2 > tfoot > tr > td,
.table-striped2 > tfoot > tr > th,
.table-striped2 > thead > tr > td,
.table-striped2 > thead > tr > th {
    border-top: 0;
}

.form-control {
    height: 30px;
    padding: 2px 5px;
    font-size: 13px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 6px;
}

.table-list > tbody > tr > td,
.table-list > tbody > tr > th,
.table-list > tfoot > tr > td,
.table-list > tfoot > tr > th,
.table-list > thead > tr > td,
.table-list > thead > tr > th {
    padding-top: 1px;
    padding-bottom: 1px;
}

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th {
    border: none;
}

.accordion-heading .accordion-toggle {
    display: block;
    cursor: pointer;
    border-top: 1px solid #F5F5F5;
    padding: 5px 0;
    line-height: 28.75px;
    text-transform: uppercase;
    color: #1a1a1a;
    background-color: #fff;
    outline: 0 !important;
    text-decoration: none;
}

a.logo:focus,
a.logo:hover,
ul.sidebar-menu li a {
    outline: 0;
    text-decoration: none;
}

.form-group,
.form-horizontal .form-group {
    margin: 0 0 6px;
}

form .input-error {
    border-color: #FE0303;
}

.pagination {
    margin: 0;
}

.nav-tabs {
    background-color: #FFF;
}

    .nav-tabs > li {
        padding-right: 15px;
    }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:focus,
        .nav-tabs > li.active > a:hover {
            background-color: none;
            border: 0;
            border-bottom: 5px solid #1a237e
        }

        .nav-tabs > li > a:focus,
        .nav-tabs > li > a:hover {
            background: 0 0;
            border: 0;
            border-bottom: 5px solid #9fa8da;
        }

.title-group {
    background-color: none;
    border: 0;
    border-bottom: 1px solid #8C7E40;
    padding: 0 10px;
}

.title-tab {
    margin-bottom: 0;
    margin-top: 5px;
}

div.tooltip-inner {
    padding: 10px;
    max-width: 400px;
    width: 400px;
    text-align: justify;
}

.form-horizontal .checkbox {
    padding-top: 3px;
}

.bg-theme02 {
    background-color: #ac92ec;
}

.bg-theme03 {
    background-color: #48cfad;
}

.bg-theme04 {
    background-color: #ed5565;
}

.btn-theme {
    color: #fff;
    background-color: #042d57;
    border-color: #042d57;
}

    .btn-theme.active,
    .btn-theme:active,
    .btn-theme:focus,
    .btn-theme:hover,
    .open .dropdown-toggle.btn-theme {
        color: #fff;
        background-color: #042d57;
        border-color: #064586;
    }

.btn-theme02 {
    color: #fff;
    background-color: #ac92ec;
    border-color: #967adc;
}

    .btn-theme02.active,
    .btn-theme02:active,
    .btn-theme02:focus,
    .btn-theme02:hover,
    .open .dropdown-toggle.btn-theme02 {
        color: #fff;
        background-color: #967adc;
        border-color: #967adc;
    }

.btn-theme03 {
    color: #fff;
    background-color: #17dd74;
    border-color: #11ab13;
}

    .btn-theme03.active,
    .btn-theme03:active,
    .btn-theme03:focus,
    .btn-theme03:hover,
    .open .dropdown-toggle.btn-theme03 {
        color: #fff;
        background-color: #1fc26b;
        border-color: #11ab13;
    }

.btn-theme04 {
    color: #fff;
    background-color: #ed5565;
    border-color: #da4453;
}

    .btn-theme04.active,
    .btn-theme04:active,
    .btn-theme04:focus,
    .btn-theme04:hover,
    .open .dropdown-toggle.btn-theme04 {
        color: #fff;
        background-color: #da4453;
        border-color: #da4453;
    }

.btn-theme05 {
    color: #fff;
    background-color: #8A96B7;
    border-color: #425A74;
}

    .btn-theme05.active,
    .btn-theme05:active,
    .btn-theme05:focus,
    .btn-theme05:hover,
    .open .dropdown-toggle.btn-theme05 {
        color: #fff;
        background-color: #6D7D8F;
        border-color: #425A74;
    }

.btn-clear-g {
    color: #8C7E40;
    background: 0 0;
    border-color: #8C7E40;
}

    .btn-clear-g:hover {
        color: #fff;
    }

hr {
    margin-top: 6.5px;
    margin-bottom: 6.5px;
}

.centered {
    text-align: center;
}

.goup {
    vertical-align: top;
}

.goleft {
    text-align: left;
}

.goright {
    text-align: right;
}

.box0 p,
.box1,
.box1 h3,
.custom-bar-chart .bar,
.custom-bar-chart .bar .title,
.dropdown-menu.extended.logout > li,
.ds h3 {
    text-align: center;
}

.mt {
    margin-top: 25px;
}

.mt5 {
    margin-top: 5px;
}

.mb {
    margin-bottom: 25px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml {
    margin-left: 5px;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.bg-theme,
.label-theme {
    background-color: #C9BD87;
}

ul.top-menu > li > .logout {
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #042d57 !important;
    padding: 5px 15px;
    margin-right: 15px;
    background-color: #042d57 !important;
    margin-top: 15px;
}

.box {
    position: relative;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #3f51b5;
    border-top: 2px solid #3f51b5;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
    content: " ";
    display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
    clear: both;
}

.box-header {
    /*color: #444;*/
    display: block;
    padding: 10px;
    position: relative;
}

#sidebar {
    width: 210px;
    height: 100%;
    position: fixed;
    background-color: #042d57;
}

    #sidebar h5 {
        color: #f2f2f2;
        font-weight: 700;
    }

    #sidebar ul li {
        position: relative;
    }

    #sidebar .sub-menu > .sub li {
        padding-left: 32px;
    }

    #sidebar .sub-menu > .sub-menu li {
        padding-left: 16px;
    }

    #sidebar .sub-menu > .sub li:last-child {
        padding-bottom: 10px;
    }

.dcjq-icon {
    height: 17px;
    width: 17px;
    display: inline-block;
    background: url(../img/nav-expand.png) top no-repeat;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    right: 10px;
}

.active .dcjq-icon {
    background: url(../img/nav-expand.png) bottom no-repeat;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.nav-collapse.collapse {
    display: inline;
}

ul.sidebar-menu,
ul.sidebar-menu li ul.sub,
ul.sidebar-menu li ul.sub-menu {
    margin: -2px 0 0;
    padding: 0;
}

ul.sidebar-menu {
    margin-top: 75px;
}

#sidebar > ul > li > ul.sub {
    display: none;
}

    #sidebar > ul > li.active > ul.sub,
    #sidebar > ul > li > ul.sub > li > a {
        display: block;
    }

ul.sidebar-menu li ul.sub li {
    background-color: #042d57;
    margin: 0;
}

    ul.sidebar-menu li ul.sub li:last-child {
        border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
    }

    ul.sidebar-menu li ul.sub li a {
        font-size: 12px;
        padding: 6px 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        color: #fff;
    }

    ul.sidebar-menu li a,
    ul.sidebar-menu li ul.sub li.active a {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
    }

    ul.sidebar-menu li ul.sub li a:hover {
        color: #fff;
        background: 0 0;
    }

    ul.sidebar-menu li ul.sub li.active a {
        color: #83C9F6;
        font-size: 14px;
        font-weight: 700;
        transition: all .3s ease;
        display: block;
    }

ul.sidebar-menu li {
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

    ul.sidebar-menu li.sub-menu {
        line-height: 15px;
    }

    ul.sidebar-menu li a span {
        display: inline-block;
    }

    ul.sidebar-menu li a {
        color: #aeb2b7;
        display: block;
        padding: 12px 0 12px 10px;
        font-size: 12px;
        transition: all .3s ease;
    }

        ul.sidebar-menu li a.active,
        ul.sidebar-menu li a:focus,
        ul.sidebar-menu li a:hover {
            background: azure;
            color: #084065;
            display: block;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
        }

        ul.sidebar-menu li a i {
            font-size: 15px;
            padding-right: 6px;
        }

.mail-info,
.mail-info:hover {
    margin: -3px 6px 0 0;
    font-size: 11px;
}

#main-content {
    margin-left: 210px;
}

.footer,
.header {
    min-height: 60px;
    padding: 0 15px;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1002;
    color: #fff;
}

.black-bg {
    background: #006ec1;
    border-bottom: 1px solid #042d57;
}

.white-bg {
    background: white;
    border-bottom: 1px solid #042d57;
    color: #042d57;
}

.wrapper {
    display: inline-block;
    width: 100%;
    padding: 0 15px 15px;
}

a.logo {
    font-size: 20px;
    color: #fff;
    margin-top: 8px;
    text-transform: uppercase;
}

    a.logo img {
        height: 45px;
    }

    a.logo b {
        font-weight: 900;
    }

    a.logo span {
        color: #C9BD87;
    }

.notify-row {
    float: left;
    margin-top: 15px;
    margin-left: 92px;
}

    .notify-row .notification span.label {
        height: 18px;
        width: 20px;
        padding: 5px;
    }

ul.top-menu > li > a {
    color: #666;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #666 !important;
    padding: 2px 6px;
    margin-right: 15px;
}

    ul.top-menu > li > a:focus,
    ul.top-menu > li > a:hover {
        background-color: #BDC6CE !important;
        border-color: #b6b6b6 !important;
        text-decoration: none;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        color: #FFF !important;
    }

.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
}

.dropdown-menu.extended {
    min-width: 160px !important;
    top: 42px;
    width: 435px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .dropdown-menu.extended {
        box-shadow: 0 2px 8px rgba(0, 0, 0, .176) !important;
    }
}

.box0:hover,
.pn {
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
}

.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.dropdown-menu.extended li a,
.dropdown-menu.extended li div {
    list-style: none;
    padding: 15px 10px !important;
    display: inline-block;
}

.dropdown-menu.extended li p.green {
    background-color: #C9BD87;
    color: #fff;
}

.dropdown-menu.extended li p.yellow {
    background-color: #fcb322;
    color: #fff;
}

.dropdown-menu.extended li div {
    font-size: 14px;
}

.dropdown-menu.extended li a {
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    width: 100%;
}

    .dropdown-menu.extended li a:hover {
        background-color: #F7F8F9 !important;
        color: #2E2E2E;
    }

.dropdown-menu.tasks-bar .task-info .desc {
    font-size: 13px;
    font-weight: 400;
}

.dropdown-menu.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: -4px;
}

.dropdown-menu.extended .progress {
    margin-bottom: 0 !important;
    height: 10px;
}

.dropdown-menu.inbox li a .photo img {
    border-radius: 2px;
    float: left;
    height: 40px;
    margin-right: 4px;
    width: 40px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

    .dropdown-menu.inbox li a .subject .from {
        font-size: 12px;
        font-weight: 600;
    }

    .dropdown-menu.inbox li a .subject .time {
        font-size: 11px;
        font-style: italic;
        font-weight: 700;
        position: absolute;
        right: 5px;
    }

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
}

.top-nav {
    margin-top: 7px;
}

    .top-nav ul.top-menu > li .dropdown-menu.logout {
        width: 268px !important;
    }

    .top-nav li.dropdown .dropdown-menu {
        float: right;
        right: 0;
        left: auto;
    }

.dropdown-menu.extended.logout > li {
    float: left;
    width: 33.3%;
}

    .dropdown-menu.extended.logout > li:last-child {
        float: left;
        text-align: center;
        width: 100%;
        background: #a9d96c;
        border-radius: 0 0 3px 3px;
    }

        .dropdown-menu.extended.logout > li:last-child > a,
        .dropdown-menu.extended.logout > li:last-child > a:hover {
            color: #fff;
            border-bottom: none !important;
            text-transform: uppercase;
        }

            .dropdown-menu.extended.logout > li:last-child > a:hover > i {
                color: #fff;
            }

    .dropdown-menu.extended.logout > li > a {
        color: #a4abbb;
        border-bottom: none !important;
    }

.full-width .dropdown-menu.extended.logout > li > a:hover {
    background: 0 0 !important;
    color: #50c8ea !important;
}

.dropdown-menu.extended.logout > li > a:hover {
    background: 0 0 !important;
}

    .dropdown-menu.extended.logout > li > a:hover i {
        color: #50c8ea;
    }

.dropdown-menu.extended.logout > li > a i {
    font-size: 17px;
}

.dropdown-menu.extended.logout > li > a > i {
    display: block;
}

.top-nav ul.top-menu > li > a {
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px;
    background: 0 0;
    margin-right: 0;
}

.top-nav ul.top-menu > li {
    margin-left: 10px;
}

    .top-nav ul.top-menu > li > a:focus,
    .top-nav ul.top-menu > li > a:hover {
        border: 1px solid #F1F2F7;
        background: #F1F2F7;
    }

.top-nav .dropdown-menu.extended.logout {
    top: 50px;
}

.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}

.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

.log-arrow-up {
    background: url(../img/arrow-up.png) no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: -10px;
}

.notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    position: absolute;
    left: 7px;
    top: -18px;
    transition: all .25s ease 0s;
    width: 0;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}

.notify-arrow-yellow {
    border-color: transparent transparent #FCB322;
    border-bottom-color: #FCB322 !important;
    border-top-color: #FCB322 !important;
}

.notify-arrow-green {
    border-color: transparent transparent #C9BD87;
    border-bottom-color: #C9BD87 !important;
    border-top-color: #C9BD87 !important;
}

.sidebar-toggle-box {
    float: left;
    padding-right: 15px;
    margin-top: 20px;
}

    .sidebar-toggle-box .fa-bars {
        cursor: pointer;
        display: inline-block;
        font-size: 20px;
    }

.sidebar-closed > #sidebar > ul {
    display: none;
}

.sidebar-closed #main-content {
    margin-left: 0;
}

.sidebar-closed #sidebar {
    margin-left: -180px;
}

.ds {
    background: #fff;
    padding-top: 20px;
}

    .ds h4 {
        font-size: 14px;
        font-weight: 700;
    }

    .ds h3 {
        color: #fff;
        font-size: 16px;
        padding: 0 10px;
        line-height: 60px;
        height: 60px;
        margin: 0;
        background: #ff865c;
    }

    .ds i {
        font-size: 12px;
        line-height: 16px;
    }

    .ds .desc {
        border-bottom: 1px solid #eaeaea;
        display: inline-block;
        padding: 15px 0;
        width: 100%;
    }

        .ds .desc:hover {
            background: #f2f2f2;
        }

    .ds .thumb {
        width: 30px;
        margin: 0 10px 0 20px;
        display: block;
        float: left;
    }

    .ds .details {
        width: 170px;
        float: left;
    }

    .ds > .desc p {
        font-size: 11px;
    }

    .ds p > muted {
        font-size: 9px;
        text-transform: uppercase;
        font-style: italic;
        color: #666;
    }

    .ds a {
        color: #C9BD87;
    }

.mtbox {
    margin-top: 80px;
    margin-bottom: 40px;
}

.box1 {
    padding: 15px;
    color: #989898;
    border-bottom: 1px solid #989898;
}

    .box1 span {
        font-size: 50px;
    }

.box0:hover .box1 {
    border-bottom: 1px solid #fff;
}

.box0 p {
    font-size: 12px;
    color: #f2f2f2;
}

.box0:hover p {
    color: #ff865c;
}

.box0:hover {
    background: #fff;
}

.main-chart {
    padding-top: 20px;
}

.border-head h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
    padding-bottom: 5px;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    color: #989898;
}

.blog-title,
.donut-main,
.steps,
.stock .summary,
.y-axis li,
.y-axis li span {
    display: block;
}

.custom-bar-chart {
    height: 290px;
    margin-top: 20px;
    margin-left: 20px;
    position: relative;
    border-bottom: 1px solid #c9cdd7;
}

    .custom-bar-chart .bar {
        height: 100%;
        position: relative;
        width: 6%;
        margin: 0 4%;
        float: left;
        z-index: 10;
    }

        .custom-bar-chart .bar .title {
            position: absolute;
            bottom: -30px;
            width: 100%;
            font-size: 11px;
        }

        .custom-bar-chart .bar .value {
            position: absolute;
            bottom: 0;
            background: #ff865c;
            color: #C9BD87;
            width: 100%;
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

            .custom-bar-chart .bar .value:hover {
                background: #2f2f2f;
                color: #fff;
            }

.y-axis {
    color: #555;
    position: absolute;
    text-align: left;
    width: 100%;
    font-size: 11px;
}

.darkblue-panel,
.green-panel,
.grey-panel,
.white-panel {
    text-align: center;
}

.y-axis li {
    border-top: 1px dashed #dbdce0;
    height: 58px;
    width: 100%;
}

.card,
.pn {
    height: 250px;
}

.y-axis li:last-child {
    border-top: none;
}

.y-axis li span {
    margin: -10px 0 0 -60px;
    padding: 0 10px;
    width: 40px;
}

.donut-main {
    text-: center;
}

    .donut-main h4 {
        font-weight: 700;
        font-size: 16px;
    }

.pn:hover {
    box-shadow: 2px 3px 2px rgba(0, 0, 0, .3);
}

.grey-panel {
    background: #dfdfe1;
}

    .grey-panel .grey-header {
        background: #ccd1d9;
        padding: 3px;
        margin-bottom: 15px;
    }

    .grey-panel h5 {
        font-weight: 200;
        margin-top: 10px;
    }

    .grey-panel p {
        margin-left: 5px;
    }

.donut-chart p {
    margin-top: 5px;
    font-weight: 700;
    margin-left: 15px;
}

.donut-chart h2 {
    font-weight: 900;
    color: #FF6B6B;
    font-size: 38px;
}

.darkblue-panel {
    background: #444c57;
}

    .darkblue-panel .darkblue-header {
        background: 0 0;
        padding: 3px;
        margin-bottom: 15px;
    }

    .darkblue-panel h1 {
        color: #f2f2f2;
    }

    .darkblue-panel footer,
    .green-panel h3,
    .green-panel h5,
    .green-panel p {
        color: #fff;
    }

    .darkblue-panel h5 {
        font-weight: 200;
        margin-top: 10px;
        color: #fff;
    }

    .darkblue-panel footer h5 {
        margin-left: 10px;
        margin-right: 10px;
        font-weight: 700;
    }

.green-panel {
    background: #C9BD87;
}

    .green-panel .green-header {
        background: #43b1a9;
        padding: 3px;
        margin-bottom: 15px;
    }

    .green-panel h5 {
        font-weight: 200;
        margin-top: 10px;
    }

    .green-panel h3 {
        font-weight: 100;
    }

.white-panel {
    background: #fff;
    color: #ccd1d9;
}

    .white-panel p {
        margin-top: 5px;
        font-weight: 700;
        margin-left: 15px;
    }

    .white-panel .white-header {
        background: #f4f4f4;
        padding: 3px;
        margin-bottom: 15px;
        color: #c6c6c6;
    }

    .white-panel .small {
        font-size: 10px;
        color: #ccd1d9;
    }

    .white-panel i {
        color: #C9BD87;
        padding-right: 4px;
        font-size: 14px;
    }

.card {
    background: #fff;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
    margin-bottom: 1em;
}

.content-panel,
.form-panel,
.showback {
    box-shadow: 0 3px 2px #aab2bd;
}

.stock .stock-chart {
    background: #00c5de;
}

    .stock .stock-chart #chart {
        height: 10.7em;
        background: url(http://i.imgbox.com/abmuNQx2) center bottom no-repeat;
    }

.stock .current-price {
    background: #1d2122;
    padding: 10px;
}

    .stock .current-price .info abbr {
        display: block;
        color: #f8f8f8;
        font-size: 1.5em;
        font-weight: 600;
        margin-top: .18em;
    }

    .stock .current-price .changes {
        text-align: right;
    }

.instagram-panel,
.product-panel,
.stock .summary,
.twitter-panel,
.weather {
    text-align: center;
}

.stock .changes .up {
    color: #4fd98b;
}

.stock .current-price .changes .value {
    font-size: 1.8em;
    font-weight: 700;
}

.stock .summary {
    color: #2f2f2f;
    background: #f2f2f2;
    padding: 10px;
}

    .stock .summary strong {
        font-weight: 900;
        font-size: 14px;
    }

.content-panel {
    background: #fff;
    padding: 10px 15px 5px;
    min-height: 300px;
}

    .content-panel h4 {
        margin-left: 10px;
    }

.weather {
    background: url(../img/weather.jpg) center center no-repeat;
}

    .weather i {
        color: #fff;
        margin-top: 45px;
    }

    .weather h2 {
        color: #fff;
        font-weight: 900;
    }

    .weather h4 {
        color: #fff;
        font-weight: 900;
        letter-spacing: 1px;
    }

.weather-2 {
    background: #e9f0f4;
}

    .weather-2 .weather-2-header {
        background: #54bae6;
        padding-top: 5px;
        margin-bottom: 5px;
    }

        .weather-2 .weather-2-header p {
            color: #fff;
            margin-left: 5px;
            margin-right: 5px;
        }

            .weather-2 .weather-2-header p small {
                font-size: 10px;
            }

    .weather-2 .data {
        margin-right: 10px;
        margin-left: 10px;
        color: #272b34;
    }

        .weather-2 .data h5 {
            margin-top: 0;
            font-weight: lighter;
        }

        .weather-2 .data h1 {
            margin-top: 2px;
        }

.weather-3 {
    background: #ffcf00;
}

    .weather-3 i {
        color: #fff;
        margin-top: 30px;
        font-size: 70px;
    }

    .weather-3 h1 {
        margin-top: 10px;
        color: #fff;
        font-weight: 900;
    }

    .weather-3 .info {
        background: #f2f2f2;
    }

        .weather-3 .info i {
            font-size: 15px;
            color: #c2c2c2;
            margin-bottom: 0;
            margin-top: 10px;
        }

        .weather-3 .info h3 {
            font-weight: 900;
            margin-bottom: 0;
        }

        .weather-3 .info p {
            margin-left: 10px;
            margin-right: 10px;
            margin-bottom: 16px;
            color: #c2c2c2;
            font-size: 15px;
            font-weight: 700;
        }

.twitter-panel {
    background: #4fc1e9;
}

    .twitter-panel i {
        color: #fff;
        margin-top: 40px;
    }

    .twitter-panel p {
        color: #f5f5f5;
        margin: 10px;
    }

    .twitter-panel .user {
        color: #fff;
        font-weight: 900;
    }

.instagram-panel {
    background: url(../img/instagram.jpg) center center no-repeat;
}

    .instagram-panel i {
        color: #fff;
        margin-top: 35px;
    }

    .instagram-panel p {
        margin: 5px;
        color: #fff;
    }

.product-panel {
    background: #dadad2;
    padding-top: 50px;
    height: 100%;
}

.badge-hot,
.badge-popular {
    height: 70px;
    line-height: 70px;
    border-radius: 100%;
    text-align: center;
}

.product-panel-2 {
    background: #dadad2;
    text-align: center;
}

    .product-panel-2 .badge {
        position: absolute;
        top: 20px;
        left: 35px;
    }

.badge-hot {
    background: #ed5565;
    width: 70px;
    font-size: 18px;
    color: #fff;
}

#spotify {
    background: url(../img/lorde.jpg) center center no-repeat relative;
    margin-top: -15px;
    min-height: 220px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #spotify .btn-clear-g {
        top: 15%;
        right: 10px;
        position: absolute;
        margin-top: 5px;
    }

    #spotify .sp-title {
        bottom: 15%;
        left: 25px;
        position: absolute;
        color: #efefef;
    }

        #spotify .sp-title h3 {
            font-weight: 900;
        }

    #spotify .play {
        bottom: 18%;
        right: 25px;
        position: absolute;
        color: #efefef;
        font-size: 20px;
    }

.followers {
    margin-left: 5px;
    margin-top: 5px;
}

#blog-bg {
    background: url(../img/blog-bg.jpg) center center no-repeat relative;
    margin-top: -15px;
    min-height: 150px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #blog-bg .badge {
        position: absolute;
        top: 20px;
        left: 35px;
    }

.badge-popular {
    background: #3498db;
    width: 70px;
    font-size: 13px;
    color: #fff;
}

.blog-title {
    background: rgba(0, 0, 0, .5);
    bottom: 100px;
    padding: 6px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    width: 120px;
}

.blog-text {
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 15px;
    font-size: 12px;
}

.steps input[type=submit],
.steps label {
    width: 100%;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 900;
    cursor: pointer;
    text-transform: uppercase;
}

#calendar {
    color: #fff;
    padding: 0 !important;
}

.calendar-month-header {
    background: #43b1a9;
}

.steps input[type=checkbox] {
    display: none;
}

.steps input[type=submit] {
    background: #f1783c;
    border: none;
    padding: 0;
    margin: 0 auto;
    height: 55px;
    color: #fff;
    transition: background .5s ease;
}

    .steps input[type=submit]:hover {
        background: #8fde9c;
    }

.steps label {
    background: #393D40;
    height: 65px;
    line-height: 65px;
    display: block;
    border-bottom: 1px solid #44494e;
    color: #889199;
    text-indent: 52px;
    transition: all .7s ease;
    margin: 0;
}

    .steps label:before {
        content: "";
        width: 12px;
        height: 12px;
        display: block;
        position: absolute;
        margin: 26px 0 0 18px;
        border-radius: 100%;
        transition: border .7s ease;
    }

#profile-01,
#profile-02 {
    margin-top: -15px;
    width: 100%;
}

.steps label:hover {
    background: #2B2E30;
    color: #46b7e5;
}

    .steps label:hover:before {
        border: 1px solid #46b7e5;
    }

#op1:checked ~ label[for=op1]:before,
#op2:checked ~ label[for=op2]:before,
#op3:checked ~ label[for=op3]:before {
    border: 2px solid #96c93c;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGFJREFUeNpinHLMhgEHKADia0xQThIQs6JJ9gPxZhYQAcS6QHwDiI8hSYJAC0gBPxDLAvFcIJ6JJJkDxFNBVtgBcQ8Qa6BLghgwN4A4a9ElQYAFSj8C4mwg3o8sCQIAAQYA78QTYqnPZuEAAAAASUVORK5CYII=) center center no-repeat;
}

#profile-01 {
    background: url(../img/profile-01.jpg) center center no-repeat relative;
    min-height: 150px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #profile-01 h3 {
        color: #fff;
        padding-top: 50px;
        margin: 0;
        text-align: center;
    }

    #profile-01 h6 {
        color: #fff;
        text-align: center;
        margin-bottom: 0;
        font-weight: 900;
    }

.profile-01 {
    background: #C9BD87;
    height: 50px;
}

    .profile-01:hover {
        background: #2f2f2f;
        -webkit-transition: background-color .6s;
        -moz-transition: background-color .6s;
        -o-transition: background-color .6s;
        transition: background-color .6s;
        cursor: pointer;
    }

    .profile-01 p {
        color: #fff;
        padding-top: 15px;
        font-weight: 400;
        font-size: 15px;
    }

#profile-02 {
    background: url(../img/profile-02.jpg) center center no-repeat relative;
    min-height: 200px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #profile-02 .user {
        padding-top: 40px;
        text-align: center;
    }

    #profile-02 h4 {
        color: #fff;
        margin: 0;
        padding-top: 8px;
    }

.pr2-social a {
    color: #cdcdcd;
}

    .pr2-social a:hover {
        color: #C9BD87;
    }

.pr2-social i {
    margin-top: 15px;
    margin-right: 12px;
    font-size: 20px;
}

.chart {
    display: inline-block;
    text-align: center;
    width: 100%;
}

    .chart .heading {
        text-align: left;
    }

        .chart .heading span {
            display: block;
        }

.panel.green-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight: 400;
    background: #99c262;
    width: 100%;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

#barchart {
    margin-bottom: -15px;
    display: inline-block;
}

.panel.green-chart .chart-tittle .value {
    float: right;
    color: #c0f080;
}

.panel.green-chart {
    background: #a9d96c;
    color: #fff;
}

.panel.terques-chart {
    background: 0 0;
    color: #797979;
}

    .panel.terques-chart .chart-tittle .value {
        float: right;
        color: #fff;
    }

        .panel.terques-chart .chart-tittle .value a {
            color: #2f2f2f;
            font-size: 12px;
        }

            .panel.terques-chart .chart-tittle .value a.active,
            .panel.terques-chart .chart-tittle .value a:hover {
                color: #C9BD87;
                font-size: 12px;
            }

    .panel.terques-chart .chart-tittle {
        font-size: 16px;
        padding: 15px;
        display: inline-block;
        font-weight: 400;
        background: #39b7ac;
        width: 100%;
        -webkit-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
    }

.inline-block {
    display: inline-block;
}

.showback {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
}

.external-event {
    cursor: move;
    display: inline-block !important;
    margin-bottom: 7px !important;
    margin-right: 7px !important;
    padding: 10px;
}

.drop-after {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ccc;
}

.fc-state-default,
.fc-state-default .fc-button-inner {
    background: #f2f2f2;
}

.fc-state-active .fc-button-inner {
    background: #FFF;
}

.photo-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #C9BD87;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
}

.project .overlay {
    position: absolute;
    text-align: center;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

.project:hover .photo-wrapper {
    background-color: #C9BD87;
    background-image: url(../img/zoom.png);
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
}

.project:hover .photo {
    opacity: .1;
    filter: alpha(opacity=40);
}

.project:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.ez-checkbox {
    margin-right: 5px;
}

.ez-checkbox,
.ez-radio {
    height: 20px;
    width: 20px;
}

.brand-highlight {
    background: #fffbcc !important;
}

.form-panel {
    background: #fff;
    margin: 10px;
    padding: 10px;
    text-align: left;
}

label {
    font-weight: 400;
}

.form-horizontal.style-form .form-group {
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.round-form {
    border-radius: 500px;
    -webkit-border-radius: 500px;
}

fieldset.newpage {
    page-break-before: always;
}

#modal-notice {
    margin-top: 100px;
}

    #modal-notice .modal-body {
        background-color: rgba(25, 63, 92, .1);
        font-size: 14px;
        color: #1e2966;
        font-weight: 700;
    }

@media (min-width:200px) {
    .wrapper {
        margin-top: 10px;
    }
}


@media (min-width:768px) {
    .modal-lg {
        width: 730px;
    }

    .modal-sm {
        width: 450px;
    }

    .wrapper {
        margin-top: 30px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }

    .modal-sm {
        width: 450px;
    }

    .wrapper {
        margin-top: 60px;
    }
}

#focusedInput {
    border: 1px solid #ed5565;
    box-shadow: none;
}

.add-on {
    float: right;
    margin-top: -37px;
    padding: 3px;
    text-align: center;
}

    .add-on .btn {
        height: 34px;
    }

.has-switch label,
.has-switch span {
    height: 29px;
    -webkit-backface-visibility: hidden;
    float: left;
    position: relative;
}

.has-switch {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    line-height: 1.231;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 80px;
    -webkit-mask: url(../img/mask.png) 0 0 no-repeat;
    mask: url(../img/mask.png) 0 0 no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .has-switch.deactivate,
    .has-switch.deactivate label,
    .has-switch.deactivate span {
        cursor: default !important;
    }

    #showtime,
    .form-login h2.form-login-heading,
    .has-switch span,
    .lock-screen,
    .login-wrap .registration {
        text-align: center;
    }

    .has-switch.deactivate {
        opacity: .5;
        filter: alpha(opacity=50);
    }

    .has-switch > div {
        width: 162%;
        position: relative;
        top: 0;
    }

        .has-switch > div.switch-animate {
            -webkit-transition: left .25s ease-out;
            -moz-transition: left .25s ease-out;
            -o-transition: left .25s ease-out;
            transition: left .25s ease-out;
            -webkit-backface-visibility: hidden;
        }

        .has-switch > div.switch-off {
            left: -63%;
        }

            .has-switch > div.switch-off label {
                background-color: #7f8c9a;
                border-color: #bdc3c7;
                -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, .5);
                -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, .5);
                box-shadow: -1px 0 0 rgba(255, 255, 255, .5);
            }

        .has-switch > div.switch-on {
            left: 0;
        }

            .has-switch > div.switch-on label {
                background-color: #41cac0;
            }

    .has-switch input[type=checkbox] {
        display: none;
    }

    .has-switch span {
        cursor: pointer;
        font-size: 14.99px;
        font-weight: 700;
        line-height: 19px;
        margin: 0;
        padding-bottom: 6px;
        padding-top: 5px;
        width: 50%;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: .25s ease-out;
        -moz-transition: .25s ease-out;
        -o-transition: .25s ease-out;
        transition: .25s ease-out;
    }

        .has-switch span.switch-left {
            border-radius: 30px 0 0 30px;
            background-color: #2A3542;
            color: #41cac0;
            border-left: 1px solid transparent;
        }

        .has-switch span.switch-right {
            border-radius: 0 30px 30px 0;
            background-color: #bdc3c7;
            color: #fff;
            text-indent: 7px;
        }

            .has-switch span.switch-right [class*=fui-] {
                text-indent: 0;
            }

    .has-switch label {
        border: 4px solid #2A3542;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        margin: 0 -21px 0 -14px;
        padding: 0;
        vertical-align: middle;
        width: 29px;
        z-index: 100;
        -webkit-transition: .25s ease-out;
        -moz-transition: .25s ease-out;
        -o-transition: .25s ease-out;
        transition: .25s ease-out;
    }

.switch-square {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-mask: url(../img/mask.png) 0 0 no-repeat;
    mask: url(../img/mask.png) 0 0 no-repeat;
}

    .switch-square > div.switch-off label {
        border-color: #7f8c9a;
        border-radius: 6px 0 0 6px;
    }

    .switch-square span.switch-left {
        border-radius: 6px 0 0 6px;
    }

    .switch-square label,
    .switch-square span.switch-right {
        border-radius: 0 6px 6px 0;
    }

    .switch-square span.switch-left [class*=fui-] {
        text-indent: -10px;
    }

    .switch-square span.switch-right [class*=fui-] {
        text-indent: 5px;
    }

    .switch-square label {
        border-color: #41cac0;
    }

.form-login {
    max-width: 330px;
    margin: 100px auto 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .form-login h2.form-login-heading {
        margin: 0;
        padding: 25px 20px;
        background-color: #042d57;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 300;
    }

.login-wrap {
    padding: 20px;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    background-color: rgba(25, 63, 92, .4);
    color: white;
}

.login-social-link {
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
}

#showtime,
.chart-info,
.chart-info .decrease,
.chart-info .increase,
.easy-pie-chart {
    display: inline-block;
}

#showtime {
    width: 100%;
    color: #fff;
    font-size: 90px;
    margin-bottom: 30px;
    margin-top: 250px;
    font-weight: 400;
}

.lock-screen a {
    color: #fff;
}

    .lock-screen a:hover {
        color: #48cfad;
    }

.lock-screen i {
    font-size: 60px;
}

.lock-screen .modal-content {
    position: relative;
    background-color: #f2f2f2;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
}

.btn-facebook {
    color: #fff;
    background-color: #5193ea;
    border-color: #2775e2;
}

    .btn-facebook.active,
    .btn-facebook:active,
    .btn-facebook:focus,
    .btn-facebook:hover,
    .open .dropdown-toggle.btn-facebook {
        color: #fff;
        background-color: #2775e2;
        border-color: #2775e2;
    }

.btn-twitter {
    color: #fff;
    background-color: #44ccfe;
    border-color: #2bb4e8;
}

    .btn-twitter.active,
    .btn-twitter:active,
    .btn-twitter:focus,
    .btn-twitter:hover,
    .open .dropdown-toggle.btn-twitter {
        color: #fff;
        background-color: #2bb4e8;
        border-color: #2bb4e8;
    }

.badge.bg-primary {
    background: #8075c4;
}

.badge.bg-success {
    background: #a9d86e;
}

.badge.bg-warning {
    background: #FCB322;
}

.badge.bg-important {
    background: #ff6c60;
}

.badge.bg-info {
    background: #41cac0;
}

.badge.bg-inverse {
    background: #2A3542;
}

.easy-pie-chart {
    padding: 30px 0;
}

.chart-info {
    width: 100%;
    margin-bottom: 5px;
}

.chart-position {
    margin-top: 70px;
}

.chart-info span {
    margin: 0 3px;
}

.chart-info .increase {
    background: #ff6c60;
    width: 10px;
    height: 10px;
}

.chart-info .decrease {
    background: #f2f2f2;
    width: 10px;
    height: 10px;
}

.panel-footer.revenue-foot {
    background-color: #e6e7ec;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    border: none;
    padding: 0;
    width: 100%;
    display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .panel-footer.revenue-foot {
        margin-bottom: -4px;
    }
}

.panel-footer.revenue-foot ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-flex;
}

    .panel-footer.revenue-foot ul li {
        float: left;
        width: 33.33%;
    }

        .panel-footer.revenue-foot ul li.first a,
        .panel-footer.revenue-foot ul li.first a:hover {
            -webkit-border-radius: 0 0 0 4px;
            border-radius: 0 0 0 4px;
        }

        .panel-footer.revenue-foot ul li.last a,
        .panel-footer.revenue-foot ul li.last a:hover {
            -webkit-border-radius: 0 0 4px;
            border-radius: 0 0 4px;
            border-right: none;
        }

        .panel-footer.revenue-foot ul li a {
            display: inline-block;
            width: 100%;
            padding: 14px 15px;
            text-align: center;
            border-right: 1px solid #d5d8df;
            color: #797979;
        }

            .panel-footer.revenue-foot ul li a:hover,
            .panel-footer.revenue-foot ul li.active a {
                background: #fff;
                position: relative;
            }

            .panel-footer.revenue-foot ul li a i {
                color: #c6cad5;
                display: block;
                font-size: 16px;
            }

            .panel-footer.revenue-foot ul li a:hover i,
            .panel-footer.revenue-foot ul li.active a i {
                color: #ff6c60;
                display: block;
                font-size: 16px;
            }

.flot-chart .bars,
.flot-chart .chart,
.flot-chart .pie {
    height: 300px;
}

#sortable {
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}

    #sortable li {
        padding-left: 3em;
        font-size: 12px;
    }

        #sortable li i {
            position: absolute;
            left: 6px;
            padding: 4px 10px 0;
            cursor: pointer;
        }

        #sortable li input[type=checkbox] {
            margin-top: 0;
        }

.ui-sortable > li {
    padding: 15px 0 15px 35px !important;
    position: relative;
    background: #f5f6f8;
    margin-bottom: 2px;
    border-bottom: none !important;
}

.ui-sortable li.list-primary {
    border-left: 3px solid #41CAC0;
}

.ui-sortable li.list-success {
    border-left: 3px solid #78CD51;
}

.ui-sortable li.list-danger {
    border-left: 3px solid #FF6C60;
}

.ui-sortable li.list-warning {
    border-left: 3px solid #F1C500;
}

.ui-sortable li.list-info {
    border-left: 3px solid #58C9F3;
}

.ui-sortable li.list-inverse {
    border-left: 3px solid #BEC3C7;
}

.site-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #042d57;
    color: #fff;
    padding: 10px 0;
}

.go-top {
    margin-right: 1%;
    float: right;
    background: rgba(255, 255, 255, .5);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

    .go-top i {
        color: #2A3542;
    }

.site-min-height {
    min-height: 900px;
}

.only-printer {
    display: none;
}

@media print {
    .NaoImprime,
    .btn,
    .filter,
    .nav-tabs > li:not(.active),
    .optionTemplate {
        display: none;
    }

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }

    .scrollable-area {
        height: auto !important;
        overflow: visible;
    }

    .collapse,
    .for-printer,
    .only-printer,
    .tab-pane.for-printer {
        display: block;
    }

    .content-panel {
        min-height: 0;
    }

    .sky-form {
        border: 0;
    }

        #main-content,
        .sky-form .row {
            margin: 0;
        }

    .table-header-rotated th.rotate-45 {
        height: 100px;
        width: 40px;
        min-width: 40px;
        max-width: 40px;
        position: relative;
        vertical-align: bottom;
        padding: 0;
        font-size: 12px;
        line-height: .8;
    }

        .table-header-rotated th.rotate-45 > div {
            position: relative;
            top: 0;
            left: 0;
            height: 100%;
            -ms-transform: skew(0deg, 0deg);
            -moz-transform: skew(0deg, 0deg);
            -webkit-transform: skew(0deg, 0deg);
            -o-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
            overflow: hidden;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
            border-top: 1px solid #ddd;
        }

        .table-header-rotated th.rotate-45 span {
            -ms-transform: skew(0deg, 0deg) rotate(270deg);
            -moz-transform: skew(0deg, 0deg) rotate(270deg);
            -webkit-transform: skew(0deg, 0deg) rotate(270deg);
            -o-transform: skew(0deg, 0deg) rotate(270deg);
            transform: skew(0deg, 0deg) rotate(270deg);
            position: absolute;
            bottom: 44px;
            left: -25px;
            display: inline-block;
            width: 85px;
            text-align: left;
        }

    .col-md-12,
    .col-sm-12,
    .wrapper {
        width: 100%;
    }

    .table-foldable > tbody > tr:nth-of-type(4n+2),
    .table-foldable > tbody > tr:nth-of-type(4n+4) {
        display: table-row;
    }

    .wrapper {
        display: block;
        margin-top: 0;
        padding: 0;
    }

    * {
        text-shadow: none !important;
        color: #000 !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: none;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    blockquote,
    pre {
        border: 1px solid #999;
    }

    thead {
        display: table-header-group;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .5cm;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: inherit;
    }

    div.fieldset {
        padding: 5px;
    }

    .label,
    label {
        border: none;
    }

    .h4,
    .h5,
    .h6,
    h3,
    h4,
    h5,
    h6 {
        margin-top: 5px;
        margin-bottom: 0;
    }

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left !important;
        padding: 0 7px;
    }

    .col-md-11,
    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-md-10,
    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-md-9,
    .col-sm-9 {
        width: 75%;
    }

    .col-md-8,
    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-md-7,
    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-md-6,
    .col-sm-6 {
        width: 50%;
    }

    .col-md-5,
    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-md-4,
    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-md-3,
    .col-sm-3 {
        width: 25%;
    }

    .col-md-2,
    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-md-1,
    .col-sm-1 {
        width: 8.333333333333332%;
    }
}
