/* jQuery UI 1.12+ compatibility fixes for 1.9.2 Humanity theme CSS */
/* The JS is 1.14.x but the theme CSS is 1.9.2 — these patches bridge the gap */

/* Accordion header icon positioning (1.12+ changed markup structure) */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

/* Autocomplete menu z-index (ensure dropdown appears above other content) */
.ui-autocomplete {
    z-index: 1050;
}

body {
    padding-top: 20px;
    padding-bottom: 60px;
    background-color: #e9e8e8;
}

.msg-area,
.msg-area-success
{
    display: none;
}

#login-container {
    width: 340px;
    margin: 160px auto;
}
#login-container label {
    margin: 15px 0 5px 5px;
}
#login-container button {
    width: 150px;
    padding: 6px 30px 6px 30px;
    float: left;
    margin-top: 15px;
}
#login-container .checkbox {
    margin: 23px 0 0 180px;
}
#login-container .btm-links {
    text-align: center;
    margin-top: 10px;
}
#login-container #create-account {
    float: right;
    margin-right: 13px;
}
#login-container #forgot-password {
    float: left;
    margin-left: 10px;
}

#account-form-container {
    width: 460px;
    margin: 100px auto;
}

.modal-alert {
    width: 310px;
}


.well {
    margin-left: 0;
    border: 1px solid #ccc;
}

.form-horizontal .control-label-sp {
    float: left;
    width: 80px;
    padding-top: 5px;
    text-align: right;
}

.form-horizontal .control-group {
    margin-bottom: 12px;
}
.form-horizontal .controls-sp {
    margin-left: 120px;
}

.form-horizontal .form-actions {
    padding: 17px 0 0 270px;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle,
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
    background-color: rgb(82, 82, 83);
}

#team-list, .team_list {
    white-space: nowrap;
    overflow: hidden;
}

.inset-header {
    margin-left: 60px;
}

.scenarioTimelinePanel {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    white-space: nowrap;
}

.table-heading-blue {
    background-color: #006ba0;
    color: whitesmoke;
}

.table tbody tr.grayed > td {
    background-color: #a9a9a9;
}

#performance_tbl th, #performance_tbl td
{
    text-align: right;
    min-width: 100px;
}

#performance_tbl th:first-child, #performance_tbl td:first-child
{
    min-width: 240px;
    text-align: left;
}

#trans_hist_tbl th:last-child, #trans_hist_tbl td:last-child {
    text-align: right;
}

#admin-action-list, #admin-display-area, #display_area, #perform-display-area {
    min-height: 520px;
}

#admin-display-area, #game_status_display_area {
    margin: 0 20px;
    padding: 14px 24px;
}

.offset-display-area {
    padding: 14px 28px;
}

.selectable-list {
    list-style-type: none;
    width: 80%;
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
    margin: 8px 0;
}

.selectable-list .ui-selecting {
    background: #FECA40;
}
.selectable-list .ui-selected {
    background: #F39814;
    color: white;
}

.selectable-list li {
    margin: 3px;
    padding: 6px 8px;
    border: 1px solid #eee;
    border-radius: 3px;
    cursor: pointer;
    line-height: 1.4;
}
.selectable-list li:hover {
    background: #f5f5f5;
}


.hidden {
    display: none;
}

.iconSpacer {
    height: 1px;
    width: 11px;
    display: inline-block;
}

.iconLabelBuffer {
    padding-left: 8px;
}

.statusIndicatorLabel {
    padding: 6px 12px;
    white-space: nowrap;
    margin: 0px;
    border-radius: 3px 0px 0px 3px;
}
.statusIndicatorValue {
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    border-radius: 0px 3px 3px 0px;
    padding: 2px 24px;
    border: 1px solid #999;
    background-color: #fff;
}

.supportAlertContainer {
    margin: 0 40px;
}
.supportAlertIconContainer, .supportWarningIconContainer {
    width: 1%;
    white-space: nowrap;
    vertical-align:top;
}
.supportAlertMessageContainer {
    vertical-align:top;
    padding-left: 12px;
}

.supportContentTextContainer {
    padding: 3px 20px;
    font-weight: normal;
}

.supportPanelLight {
    border-radius: 6px;
    background: #fafafa;
    border: 1px solid #ccc;
    position: relative;
    box-shadow: 0 1px 5px rgba(0,0,0,0.125), 0 0 50px rgba(0,0,0,0.025) inset;
}
.supportPanelLight:before {
    position: absolute;
    width: 80%;
    height: 40%;
    left: 10%;
    border-radius: 50%;
    z-index: -1;
    top: 0%;
    content: "";
    box-shadow: 0 -7px 16px rgba(0,0,0,0.15);
}
.supportPanelLight:after {
    position: absolute;
    width: 80%;
    height: 40%;
    left: 10%;
    border-radius: 50%;
    z-index: -1;
    bottom: 0%;
    content: "";
    box-shadow: 0 7px 16px rgba(0,0,0,0.15);
}
.supportLeftPanelHeader {
    background-color: #e7e7e7;
    color: #888;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.supportContentPanel {
    vertical-align: top;
    border-left: 1px solid #fff;
    padding-top: 20px;
}
.supportContentPanelInterfaceContainer {
    padding: 20px 10px;
}
.supportContentPanelHeader {
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
    padding-left: 10px;
}
.supportContentPanelHeaderLabel {
    padding-left: 12px;
}
.supportLeftPanelOptionLabel {
    padding-left: 8px;
    font-size: 12px;
}
.supportNavigationPanel {
    background-color: #f1f1f1;
    vertical-align: top;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-right: 1px solid #ccc;
    width: 300px;
}

.supportNavigationPanel+td {
    vertical-align: top;
}

.supportWarningIcon {
    padding: 4px 6px;
}
.supportWarningMessageContainer {
    text-align: left;
    padding-left: 12px;
}
.supportWarningTable {
    margin-bottom: 12px;
}

#team_list .ui-selectee {
    padding-left: 8px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 3px;
}
#team_list .ui-selectee:hover {
    background-color: #eee;
}
#team_list span.ui-selectee:hover {
    background-color: transparent;
}
#team_list .ui-selectee i, #team_list .ui-selectee span {
    border: none;
}
#team_list .ui-selected, #team_list .ui-selected:hover {
    background-color: #0088CC;
    border: 1px solid #0088CC;
}
#team_list .ui-selecting, #team_list .ui-selecting:hover {
    background-color: #26b7ff;
    border: 1px solid #26b7ff;
    color: #fff;
}


.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle, .navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    background-color: #006ba0;
}
.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
    background-color: #666;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: rgb(193, 211, 248);
}

.nav-pills > li > a {
    margin-top: 6px;
    margin-bottom: 6px;
}

.navbar .nav .dropdown-toggle .caret {
    margin-top: 6px;
}

.navbar-inverse .navbar-inner {
    border: 4px solid #aaa;
    position: relative;
    box-shadow: 0 1px 5px rgba(0,0,0,0.125), 0 0 50px rgba(0,0,0,0.025) inset;
}
.navbar-inverse .navbar-inner:before {
    position: absolute;
    width: 80%;
    height: 40%;
    left: 10%;
    border-radius: 50%;
    z-index: -1;
    top: 0%;
    content: "";
    box-shadow: 0 -7px 16px rgba(0,0,0,0.15);
}
.navbar-inverse .navbar-inner:after {
    position: absolute;
    width: 80%;
    height: 40%;
    left: 10%;
    border-radius: 50%;
    z-index: -1;
    bottom: 0%;
    content: "";
    box-shadow: 0 7px 16px rgba(0,0,0,0.15);
}
.navbar-inner {
    min-height: 46px;
}

/* generic table column alignments - apply to table tag */

.col-right tr th,
.col-right tr td {
    text-align: right;
}

.col-center tr th,
.col-center tr td {
    text-align: center;
}

.first-col-right tr th:first-child,
.first-col-right tr td:first-child {
    text-align: right;
}

.first-col-center tr th:first-child,
.first-col-center tr td:first-child {
    text-align: center;
}

.first-col-left tr th:first-child,
.first-col-left tr td:first-child {
    text-align: left;
}

.last-col-center tr th:last-child,
.last-col-center tr td:last-child {
    text-align: center;
}

/* end generic table column alignments */

/*logo icon in teacher/admin support module page*/
.icon-stack.icon-adjustment {
    line-height: 0cm;
}

/*align the 'Confirm Password' message and input field*/
#confirm-tf {
    margin-top: 10px;
}

/*paginate of user list in support module*/
.jPaginate{
    height:34px;
    position:relative;
    color:#a5a5a5;
    font-size:small;
    width:100%;
}
.jPaginate a{
    line-height:15px;
    height:18px;
    cursor:pointer;
    padding:2px 5px;
    margin:2px;
    float:left;
}
.jPag-control-back{
    position:absolute;
    left:0px;
}
.jPag-control-front{
    position:absolute;
    top:10px;
}
.jPaginate span{
    cursor:pointer;
}
ul.jPag-pages{
    float:left;
    list-style-type:none;
    margin:0px 0px 0px 0px;
    padding:0px;
    width: 100% !important;
}
ul.jPag-pages li{
    display:inline;
    float:left;
    padding:0px;
    margin:0px;
}
ul.jPag-pages li a{
    float:left;
    padding:2px 5px;
}
span.jPag-current{
    cursor:default;
    font-weight:normal;
    line-height:15px;
    height:18px;
    padding:2px 5px;
    margin:2px;
    float:left;
}
ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-next,
span.jPag-sprevious,
span.jPag-snext,
ul.jPag-pages li span.jPag-previous-img,
ul.jPag-pages li span.jPag-next-img,
span.jPag-sprevious-img,
span.jPag-snext-img{
    height:22px;
    margin:2px;
    float:left;
    line-height:18px;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-previous-img{
    margin:2px 0px 2px 2px;
    font-size:12px;
    font-weight:bold;
    width:10px;

}
ul.jPag-pages li span.jPag-next,
ul.jPag-pages li span.jPag-next-img{
    margin:2px 2px 2px 0px;
    font-size:12px;
    font-weight:bold;
    width:10px;
}
span.jPag-sprevious,
span.jPag-sprevious-img{
    margin:2px 0px 2px 2px;
    font-size:18px;
    width:15px;
    text-align:right;
}
span.jPag-snext,
span.jPag-snext-img{
    margin:2px 2px 2px 0px;
    font-size:18px;
    width:15px;
    text-align:right;
}

.playerInfo {
    margin-left: 30px;
}

.eachPlayer, .eachTeacher{
    margin-bottom: 20px;
    margin-top: 20px;
}
.playerName{
    color: #006ba0;
    font-weight: bold;
}
.setOptionsHead {
    margin-top: 8px;
}
.setOptionsBody{
    padding: 0px 25px 0px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.setOptionsFoot {
    text-align: right;
}
.setOptionsPerSelection{
    margin: 10px 0px 10px;
}
.setOptionsButton{
    padding: 2px 5px;
    font-size: 12px;
}

/*adjust the edit icon in player list of support module*/
.iconEditAdjustment {
    color: green;
    cursor: pointer;
}

/*adjust the remove icon in player list of support module*/
.iconRemoveAdjustment {
    color: red;
    cursor: pointer;
}

#searchIconAdjustment {
    height: 27px;
    background-color: #0088cc;
    color: white;
}

#searchByName {
    width: 130px;
    margin-bottom: 5px;
}

#paginationBar {
    padding-left: 64px;
    width: 53%;
    float: left;
    padding-top: 10px;
}

#playerSearch {
    padding-top: 4px;
}

.passTipIconAdjustment {
    font-size: 20px;
}

.logoSizeAdjust {
    max-width: 150%;
}

.userRemoveModal {
    margin-left: 20px;
    margin-bottom: 25px;
}

/* styles for team move administration panel */
#group-select {
    margin-right: 60px;
}
.group-dtl h4 {
    padding: .2em;
    margin: 5px 0 0 0;
}
#groups-box, #open-group-droppables {
    width: 230px;
    float: left;
    margin: 0 20px 20px 0;
}
#groups-box ul {
    list-style: none;
    margin: 0;
    padding: 4px 10px;
}
#groups-box li {
    line-height: 1.3em;
}
.group-status-closed ul {
    background-color: #ead4ce;
}
.team-has-moved {
    color: red;
    text-decoration: line-through
}
.team-moved-here {
    color: green;
}
.team-not-reset {
    color: lightslategrey;
}
#open-group-droppables ul {
    list-style-type: none;
    padding: 0;
    margin-left: .6em;
}
#open-group-droppables h5 {
    font-variant: small-caps;
}
#open-group-droppables .icon-remove-circle {
    color: red;
    cursor: pointer;
}

.ui-accordion .min-list {
    padding: .1em .3em;
}

.team-list .nav-list {
    padding-left: 0;
    padding-right: 11px;
}