﻿/*
    Stylesheet for Team Maintenance page.
    Created By:     Steve Rose
    Create Date:    2018-04-16

*/

/* Ids */
#MyBody{background-color: #25a0da;}
#searchDiv {display: block; float: left; width: 100%; min-height: 60px; padding: 0; background-color: #fff; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom: 1px solid #e5e5e5;}
#treeWrapper {background-color: #fff; padding: 3% 0; overflow-y: auto; border-radius: 4px;}
.absolutely-no-padding {padding: 0 !important;}

/* Classes */
.margin_left_40 {margin-left: 40px;}
.search-Button {background-color: #f5f5f5 !important; margin-top: 14px; border-radius: 4px !important; background-position: center center; border: 1px solid #e5e5e5 !important; display: block; float: left; height: 24px; width: 24px; padding: 2px !important;}
.search-Button:hover {background-color: #f3f315 !important;}
span.rtIn{min-width: 100px !important; display: inline-block !important; width: 90%; border-bottom: 1px solid red;}
.team_grid_options {display: block; float: left; width: 100%; padding: 5px 0;}
.teamPageViewWrapper{background-color: #fff; width: 100%;}
.teamNavContainer{display: block; float: left; width: 20%; min-width: 280px;}
.teamNav{display: block; float: left; width: 97%; margin-right: 3%; background-color: #fff; border-radius: 4px;}
.teamGridContainer{background-color: #fff; float: left; width: 80%; min-width: 1120px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; overflow: hidden;}
.tree-toggle-wrapper {margin: 5%; color: #767676;}
.content-Wrapper {float: left; display: block;}
.hidden{display: none !important;}
.searchOptions {display: block; float: left; width: 100%; min-height: 50px; padding: 0; background-color: #fff; border-top-left-radius: 4px; border-top-right-radius: 4px;}

/* Element-Specific Styles */
.tree-toggle-wrapper input[type=checkbox] {margin-left: 4%;}