﻿h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	font-family: Rubik,"Open Sans", Arial, Helvetica, sans-serif;
	/*font-family: "Open Sans", Arial, Helvetica, sans-serif;*/
	font-weight: normal;
	text-align: left;
}

.h1, h1, .h2, h2, h3, .h3, h4, .h4 {
	color: rgba(0,0,0,0.87);
	/*color: #565a5c;*/
}

.h1, h1 {
    display: block;
    font-size: 1.8em;
    font-weight: 700;
    margin: 0 0 10px;
}

.h2, h2 {
    font-size: 1.6em;
}


    h1.line:after, .h1.line:after, h2.line:after, .h2.line:after, h3.line:after, .h3.line:after, h4.line:after, .h4.line:after {
        content: ' ';
        margin-top: 10px;
        display: block;
        border-bottom: 1px solid #C4100E;
    }

    h1.nomt, .h1.nomt, h2.nomt, .h2.nomt, h3.nomt, .h3.nomt, h4.nomt, .h4.nomt {
        margin-top: 0px;
    }

h4.line:after, .h4.line:after {
    margin-top: 5px;
}

.h1.bar, h1.bar, .h2.bar, h2.bar, .h3.bar, h3.bar {
    color: #fff;
    background-color: #C4100E;
    padding: 0.3em 0.5em;
}

.bar.bar-inline {
    display: inline-block;
}

hr {
    border-top: 1px solid #D2D2D2;
}

div.row.ctl-hideable.hidden + hr {
    display: none !important;
}

.checkbox-inline label, .radio-inline label {
    font-weight: 400;
}

.container-default {
    background-color: #EBEEF0;
    /*box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.376);*/
}

.container-sidebar {
    padding-left: 0px;
}

.sb-container-sidebar, .sb-container-content {
    background-color: #fff;
    /*box-shadow: rgba(100, 100, 100, 0.298039) 0px 2px 6px 0px;*/
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.376);
}

.container-full {
    margin: 0 auto;
    width: 100%;
}

.custom-header-navbar .navbar-default {
    background-color: #fff;
    border-color: transparent;
    /*box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);*/
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.376);
}

    .custom-header-navbar .navbar-default .navbar-collapse {
        border-color: transparent;
        background: transparent;
    }

.navbar {
    min-height: 50px;
    margin-bottom: 0px;
}

.navbar-default .navbar-nav > li > a,
.navbar-nav > li.nav-item > a {
    font-size: 1.2em;
    color: #000;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.navbar-nav ul.dropdown-menu > li.dropdown-item > a,
.navbar-nav ul.dropdown-menu > li.dropdown-item > a:visited,
.navbar-nav ul.dropdown-menu > li.dropdown-item > a:focus {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
/*
.navbar-default {
	background-color: #fff;
	box-shadow: rgba(100, 100, 100, 0.298039) 0 2px;
}*/
a.navbar-brand {
    padding: 0px;
    margin: 0px 20px 0 20px;
}

.navbar-brand > img {
    display: block;
    height: 40px;
    margin-top: 5px;
}

.content-wrapper {
    /*padding: 20px 0;*/
}

/*.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here 
	height: 60px;
	background-color: #f5f5f5;
}*/

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 50px;
    background-color: #555;
    color: #fff;
    /*background: #f5f5f5;
	color: #cce1f1;*/
}

    .footer p {
        margin-top: 15px;
        color: #fff; /*#cce1f1;*/
    }

    .footer a, .footer a:hover, footer a:visited {
        color: #fff;
    }


.topic-header {
    margin: 40px 0 20px;
    text-align: center;
}

    .topic-header .topic-headline {
        display: inline-block;
        font-weight: 700;
    }

    .topic-header .topic-subtitle {
    }



/* vertical alignment styles */

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

/* columns of same height styles */

.row-full-height {
    height: 100%;
}

.col-full-height {
    height: 100%;
    vertical-align: middle;
}

.row-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
}

.col-xs-height {
    display: table-cell;
    float: none !important;
}


.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-size: 60px;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px;
}

.badge {
    vertical-align: top;
    margin: 3px 0 0 5px;
}

.btn.btn-primary {
    background-color: #2E96D3;
    border-left: 1px solid #2C90CB;
    border-right: 1px solid #2C90CB;
    border-top: 1px solid #2E96D3;
    border-bottom: 1px solid #2986BC;
}

.btn.btn-add {
    min-width: 150px;
}

.btn-discard {
    background-color: #EBEEF0;
    border-color: #adadad;
}

    .btn-discard span {
        color: #2E96D3;
    }

.popover {
    max-width: 500px;
}


.bd-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.bd-toc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: .875rem;
}

.bd-sidebar {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

@media screen and (min-width: 768px) {
    .container.container-main {
        width: 750px;
    }

    .form-group {
        margin-right: 10px;
    }
}

@media screen and (min-width: 910px) {
    .container.container-main {
        width: 890px;
    }
}

@media screen and (min-width: 1024px) {
    .container.container-main {
        width: 1000px;
    }
}

@media screen and (min-width: 1200px) {
    .container.container-main {
        width: 1170px;
    }
}

@media screen and (min-width: 1400px) {
    .container.container-main {
        width: 1370px;
    }
}

@media screen and (min-width: 1600px) {
    .container.container-main {
        width: 1570px;
    }
}

@media screen and (min-width: 1900px) {
    .container.container-main {
        width: 1870px;
    }
}

.panel-default-cube {
    margin-bottom: 5px;
}

    .panel-default-cube .panel-body {
        padding: 0px;
    }

.content-wrapper-cube {
    padding: 0px;
}
