/*
 * Base structure
 */
.page-header, .page-header h1 {
    margin-top: 0;
}

.table50 th {
    width: 50%;
}

.pagination {
    margin: 0;
}
.summary {
    /*float: right;
    line-height: 29px;*/
}
fieldset {
    margin: 0 0 20px;
}
.form-control .select2-choice {
    border: 0;
    border-radius: 2px;
}

.form-control .select2-choice .select2-arrow {
    border-radius: 0 2px 2px 0;   
}

.form-control.select2-container {
    height: auto !important;
    padding: 0px;
}

.form-control.select2-container.select2-dropdown-open {
    border-color: #5897FB;
    border-radius: 3px 3px 0 0;
}

.form-control .select2-container.select2-dropdown-open .select2-choices {
    border-radius: 3px 3px 0 0;
}

.form-control.select2-container .select2-choices {
    border: 0 !important;
    border-radius: 3px;
}
.panel-heading .collapse-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}
.panel-heading .collapse-toggle.collapsed:after {
    content: "\e080";
}
.exppdf, .expcsv {
    position: relative;
    padding: 10px 0 10px 40px;
}
.exppdf {
    background: transparent url('../images/pdf.png') no-repeat 0 4px;
}
.expcsv {
    background: transparent url('../images/csv.png') no-repeat 0 4px;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body{
    background-color: #E9EAED;
}

a
{
    color:#f5a500;
}
a:hover, a:focus 
{
    color: #f5a500;
    text-decoration: underline;
}


h1
{
    font-weight:bold;
}

.btn-primary {
    color: #fff;
    background-color: #f5a500;
    border-color: #f5a500;
}
.btn-primary:hover
{
    color: #fff;
    background-color: #e39900;
    border-color: #e39900;
}
.btn-primary:focus
, .btn-primary.focus
{
    color: #fff;
    background-color: #d28d00;
    border-color: #d28d00;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus
{
    color: #fff;
    background-color: #d28d00;
    border-color: #d28d00;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary
{
    color: #fff;
    background-color: #d28d00;
    border-color: #d28d00;
}

table .btn-primary {
    color: #fff;
    background-color: #404040;
    border-color: #404040;
}

.jstree-hovered
{
    background-color:rgba(245,165,0,0.1) !important;
}
.jstree-clicked
{
    background-color:rgba(245,165,0,0.2) !important;
}
.main.container-fluid,
.main.container {
  padding-top: 70px;
  padding-bottom: 20px;
  background-color: #FFF;
}

.navbar {
    background-color:#ffffff;
    background-repeat: repeat-x;
    border-color: #737373;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
}

.navbar.navbar-brand {
    color: #EEEEEE;
    text-shadow: 0 0 0 #CCCCCC;
}
.navbar .nav > li > a {
    color: #000;
    text-shadow: 0 0 0 #CCCCCC;
    text-transform:uppercase;
    font-weight:bold;
}
.breadcrumb > .active {
    color: #000;
}
.dropdown.open li a 
{
    color:#636363 !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus
{
    background-color:rgba(245,165,0,0.3) !important;
}
.navbar-brand {
    background-image: url("../../../images/logo_tertium.png");
    background-position: 15px 5px;
    background-repeat: no-repeat;
    padding-left: 160px;
}

.nav.nav-pills.nav-stacked a {
    background-color:#eee;
    background-repeat: repeat-x;
}
.nav.nav-pills.nav-stacked a:hover {
    background-color:#737373;
    background-repeat: repeat-x;
    color:white;
}
span.badge.pull-right {
background-color: #737373;
}
tr.odd {
background-color: #f8f8f8;
}

/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}


/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (max-width: 430px) {
    .app_name{font-size:12px;
    font-weight: bold;
        } 
    .navbar-brand{margin-left: 15px;
    padding-left:146px;
    }
    
}
@media (max-width: 768px) {
 .navbar-brand{margin-left: 15px;
 }
    }
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f9f9f9;
    border-right: 1px solid #eee;
  }

}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a {
  color: #fff;
  background-color: #737373;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}
.divbar{
    height:100%;
    background-color: #ccc;
    width: 100%;
}
.divbar .btn-tertium
{
   background-color: #f5a500;
   background-image: linear-gradient(to bottom, #f5a500, #f5a500);
   background-repeat: repeat-x;
   color:white;
}

.navbar-brand
{
    color:#000 !important;
    font-weight:bold;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
{
    font-weight:bold;
    color:#f5a500;
    background:#f9f9f9;
}

.panel-primary > .panel-heading
{
    color: #fff;
    background-color: #404040;
    border-color: #404040;  
}
.panel-primary
{
    border-color: #404040;  
}
.breadcrumb
{
    font-weight:bold;
}

.tab-content,
.tabpanel{
border-top-color: #DDD;
border-top-style: solid;
border-top-width: 0;
border-right-color: #DDD;
border-right-style: solid;
border-right-width: 1px;
border-bottom-color: #DDD;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: #DDD;
border-left-style: solid;
border-left-width: 1px; 
}
.ajaxtarget {
    min-height: 500px;
}
.ajaxtarget.loading {
    background: #fff url('../images/spinner.gif') no-repeat center 50px;
}
.flot-tick-label {
  max-width: 56px !important
}
html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
.wrap > .container-fluid,
.wrap > .container {
    padding: 70px 15px 20px;
}
.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
    padding: 8px;
}

@media(max-width:768px) {
	.nav li > form {
	    padding: 3px;
	}
}

.nav > li > form > button:hover {
    text-decoration: none;
}
.kv-editable-link 
, .kv-editable-link:hover {
    padding: 0 !important;
    color:#f5a500;
}

.jqplot-highlighter-tooltip {
    background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 3px !important;
    padding: 5px 10px !important;
    position: absolute !important;
    color: #000 !important;
}
.jqplot-table-legend {
    border: 1px solid #fff !important;
    font-size: 12px !important;
}
.jqplot-table-legend-label {
    padding-left: 2px !important;
    padding-right: 10px !important;
}
.jqplot-series-hidden .jqplot-table-legend-swatch {
    border-color: #fff !important;
}
.jqplot-image-button, .jqplot-zoom-button, .jqplot-zoom-button1 {
    margin-top: 10px;
}
.jqplot-zoom-button, .jqplot-image-button {
    margin-right: 10px;
}
.proxy.jqplot-target {
    margin-top: 10px;
}
.form-inline .checkbox {
    margin-top: 6px;
    margin-right: 8px;
}
.select2 {
    min-width: 180px;
}
.form-inline.vtop .form-group {
    vertical-align: top;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #636363;
}
.dropdown-menu .btn-link:hover, .dropdown-menu .btn-link:focus {
    text-decoration: none !important;
}
.modal {
    z-index: 1051;
}
[data-krajee-daterangepicker] {
    background: transparent url("../images/calendar.png") no-repeat 9px 9px;
    padding-left: 30px;
}
.mb0 {
    margin-bottom: 0;
}
form .btn.btn-link {
    color: #333333;
    padding-left: 19px;
}
.btn-blk {
    display: block;
    width: 100%;
}
.nohelp p.help-block {
    margin: 0;
    font-size: 11.5px;
}
.nohelp .form-group {
    margin-bottom: 2px;
}
.blur-in {
    -webkit-animation: blur 0.5s forwards;
    -moz-animation: blur 0.5s forwards;
    -o-animation: blur 0.5s forwards;
    animation: blur 0.5s forwards;
}
@-webkit-keyframes 
blur { 0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}
@-moz-keyframes 
blur { 0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}
@-o-keyframes 
    blur { 0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}
@keyframes 
    blur { 0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}
.pop-up {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding-top: 15%;
    height: 100%;
}
/* Blog */
.blogtitle {
    color: #0169a6;
    font-size: 28px; 
    margin-top: 40px; 
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.accoblog .panel-title a,
.accoblog .panel-title a:hover,
.accoblog .panel-title a:focus {
    display: block;
    text-decoration: none;
}
.accoblog .panel-default > .panel-heading {
    background-color: #0169a6;
    border-color: #0169a6;
    color: #fff;
}
.accoblog .panel-default {
    border-color: #0169a6;
}
.footer {
    margin-top: 20px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus,
.panel-default > .panel-heading {
    background-color: #f9f9f9;
}
.navbar .nav > li:hover a, .navbar .nav > li:hover a:hover {
    color: #d28d00;
}
.pb0 {
    padding-bottom: 0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #f5a500;
    border-color: #f5a500;
}
.pagination > li > a, .pagination > li > span {
    color: #f5a500;    
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #f5a500;
}
.collapse-toggle {
    display: block;
}
.container-fluid.main {
    min-height: 100vh;
}