﻿


/*----------------------------------*/


.flex-container-toplevel {
    font-size: 150%;
    border-radius: 5px;
    box-shadow: 5px 5px 5px black;
    display: flex;
    height:40px;
    flex-direction: column;
    background-color: saddlebrown;
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.homelabel-box {
    background-color:lightblue;
    color:black;
    height:75px;
    font-size:45px;
}



.flex-container-toplevel-horizontal {
    display: flex;
    flex-direction: row;
    width: auto;
    margin-top: 0px;
    margin-bottom: 5px;
    /*margin-left: 5px;*/
    margin-right: 20px;
    padding-top: 0px;
    /*padding-left: 5px;*/
    padding-right: 5px;
    padding-bottom: 5px;
}




.myreports-box {
    font-size: 150%;
    color: black !important;
    height: auto;
    padding:0px 15px 20px 12px;
}

.myreports-box a {
    color:black !important;
}


.flex-container {
    /*font-size: 150%;*/
    width:30%;
    /*border-radius: 10px;*/
    
    display: flex;
    flex-direction: column;
    /*height: 650px;*/

    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.rightsidemenu-box {
    /*background-color: lightgray;*/
    color: black;
    width: 100%;
    /*height: 100px;*/
    /*height:10px;*/
    border: 1px solid black;
    /*font-size:65%;*/
    /*border-radius: 5px;
    box-shadow: 5px 5px 10px #a0a0a0;*/
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 5px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    
}

.rightsidemenu-box-a {
    /*background-color: lightgray;*/
    color: black;
    width: 100%;

    /*height: 100px;*/
    /*height:10px;*/
    border: 1px solid black;
    /*font-size:65%;*/
    /*border-radius: 5px;
    box-shadow: 5px 5px 10px #a0a0a0;*/
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 5px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    
}



.rightsidemenu-header {
    width:100%;
    height:50px;
    padding-top:10px;
    background:rgba(0, 72, 145, 1);
    text-align:center;
    font-size:120%;
}

table{
    table-layout:fixed;
}

.rightsidetable {
    background-color:sandybrown;
    border-radius:10px;
    position: relative;
    height:auto;
    
}


/* CSS overrides */

/*li a {
    color:white !important;
}*/

/* State Template overrides */
/*.navbar li a {
    color: white !important;
    padding-top:10px;
    padding-bottom:20px;
}*/

.global-footer ul li a{
    color:white !important;
}

.off-canvas-enabled {
    padding-top:0px !important;
}





.navbar .navbar-brand{
    color:white !important;
    padding-top:9px;
}

.main-content
{
    padding-bottom: 0px !important;
    padding-right:0px !important;
}

.main-primary
{
    padding-right:0px !important;
    padding-left:0px !important;
}

#topbar {
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    padding-top:0px;
    padding-bottom:0px;
    padding-right:10px;
}

#bottombar {
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.reportstatusbar {
    /*border-top-left-radius : 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 10px;
    margin-top:10px;
    background-color:rgb(230, 200, 200);
}

.dashboardraw {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
    height: 115px;
    /*column-count: 2;
    column-gap: 40px;*/
    margin: 10px;
}

    .dashboardraw:after {
        content: "";
        display: table;
        clear: both;
    }

.dashboardcolumn {
    width: 600px;
    float: left;
    height: 115px;
    box-sizing:border-box;
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
    padding: 5px;
    background-color: rgb(225, 235, 255);
    margin: 10px 20px;
}

@media screen and (max-width:1280px) {
    .dashboardcolumn {
        width:100%;
    }
}

.wrapper {
  .make-row();
}
.content-main {
  .make-lg-column(8);
}
.content-secondary {
  .make-lg-column(3);
  .make-lg-column-offset(1);
}



h4 {
  margin-top: 25px;
}
.row {
  margin-bottom: 20px;
}
.row .row {
  margin-top: 10px;
  margin-bottom: 0;
}
[class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
  
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

.content{
    font-size:medium;

}

#navigation {
    visibility:hidden;
}


.body{padding-top:0px !important; } 

#head-search{visibility:hidden;}

.navigation-search .oc-menu {
  visibility:hidden !important;

}
#head-search {
    visibility:hidden !important;
}


.headerbgimg {
    background-image: url('../Images/header-background.jpg');
}






 
.css-treeview tr,
.css-treeview td
{
    padding: 0;
    margin: 0;
    list-style: none;
}
 
.css-treeview input
{
    /*position: absolute;*/
    opacity: 0;
}
 
.css-treeview
{
    /*font: normal 11px "Segoe UI", Arial, Sans-serif;*/
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
 
.css-treeview a
{
    color: #00f;
    text-decoration: none;
}
 
.css-treeview a:hover
{
    text-decoration: underline;
}
 
.css-treeview input + label + tr
{
    margin: 0 0 0 22px;
}
 
.css-treeview input ~ tr
{
    display: none;
}
 
.css-treeview label,
.css-treeview label::before
{
    cursor: pointer;
}
 
.css-treeview input:disabled + label
{
    cursor: default;
    opacity: .6;
}
 
.css-treeview input:checked:not(:disabled) ~ tr
{
    display: block;
}
 
.css-treeview label,
.css-treeview label::before
{
    /*background: url("../pages/css3-treeview/example/icons.png") no-repeat;*/
}
 
.css-treeview label,
.css-treeview a,
.css-treeview label::before
{
    display: inline-block;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
}
 
.css-treeview label
{
    background-position: 18px 0;
}
 
.css-treeview label::before
{
    content: "";
    width: 16px;
    margin: 0 22px 0 0;
    vertical-align: middle;
    background-position: 0 -32px;
}
 
.css-treeview input:checked + label::before
{
    background-position: 0 -16px;
}
 
/* webkit adjacent element selector bugfix */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .css-treeview 
    {
        -webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
    }
 
    @-webkit-keyframes webkit-adjacent-element-selector-bugfix 
    {
        from 
        { 
            padding: 0;
        } 
        to 
        { 
            padding: 0;
        }
    }
}