﻿/*@import (inline) "~/bower_components/bootstrap/dist/css/bootstrap.css";*/
/*.grid2  .ui-grid-header-cell {
  height: 100px;
}*/
body {
    /*font-family: "Soleto","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2f3a48;
    background-color: #fff;
}
html, body {
    min-height: 100%;
    height: 100%;
}

#body-container {
    min-height: 100%;
    height: auto;
    margin-bottom: -60px;
}

#content {
    height: 100%;
    margin-bottom:25px;
}

h3 {
    margin-top: 35px;
}

.ui-grid-header-cell {
    font-size: 13px;
    font-weight: normal;
    color: gray;
}

.grid-wrapper {
    height: 100%;
}

.logoheader {
    padding-left: 30px;
}

.lightblue {
    color: lightblue;
}

.orangered {
    color: orangered;
}

.navbar-xs {
    min-height: 32px;
    height: 32px;
    padding-left: 4px;
}

    .navbar-xs .navbar-brand {
        padding: 0px 20px;
        font-size: 16px;
        line-height: 32px;
    }

    .navbar-xs .navbar-nav > li > a {
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 32px;
    }

.navbar {
    background-color: #2f3a48;
    border: 0px;
    margin-bottom: 0px;
}

.pull-search-right {
    float: right !important;
    width: 200px;
}

.breadcrumb {
    font-size: 12px;
    padding-top: 20px;
    padding-left: 20px;
}

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #666666;
        content: "";
    }

.my-fluid-container {
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}

.breadcrumb > li a {
    color: #666666;
    text-decoration: none;
    cursor: pointer;
}

    .breadcrumb > li a:hover {
        color: #007acc;
    }

.breadcrumb > li.active a {
    font-weight: bold;
    padding: 0 0 4px 0;
    border-bottom: 5px solid #007acc;
    color: #007acc;
}
/* Data Loader Animation */
.circle {
    margin: 0 auto;
    border-radius: 50%;
    border: 10px solid rgba(0, 0, 0, 0);
    border-top-color: #347fc3;
}

.circle1-1,
.circle1-2,
.circle1-3,
.circle1-4,
.circle1-5,
.circle1-6 {
    height: 100px;
    width: 100px;
    margin-top: 15px;
}

.circle2-1,
.circle2-2,
.circle2-3,
.circle2-4,
.circle2-5,
.circle2-6 {
    height: 70px;
    width: 70px;
    margin-top: 5px;
}

.circle3-1,
.circle3-2,
.circle3-3,
.circle3-4,
.circle3-5,
.circle3-6 {
    height: 40px;
    width: 40px;
    margin-top: 5px;
}

.circle1 {
    -webkit-animation: load1 4s infinite;
}

@-webkit-keyframes load1 {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.top-panel-background-banner {
    background-color: #2f3a48;
}

    .top-panel-background-banner.header {
        overflow: visible;
        height: 80px;
    }

.navbar-inverse .navbar-nav > li > a {
    color: #ccd3dd;
    background-color: #2f3a48;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #ccd3dd;
    background-color: #2f3a48;
}

.first-level-menu.active > a:after,
.first-level-menu:hover:after,
.first-level-menu > a.active:after {
    border: 1px solid #dcdb22;
    bottom: 6px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}

.btfooter {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #2f3a48;
    color: #eee;
}

article {
    max-width: 740px;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    max-width: 1460px;
}

.swagger-section .swagger-ui-wrap {
    max-width: inherit;
}

#resources_container,
.info_title {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    width: inherit;
}
