/* FONT */
@font-face {
    font-family: 'OpenSansNormal';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/OpenSans-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/OpenSans-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/OpenSans-Regular.svg#svgFontName') format('svg'), /* Legacy iOS */
    url("../fonts/OpenSans-Regular.otf") format("opentype");
}

@font-face {
    font-family: 'OpenSansSemiBold';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/OpenSans-Semibold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/OpenSans-Semibold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/OpenSans-Semibold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/OpenSans-Semibold.svg#svgFontName') format('svg'), /* Legacy iOS */
    url("../fonts/OpenSans-Semibold.otf") format("opentype");
}

@font-face {
    font-family: 'OpenSansExtraBold';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/OpenSans-ExtraBold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/OpenSans-ExtraBold.svg#svgFontName') format('svg'), /* Legacy iOS */
    url("../fonts/OpenSans-ExtraBold.otf") format("opentype");
}

/* Chrome fix for orange border on input elements */
*:focus {
    outline: 0;
}

/* GENERAL STYLE */
html,
body {
    overflow-x: hidden !important;
    font-family: OpenSansNormal, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    background: #E4E4E4;
    color: #244b67;
}

/* LAYOUT */
.page-container {
    /*height: 100%;*/
}

.content {
    margin-top: 78px;
    margin-left: 260px;
    padding: 0 0 20px 0;
    min-height: 100%;
    position: relative;
}

.content-body {
    padding: 0 5px;
}

    .content-body .row {
        margin-left: 0;
        margin-right: 0;
    }

.page-sidebar-minified .content {
    margin-left: 70px;
}

/* CONTENT */
.content-header {
    padding: 0 20px 0 20px;
    background: #fff;
    box-shadow: none;
    margin-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
    overflow: hidden;
    height: 62px;
}

.content-header-main,
.content-header-extra {
    padding-top: 6px;
    background: #fff;
    position: fixed;
    height: 55px;
}

.content-header-main {
    overflow: hidden;
    display: inline-block;
}

    .content-header-main > span {
        margin: 0;
        font-size: 1.5em;
        font-family: OpenSansExtraBold, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    }

    .content-header-main > .fa {
        font-size: 2.3em;
        text-align: center;
        margin: 0;
        width: 1.2em;
        height: 1.2em;
        margin-right: 10px;
        float: left;
        line-height: 1.6em;
    }

.content-header-extra {
    position: fixed;
    right: 20px;
    color: #767676;
    font-size: 0.9em;
    font-weight: 400;
    text-transform: uppercase;
    text-align: right;
    margin-top: 5px;
}

.content-header-main > .breadcrumb {
    background: #fff;
    padding: 0;
    margin: 0 0 0 50px;
    text-transform: uppercase;
    font-size: 0.85em;
    font-weight: 400;
}

    .content-header-main > .breadcrumb > li > a {
        font-family: OpenSansExtraBold, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
        font-weight: 800;
    }

        .content-header-main > .breadcrumb > li > a:hover {
            color: #2d445c;
        }

    .content-header-main > .breadcrumb > li + li:before {
        content: "\002f \0020";
        color: #2d445c;
    }

.sidebar-toggle {
    display: none;
    border-right: 1px solid #d9d9d9;
    margin: 0 15px 0 0;
    padding-bottom: 0;
    min-height: 62px;
}

    .sidebar-toggle a {
        display: block;
        background: #fff;
        color: #777;
        margin: 0 20px 0 2px;
        padding: 15px 0 0 0;
        font-size: 1.6em;
    }

.sticky-top-bar {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 500;
}

/* UTILITY */
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: OpenSansExtraBold, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

b, strong {
    font-family: OpenSansExtraBold, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

pre {
    display: block;
    padding: 0;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    white-space: pre-wrap;
    word-break: normal;
    word-wrap: break-word;
    background-color: inherit;
    border: 0;
    border-radius: 0;
    font-family: OpenSansNormal, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

blockquote {
    font-size: 1em;
    border: 0;
    border-top: 2px solid #2d445c;
    margin: 0;
    padding: 3px 0 5px 0;
}

.border-top {
    padding: 3px 0 5px 0 !important;
    border-top: 2px solid #2d445c;
}

.lead {
    font-size: 1.6em;
    font-family: OpenSansSemiBold, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    /*margin-top: 5px;*/
    margin-bottom: 5px;
}

.sort-highlight {
    background: #f4f4f4;
    border: 1px dashed #dddddd;
    margin-bottom: 10px;
}

.padding {
    padding: 10px;
}

.margin {
    margin: 10px;
}

.inline {
    display: inline;
    width: auto;
}

a {
    color: #82a9be;
}

    a:hover,
    a:active,
    a:focus {
        outline: none;
        text-decoration: none;
        color: #7198ad;
    }

.hide {
    display: none !important;
}

.fixed {
    position: fixed !important;
}

.no-border {
    border: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-margin-right {
    margin-right: 0px !important;
}

.no-margin-left {
    margin-left: 0px !important;
}

.no-shadow {
    box-shadow: none !important;
}

/*.loading {
	border-image: none;
	border-radius: 10px 10px 10px 10px;
	border-right: 2px solid rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.4);
	border-style: solid;
	border-width: 2px;
	margin-left: 40%;
	display: block;
	width: 14px;
	height: 14px;
	z-index: 2000;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-webkit-animation: pace-spinner 400ms linear infinite;
	-moz-animation: pace-spinner 400ms linear infinite;
	-ms-animation: pace-spinner 400ms linear infinite;
	-o-animation: pace-spinner 400ms linear infinite;
	animation: pace-spinner 400ms linear infinite;
}*/

/* UI GENERAL */
.label {
    font-weight: 400;
    padding: .3em .6em .4em;
}

.badge {
    font-size: 0.9em;
    font-weight: 400;
    padding: 5px 12px 6px;
}

.alert {
    position: relative;
    border-radius: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #fff;
    padding-left: 44px;
    margin-bottom: 8px;
    font-size: 13px;
}

.alert-info:before,
.alert-success:before,
.alert-warning:before,
.alert-danger:before {
    text-align: center;
    font-family: 'FontAwesome';
    font-size: 1.2em;
    line-height: 2.2em;
    margin: -15px 15px -15px -60px;
    width: 45px;
    position: absolute;
    left: 60px;
    top: 16px;
    height: 100%;
}

.alert .close {
    opacity: .7;
}

.popover-content {
    font-size: 0.9em;
}

.jqstooltip {
    box-sizing: content-box;
}

.tooltip {
    line-height: 1.6;
}

.tooltip-inner {
    padding: 5px 10px;
    border-radius: 0;
}


/* IMAGE */
img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.img-rounded {
    border-radius: 3px;
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ededf0;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    line-height: 1.428571429;
    max-width: 100%;
    padding: 2px;
    webkit-transition: all .2s ease-in-out;
    moz-transition: all .2s ease-in-out;
    o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

/* Extr navigation */

.sub-nav {
    padding: 0 10px 2px 10px;
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
}

.nav.nav-pills {
    line-height: 1.5em;
}

    .nav.nav-pills > li {
        font-size: 0.95em;
        min-height: 33px;
    }

.nav-pills > li + li {
    margin-left: 0;
}

.nav.nav-pills > li > a > .fa {
    margin-right: 5px;
}

.nav.nav-pills > li.active > a {
    background-color: #fff;
    color: #2d445c;
    border-top: 2px solid #2d445c;
    font-family: OpenSansExtraBold, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.nav.nav-pills > li > a:hover {
    background-color: #f6f6f6;
}

.nav.nav-pills > li > a {
    border: 0;
    border-radius: 0;
    color: #676767;
    padding: 5px 10px;
    border-top: 2px solid transparent;
}

.nav.nav-pills > li.header {
    padding: 5px 10px 0 15px;
    color: #2d445c;
    font-family: OpenSansSemiBold, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-top: 2px solid transparent;
}

.nav.nav-pills.nav-stacked > li {
    min-height: 15px;
}

    .nav.nav-pills.nav-stacked > li.header {
        padding: 10px 10px 0 0;
        font-family: OpenSansExtraBold, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    }

    .nav.nav-pills.nav-stacked > li > a {
        padding: 2px 10px;
        border: 0;
    }

.progress,
.well {
    border-radius: 0;
}

.panel {
    border-radius: 0 0 0 0;
    padding: 25px 10px 15px 10px;
    border-color: #dddddd;
    margin-bottom: 20px;
}

.panel-default {
    margin-bottom: 15px !important;
    padding: 15px !important;
    overflow-x: hidden;
    outline: 0;
    position: relative;
}

/*#region HelpDiv Aside*/

.help-div-aside {
    float: right;
    margin-left: 10px;
    width: 300px;
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #ccc;
}

.help-div-aside-in-grid {
    float: right;
    margin-left: 10px;
    width: 300px;
    background: #fff;
    padding: 5px 15px;
    border-left: 1px solid #ccc;
}

    .help h1,
    .help-div-aside h1,
    .help-div-aside-in-grid h1 {
        font-size: 20px;
    }

    .help h2,
    .help-div-aside h2,
    .help-div-aside-in-grid h2 {
        font-size: 16px;
    }

    .help-div-aside h3,
    .help-div-aside h4,
    .help-div-aside-in-grid h3,
    .help-div-aside-in-grid h4,
    .help h3,
    .help h4 {
        font-size: 14px;
    }

    .help-div-aside h1,
    .help-div-aside h2,
    .help-div-aside h3,
    .help-div-aside-in-grid h1,
    .help-div-aside-in-grid h2,
    .help-div-aside-in-grid h3,
    .help h1,
    .help h2,
    .help h3 {
        margin-top: 12px;
        margin-bottom: 4px;
        line-height: 1.25;
    }

    .help-div-aside ul,
    .help-div-aside-in-grid ul {
        margin-bottom: 5px;
    }

    .help-div-aside p,
    .help-div-aside-in-grid p,
    .help-div-aside li,
    .help-div-aside-in-grid li {
        line-height: 1.45;
    }

    .help p,
    .help-div-aside p,
    .help-div-aside-in-grid p {
        margin-bottom: 7px;
    }

    .help-div-aside .pull-right + h1,
    .help-div-aside-in-grid .pull-right + h1 {
        margin-top: 0;
    }

.main-content {
    position: relative;
    overflow: hidden;
    outline: 0;
}

@media screen and (max-width: 992px) {
    .help-div-aside {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .help-div-aside-in-grid {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
        border: 0;
        border-bottom: 1px solid #ccc;
    }

    .main-content {
        overflow: visible;
        outline: none;
        position: static;
    }
}

/*#endregion HelpDiv Aside*/

.datepicker-dropdown {
    z-index: 1200 !important;
}

.colorpicker-2x .colorpicker-saturation {
    width: 200px;
    height: 200px;
}

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
    width: 30px;
    height: 200px;
}

.colorpicker-2x .colorpicker-color,
.colorpicker-2x .colorpicker-color div {
    height: 30px;
}
