﻿@font-face {
    font-family: 'bariolregular';
    src: url('../fonts/bariol_regular-webfont-webfont.eot');
    src: url('../fonts/bariol_regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bariol_regular-webfont-webfont.woff') format('woff'),
         url('../fonts/bariol_regular-webfont-webfont.ttf') format('truetype'),
         url('../fonts/bariol_regular-webfont-webfont.svg#bariolregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'bariolregular' !important;
}

html {
    height: 100%;
}

body {
    font-family: 'bariolregular' !important;
    font-size: medium !important;
    height:90%;
}

.btn {
    font-family: 'bariolregular' !important;
}

.navbar-form-override
{
    padding: 10px 0px
}

.navbar-brand
{
    font-weight:bold;
}

h2 {
    margin-left:0.25em !important;
}

hr {
    margin: 0px 0px 15px 0px !important;
}

.tab {
    margin-left:1em;
}

.center-text
{
    text-align: center;
}

.bottom{
    padding-bottom:2em
}

.ec-logo
{
    float: right;
    margin-top:-10px;
}

.width1
{
    display:inline-block; 
    width:1%
}

.width2
{
    width: 195px;
}

.widthLogin
{
    width: 195px;
}

.width3
{
    width: 403px;
}

.dl-horizontal dt
{
    margin-top: 5px;
}

.dl-horizontal dt {
    float: left;
    width: 140px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal dd {
    margin-left: 160px;
}

@media only screen and (max-width: 580px) {
    .ec-logo {
        margin-top: 30px;
    }
}

/* iPhone [portrait + landscape] */
/* change back to max-device-width for deployment? */
@media only screen and (max-width: 480px) {
    .width2
    {
        width: 43.5%;
    }
    .widthLogin
    {
        width: 87%;
    }
    .width3
    {
        width: 90%;
    }
    .width5
    {
        width: 95%;
    }
    .ec-logo {
        margin-top: 30px;
    }
}

.Settings
{
    background-image: url('../img/Settings.png');
}

.Settings-Button
{
    height:41px;
    position:absolute;
    right:0;
    top:6px;
    z-index:98;
    width:41px;
}

.control-label {
    margin-left: 10px;
}

.login
{
    margin-left: 160px;
    margin-bottom: 20px;
}

.inline
{
    display: inline-block !important;
}

.content-margin
{
    margin: 25px 0px 0px 25px;
}

/* adjust body when menu is open */
body.slide-active {
    overflow-x: hidden
}

/*first child of #page-content so it doesn't shift around*/
.no-margin-top {
    margin-top: 0px!important
}

/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
#page-content {
    position: relative;
    padding-top: 70px;
    left: 0;
}

#page-content.slide-active {
    padding-top: 0
}

/* put toggle bars on the left :: not using button */
#slide-nav .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: left;
    margin: 0;
    width: 30px;
    height: 40px;
    padding: 10px 0 0 0;
    border: 0;
    background: transparent;
}

/* icon bar prettyup - optional */
#slide-nav .navbar-toggle > .icon-bar {
    width: 100%;
    display: block;
    height: 3px;
    margin: 5px 0 0 0;
}

#slide-nav .navbar-toggle.slide-active .icon-bar {
    background: orange
}

.navbar-header {
    position: relative
}

/* un fix the navbar when active so that all the menu items are accessible */
.navbar.navbar-fixed-top.slide-active {
    position: relative
}

/* Just stick it in max width since these classes are not shared between sizes */
@media (max-width:767px) { 
    	div#loggedOn 
    {
        display:none;
	}
	#slide-nav .container {
	    margin: 0;
	    padding: 0!important;
	}
	#slide-nav .navbar-header {
	    margin: 0 auto;
	    padding: 0 15px;
	}
	#slide-nav .navbar.slide-active {
	    position: absolute;
	    width: 80%;
	    top: -1px;
	    z-index: 1000;
	}
	#slide-nav #slidemenu {
	    background: #f7f7f7;
	    left: -100%;
	    width: 80%;
	    min-width: 0;
	    position: absolute;
	    padding-left: 0;
	    z-index: 2;
	    top: -8px;
	    margin: 0;
	}
	#slide-nav #slidemenu .navbar-nav {
	    min-width: 0;
	    width: 100%;
	    margin: 0;
	}
	#slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
	    min-width: 0;
	    width: 80%;
	    white-space: normal;
	}
	#slide-nav {
	    border-top: 0
	}
	#slide-nav.navbar-inverse #slidemenu {
	    background: #333
	}
	/* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
	#slide-nav #navbar-height-col {
	    position: fixed;
	    top: 0;
	    height: 100%;
	    width: 80%;
	    left: -80%;
	    background: #eee;
	}
	#slide-nav.navbar-inverse #navbar-height-col {
	    background: #333;
	    z-index: 1;
	    border: 0;
	}
	#slide-nav .navbar-form {
	    width: 100%;
	    margin: 8px 0;
	    text-align: center;
	    overflow: hidden;
	    /*fast clearfixer*/
	}
	#slide-nav .navbar-form .form-control {
	    text-align: center
	}
	#slide-nav .navbar-form .btn {
	    width: 100%
	}
}

@media (min-width:768px) { 
	#page-content {
	    left: 0!important
	}
	.navbar.navbar-fixed-top.slide-active {
	    position: fixed
	}
	.navbar-header {
	    left: 0!important
	}
}

#inner {
    display: table;
    margin: 0 auto;
}

.audit-details tr {
    line-height:2em;
}

.readonly {
    cursor: auto !important;
    background-color: white !important;
}

#loggedOn {
    margin-right: 22px;
}

#outer{
    width: 100%; 
    margin-top: 25px;
}

summary:focus {
	outline-style: none;
}

summary {
	font-size: 16px;
    background-color: #f5f5f5;
}

summary.panel-heading-a{
    padding: 7px 15px;
    border-color: #dddddd;
    border-bottom: 1px solid #dddddd;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.userdropdown {
    margin-left: 532px;
    position: relative;
    top: -6px;
}

.close {
    padding-left:10px !important;
}

.error-message {
    position: fixed;
    width: 100%;
}

.error-message-container {
    padding: 5px;
}

.error-highlight {
    border-color: red;
    border-width: thick;
}