﻿*
{
    font-family: Century Gothic;
}

body
{
    background: url('Images/background.png') repeat-x #747474;
}

h4, h5
{
    color: #005D8C;
}

/**************************/

#header
{
    height: 178px;
    background-image: url('Images/logo.png');
    background-repeat: no-repeat;
    background-position: right 2px;
}

#breadcrumbs
{
    color: black;
    line-height: 28px;
}

#breadcrumbs p
{
    font-family: Century Gothic;
}

#breadcrumbs a
{
    color: #0094de !important;
}


#menu, #control_container
{
    line-height: 2.5em !important;
}

#menu
{
    top: 124px;
    position: absolute;
}
#menu .navbar
{
    margin-bottom: 0px;
}

#control_container
{
    top: 0px;
    color: White;
}

#login_out, #change_comp, #admin, #user_id, #comp_name
{
    padding-left: 5px;
}

#user_info
{
    float: right;
    top: 0px;
}

#comp_name
{
   font-size:1.3em;
}
#comp_name
{
    color: #0094de;
    font-weight:bold;
}


#control_container a
{
    text-transform: uppercase;
    color: White;
}

#login_out, #change_comp, #admin, #user_id, #comp_name
{
    display: inline;
}

#menu ul.dropdown a, #logincontrol a
{
    text-decoration: none;
    color: White;
    font-size: 15px;
    text-transform: uppercase;
}

#menu ul.dropdown li
{
    float: left;
    margin-left: 0px;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid white;
}

#menu ul.dropdown li:hover
{
    border-bottom: 1px solid #0094de;
}

#breadcrumbs a
{
    color: black;
}

/**************************/

#page
{
    min-height: 674px;
}

#content
{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #bdbdbd;
    border: 1px solid #747474;
    min-height: 500px;
    box-shadow: 6px 6px 8px #666;
}

/*******************HOME*****************/

#content .box_header, #content .box, #content .box_link
{
    position: relative;
    float: left;
    width: 287px;
    margin: 0px 5px;
    padding: 0px 10px;
    background-color: #ddd;
}

#content .box
{
    height: 300px;
}

#content .box_header
{
    height: 30px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#content .box_link
{
    padding: 10px 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#content strong, .box_header, .box_link
{
    color: #005D8C;
}

/**************************************/

/*****************ABOUT****************/

#content .box_long, .box_long_img
{
    float: left;
    height: 200px;
    margin-bottom: 15px;
}

#content .box_long
{
    width: 620px;
    background-color: #ccc;
    padding: 5px 15px 0px 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#content .box_long_img
{
    padding-top: 5px;
    width: 300px;
    background-color: #ddd;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#content .box_long_img img
{
    position: relative;
    top: 10px;
}

/**************************************/

/****************TRAVIS****************/

#travis_desc, #travis_QA, #travis_QA .travis_Q, #travis_QA .travis_A, .group_box, .contact_box, #contact_email, .welcome
{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#travis_desc, #travis_QA, #travis_QA .travis_Q, #travis_QA .travis_A
{
    margin: 5px 0px;
    padding: 10px;
}

#travis_desc, #travis_QA, .group_box
{
    background-color: #ddd;
}

#travis_desc ul li, .group_box ul li
{
    list-style-type: circle !important;
    margin-left: 10px;
}

#travis_QA h6
{
    padding: 0px;
    margin: 0px;
    border-bottom: 1px dotted black;
}

#travis_QA .travis_Q
{
    background-color: #ccc;
}

#travis_QA .travis_A
{
    background-color: #eaeaea;
}

/**************************************/

/***************SERVICES***************/

.group_box
{
    margin: 5px 0px;
    padding: 10px;
}

/*************************************/

/***************CONTACT***************/

.contact_box
{
    width: 150px;
    height: 150px;
    padding: 10px;
    margin: 0px 5px;
    background-color: #ddd;
    float: left;
}

#contact_email
{
    height: 420px;
    width: 925px;
    background-color: #ddd;
    float: left;
    margin: 10px 0px 5px 5px;
    padding: 10px;
    display: none;
}

#contact_email label
{
    float: left;
    text-align: left;
    width: 100px;
    padding-right: 10px;
}

#contact_email input
{
    width: 809px;
}

#contact_email textarea
{
    height: 244px;
    width: 809px;
}

#contact_email button
{
    float: right;
}


/*************************************/

#slideshow
{
    margin-top: 10px;
    z-index: 9;
}

/**************************/

#footer-wrapper
{
    background: url('Images/footer.png') repeat-x;
}

#footer
{
    height: 170px;
}

#footer h2
{
    padding-left: 10px;
    color: #747474;
}

#footer a
{
    font-size: 100%;
    color: #f9f9f9;
}

#footer ul
{
    position: relative;
    float: left;
    width: 40%;
    margin-left: 30px;
}

/**************************/

.clear
{
    clear: both;
}

.error .error-timestamp
{
}

.error .error-message
{
}

#dialog
{
    display: none;
}

#dialog p
{
    text-align: center;
}

#version
{
    margin: 8px;
    text-align: right;
}

#availablereports
{
    width: 350px;
    height: 200px;
}

#SelectedReports
{
    width: 350px;
    height: 200px;
}

.reportselectordiv
{
    width: 770px;
}
.availablereportsdiv
{
    float: left;
    width: 380px;
}
.selectedreportscontainerdiv
{
    float: right;
    width: 380px;
}

.selectionbuttondiv
{
    float: right;
    width: 20px;
}
.updownbuttonsdiv
{
    float: right;
    width: 20px;
}
.selectedreportsdiv
{
    float: left;
    width: 350px;
}

.reportselectionbuttons
{
    display: block;
}

.treecontainer
{
    height: 340px;
    border: solid 1px #EEE;
    overflow: auto;
    background-color: White;
    width:100%;
}

.dropdowntree
{
    height:220px;
    display:none;
    border:1px solid grey;
    position:absolute; 
    z-index:10;
    background-color:White;
    left:0px;    
    overflow: auto;
}
/* Grid Specific */
.k-grid
{
    font-size: 12px !important;
}

.k-grid .divFilter img
{
    vertical-align: middle;
    margin-bottom: 2px;
    cursor: pointer;
}

div.k-grid-content
{
    height: 285px!important;
}
.k-grid-content img
{
    border: none;
}
.k-menu .k-item > .k-link
{
    min-width: 85px;
}
.k-grid-content td
{
    white-space: nowrap !important;
    text-overflow: clip !important;
    padding: 0.3em 0.6em !important;
}
.k-grid-content .k-alt, .k-separator {
background-color: white;
}

.k-grid-content table tr a,
.k-grid-content table tr span
{
    white-space:nowrap;
}

.createButtons
{
    text-align: center;
}

.flash ul li
{
    font-style: italic;
}

.navbar
{
    background-color: #222;
}

.navbar-default
{
    background-image: none;
}

.navbar-default .navbar-nav>li>a
{
    color: #eee;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover
{
    color: #ccc;
}

.navbar-link
{
    text-transform: uppercase;
    font-weight: bold;
}