/*************************************************
Total Team Management
	myTTM HC website styles for DEFAULT theme
**************************************************/

/* # 0078E7 */
/* # 1172AC */
/* # 2D9AD5 */

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.default body 
{
	font-family: serif;
	font-size: 1.1em;
}

.default .note_fmt
{
	float:right;
	padding:12px 20px 0px 20px
}

.default .note_fmt i:hover
{
	cursor: pointer;
}

 
.default .dropdown {
  position: relative;
  display: inline-block;
  float:right;
}

.default .dropdown_export {
  margin-top: -65px;
}

.default .dropdown-content {
  right: 0;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  vertical-align: middle;
}

.default .dropdown-content-title {
  font-size: 1.0em;
  font-weight:bold;
  padding: 12px 16px;
  background-color: #808080;
  text-align: center;
}

.default .dropdown-content2 {
  min-width: 500px;
}

.default .dropdown-content3 {
  left: 0;
  min-width: 240px;
}

.default .dropdown-content a, .dropdown-content .exportlink span {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.default .dropdown-content2 a {
  padding: 3px 3px;
}

.default .dropdown-content a:hover {background-color: #c0c0c0}
.default .dropdown-content .exportlink span:hover {background-color: #c0c0c0;cursor: pointer;}

.default .dropdown:hover .dropdown-content {
  display: block;
}

.default .dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.default .aa_flex_container {
/* compatibility settings  for older browsers */
/****************************************************************************************/	
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
/****************************************************************************************/

  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  flex-flow: row wrap;

/*  
    flex-direction: row;
    overflow: hidden;
*/  
}

.default .aa_flex_item {
/* compatibility settings for older browsers */
/****************************************************************************************/	
width: 24%; /*29%;*/
/****************************************************************************************/	
	
/*	flex: none; */

    align-self: stretch;
	min-height: 500px;
    background: #FFF;
    border: 2px solid #CCC;
    margin:1px;
    overflow: scroll;
}

.default .ab_flex_item {
/* compatibility settings for older browsers */
/****************************************************************************************/	
width: 75%; /*70%;*/
/****************************************************************************************/	
	
/*	flex: 1; */

	align-self: stretch; 
	min-height: 500px;
    background: #FFF;
    border: 2px solid #CCC;
    margin:1px;
}

.default .aa_flex_title {
	margin:0px;
	padding:10px;
}

.default .header 
{
	font-family: sans-serif;
	background:#35414f url("jquery-ui-themes-1.11.2/themes/myttmNG/images/ui-bg_dots-small_35_35414f_2x2.png") 50% 50% repeat;    
	//background-color: #000;
    min-height: 65px;
    margin: 0;
    color: #fff;
    padding: 10px 0px 10px 0px; 
	width:100%;
	border-top-color: #efa585;
	display:block;
}

.default .headerMobile 
{
	display:none;
}


.default .header .title
{
	font-size: 2.8em;
	font-weight:bold;
}

.default .header .subtitle
{
	font-size: 1.2em;
	font-weight:bold;
	font-family: sans-serif;
}

.default .header h1 
{
	padding-left:120px;
	padding:0px;
	margin:0px;
}

.default .header h2 
{
/*	color: #1037EE;
	background-color: #484848; */
	background:#ccd232 url("jquery-ui-themes-1.11.2/themes/myttmNG/images/ui-bg_diagonals-small_75_ccd232_40x40.png") 50% 50% repeat;
	border:1px solid #999;
	font-weight:bold;
	color:#212121;
	margin:0;
	padding:2px 8px 2px 8px;
	font-family: sans-serif;
	float:left;
	font-size: 1.1em;
}


.default .header h3 
{
	margin:0;
	font-size: 1.2em;
	font-weight:bold;
	color:#fff;
}

.default .header .sprite 
{
	float: left;
	background: transparent url('../images/myttm_ng_logo_3_small_default.png') -2px -2px;
	width: 50px;
	height: 50px;
}

/*
.default .header .sprite:hover 
{
	background: transparent url('../images/myttm_ng_logo_2_small_default.png') 0 0;
	width: 80px;
	height: 80px;
}
*/
.default .headerlink
{
	text-decoration:none;
	color: #fff;
} 

.default .page-content 
{
	font-family: sans-serif;
	background: #fff;
	min-height: 450px;
	margin: 0px;
	padding: 0px;
	color: #000;
	width:100%;
	float:left;
	font-size: 1.1em;
}

.default .footer 
{
	font-family: sans-serif;
	background-color: #000;
    background: transparent url('../images/myttm_ng_footer_default.jpg') 0 0;
    min-height: 300px;
    margin: 0;
    color: #fff;
    text-align:center; 
	width:100%;
}

.default .footer .copy 
{
	font-size:0.8em;
}

.default .footer a 
{
	color: #fff;
	text-decoration: none;
}

.default .footer a:hover 
{
	color: #bbb;
}

.default .footer h3 
{
	font-weight:300;
	color: #666;
	margin:0;
	font-family: sans-serif;
	}
	
.default .footer-section-header 
{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-bottom:0em;
	padding-bottom:0em;
	margin-top:1em;
	font-style: normal;
	font-variant: normal;
	text-align: left;
}

.default .footer-section 
{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-variant: normal;
	text-align: left;
}

.default .copyright 
{
	font-family: sans-serif;
	font-size:0.8em;
	min-height: 30px;
    margin-top: 80px;
    color: #fff;
    text-align:center; 
	width:100%;
}

.default .copyright a 
{
	color: #fff;
	text-decoration: none;
}
.default .copyright a:hover 
{
	color: #bbb;
}

.default p 
{
	color: #333;
}

.default p a 
{
	color: #2D9AD5;
	text-decoration: none;
}

.default h3 
{
	font-size:1.2em;
	letter-spacing: -0.05em;
	margin-bottom: 10px;
}

.default h4 
{
	color: #9B1518;
	font: normal 0.5em/1.3 Helvetica, Arial, sans-serif;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	margin-bottom: .4em;
}

.default .form-info-area
{
	background-color:#cccccc;
	background:#35414f url("jquery-ui-themes-1.11.2/themes/myttmNG/images/ui-bg_dots-small_35_35414f_2x2.png") 50% 50% repeat;
	color: #fff;    
	padding:20px;
	margin: 10px 0px 20px 0px;;
	display:block;
}

.default .quiz-info-area
{
	background-color:#cccccc;
	background:#35414f url("jquery-ui-themes-1.11.2/themes/myttmNG/images/ui-bg_dots-small_35_35414f_2x2.png") 50% 50% repeat;
	color: #fff;    
	padding:20px;
	margin: 10px 0px 20px 0px;;
	display:block;
}

.default .form-info-list ul li
{
	list-style: none; padding:0px 0px 10px 12px; background:url(../images/bullet2.png) no-repeat;
}

.default .form-info-list ul li div
{
	padding:0 0 0 22px;
}

.default .form-info-highlite-list ul li
{
	list-style: none; padding:0px 0px 10px 12px; background:url(../images/bullet1.png) no-repeat;
}
.default .form-info-highlite-list ul li ul li
{
	list-style: none; padding:0px 0px 10px 12px; background:url(../images/bullet2.png) no-repeat;
}

.default .form-info-highlite-list ul li div
{
	padding:0 0 0 22px;
}
.default .form-info-highlite-list ul li ul li
{
	padding:0 0 0 22px;
}

.default .suspension-info
{
/*	background: #fff  url("../images/home_w_icon3_trans.png") -850px -750px no-repeat; */
}
.default .affiliation-info
{
/*	background: #fff  url("../images/home_w_icon4_trans.png") -850px -750px no-repeat; */
}
.default .schedule-info
{
/*	background: #fff  url("../images/home_w_icon5_trans.png") -850px -750px no-repeat; */
}
.default .website-info
{
/*	background: #fff  url("../images/home_w_icon6_trans.png") -850px -750px no-repeat; */
}
.default .gir-info
{
/*	background: #fff  url("../images/home_w_icon7_trans.png") -850px -750px no-repeat; */
}

.default .content 
{
	padding: 15px;
}

.default .spacer
{
	margin-bottom:25px;
}

.default .article 
{
	padding: 0px 5px 15px 5px;
    min-height: 250px;
}

.default .article-bottom 
{
	border-bottom: 1px solid #2D9AD5;
	padding: 0px 5px 15px 5px;
}

.default .floatLeft 
{
	float:left;
	margin: 25px 10px 3px 0px;
}

.default .right-bar .article 
{
	text-align: center;
	padding:15px;
}

.default .right-bar h3 
{
	color: #333;
	font-family: 1em;
	font-weight: normal;
	margin-top:0.3em;
}

.default .section-header 
{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	margin-bottom:0.4em;
	margin-right:0.4em;
	padding-bottom:0.2em;
	padding-right:0.2em;
	margin-top:1em;
	font-style: normal;
	font-variant: normal;
	text-align: left;
	border-bottom: 1px solid #2D9AD5;
}

.default .sub-section-header 
{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-bottom:0.4em;
	padding : 5px;
/*	border-bottom: 1px solid #2D9AD5; */
	background-color : #ccc;
	background:#35414f url("jquery-ui-themes-1.11.2/themes/myttmNG/images/ui-bg_dots-small_35_35414f_2x2.png") 50% 50% repeat;    
	margin-top:1em;
	font-style: normal;
	font-variant: normal;
	text-align: left;
}

.default .section-break 
{
	padding-bottom:0.8em;
	border-bottom: 1px solid #2D9AD5;
}

.default .section-break-top 
{
	margin-top:0.8em;
	padding-top:0.8em;
	border-top: 1px solid #2D9AD5;
}

.default .login-area
{
	width:95%;
	overflow:auto;
	background:#fff;
	padding:5px;
	border: 1px solid #ccc;
}

.default .hc-area
{
	width:95%;
	height:360px;
	min-height:360px;
	overflow:auto;
	background:#fff;
	padding:5px;
	border: 1px solid #ccc;
}

.default .left-align 
{
	text-align: left;
}
.default .right-align 
{
	text-align: right;
	padding-right: 15px;
}
.default .center-align 
{
	text-align: center;
	padding-top: 15px;
	vertical-align:middle;
}
.default .center-align-img 
{
	text-align: center;
	padding: 0px;
	margin: 0px;
	vertical-align:middle;
}
.default .signin-img 
{
	width:80%;
	vertical-align:middle;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.default .signin-img:hover
{
	cursor: pointer;
}

.default .info-img 
{
	width:200px;
	height:200px;
	float:right; 
}

.default .home-img 
{
/*	width:400px; */
	vertical-align:middle;
	text-align: center;
}
.default .home-img:hover
{
	cursor: pointer;
}

.default .left-float 
{
	float: left;
}

.default .form-column-padding 
{
	padding-left: 25px;;
}

.default .tab-filler
{
	min-height:200px;
}

.default .width-10 
{
	float: left;
	width: 10%;
}

.default .center-align-element
{
	text-align: center;
	vertical-align:middle;
}

.default .page-header 
{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin-bottom:0.2em;
	padding-bottom:0.2em;
	padding-right:0.2em;
	padding-left:0.2em;
	border-bottom: 1px solid #ddd;
	margin-top:1em;
	font-style: normal;
	font-variant: normal;
	text-align: left;
}


.default .default-button 
{
	min-width: 46px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	min-height: 36px;
	padding: 0 3px;
	line-height: 36px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-o-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-webkit-transition: all 0.218s;
	transition: all 0.218s;
	border: 1px solid #bbb;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	background-color: #ddd;
	-o-transition: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	cursor: default;
	margin: 0 auto;
	vertical-align:middle;
	color: #000;
}

.default .learn-more-button 
{
	width: 180px;
}

.default .sign-in-button 
{
	width: 80%;
}

.default .single-sign-in-button 
{
	width: 50%;
}

.default .default-button:hover  
{
	background: #646464;
}

.default .default-button a 
{
	color: #000;
	text-decoration: none;
	padding:12px 0px 10px 0px;
}

.default .default-button a:hover 
{
	color: #fff;
}

.default input[type=button]:hover,
.default input[type=submit]:hover
{
	color: #000;
}

.default .input_error 
{
	color: #e4121D;
	background-color: #fff200;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 0px 10px 0px;
}

.default .input_notify 
{
	color: #fff;
	background-color: #008000;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 0px 10px 0px;
}

.default .accent-box 
{
  background-color: #f7f7f7;
  padding: 0px 25px 30px 25px;
  margin: 70px auto 25px;
  margin-top:30px;
  width: 80%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    border: 1px solid #ddd;
}

.default .accent-box-full 
{
  background-color: #f7f7f7;
  padding: 0px 0px 30px 0px; 
  margin: 70px auto 25px;
  margin-top:30px;
  padding-left:20px;
  padding-right:20px;
  width: 96%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    border: 1px solid #ddd;
}

.default .accent-box-liner
{
	padding: 0px 20px 0px 20px;
}
.default .box_spacer 
{
	padding: 0px 0px 5px 0px;
}

.default .activeLeague
{
  background-color: #2D9AD5;
  color: #fff;
  padding: 10px 25px 10px 25px;
  float:right;
  text-align:right;
  margin-top:0px;
  width: 100%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    border: 1px solid #ddd;
}

.default .activeSchedule
{
  background-color: #fff ;
  color: #2D9AD5;
  padding: 10px 25px 10px 25px;
  float:right;
  text-align:right;
  margin-top:0px;
  width: 100%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    border: 1px solid #ddd;
}

.default .activeDivision
{
 background-color: #fff ;
  color: #2D9AD5;
  padding: 10px 25px 10px 25px;
  float:left;
  text-align:right;
  margin-top:0px;
  margin-bottom:20px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    border: 1px solid #ddd;
}

.default .msgBox
{
 width:95%;
 background-color: #fff ;
  color: #000;
  padding: 10px 25px 10px 25px;
  float:left;
  margin-top:0px;
  margin-bottom:20px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    border: 1px solid #ddd;
}

.default .button-container 
{
	padding-top: 5px;
	padding-bottom: 10px;
}

.default .hidden
{
	display:none;
}

.default .hidden-column
{
	display:none !important;
}

.default img
{
	-ms-interpolation-mode:bicubic
}

.default .captcha-img
{
	border: 1px solid #000; 
	margin-right: 15px
}

.default .login-id
{
	text-align:right;
	vertical-align:top;
}

.default .right-header
{
	float:right;
	padding-right:5px;
	color:#fff;
	background:none;
	border:0px;
}


.default .form-label-40
{
	width:40%;
	float:left;
	text-align:right;
	vertical-align:center;
	margin-top:8px;
}

.default .form-label-40-dialog
{
	width:100%;
	float:left;
	text-align:left;
	vertical-align:left;
	margin-top:10px;
	display: inline;
    position: relative;
}


.default .form-label-33
{
	width:33%;
	float:left;
	text-align:right;
	vertical-align:center;
	margin-top:8px;
}

.default .form-checkbox-label-40
{
	width:40%;
	float:left;
	text-align:right;
	vertical-align:center;
	margin-top:0px;
	padding-top:0px;
}

.default .form-input-60
{
	width:60%;
	float:left;
}
.default .form-input-60-dialog
{
	width:100%;
	float:left;
	display: inline;
    position: relative;
}


.default .form-output-60
{
	width:50%;
	float:left;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 0px 0px 0px 25px;
	color:#666666;
}
.default .form-output-30
{
	width:25%;
	float:left;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 0px 0px 0px 25px;
	color:#666666;
}
.default .form-output-10
{
	width:15%;
	float:left;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 0px 0px 0px 25px;
	color:#666666;
}
.default .form-input-33
{
	width:33%;
	float:left;
}


.default .form-input
{
	float:left;
	margin-left:25px;
}
.default .form-input-checkbox
{
	float:left;
	margin-left:25px;
	margin-top:4px;
}
.default .form-input-radio
{
	float:left;
	margin-left:50px;
	margin-top:4px;
}

.default .tab-container
{
	width:99%;
	font-size: 14px;
}

.default .sec-menu-item
{
	padding-left:150px;
}

.default .col-padding
{
	padding-top:15px;
}
.default .tooltip
{
	display: inline;
    position: relative;
    text-decoration: none;
    top: 10px;
    left: 4px;
    float:left;
}
.default .tooltip2
{
	display: inline;
    position: relative;
    text-decoration: none;
    top: 3px;
    left: 4px;
}

.default .tooltip3
{
	display: inline;
    position: relative;
    text-decoration: none;
    top: -5px;
    left: 4px;
}

.default .tooltip:hover:after,.tooltip2:hover:after,.tooltip3:hover:after
{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    top: -5px;
    color: #fff;
	font-size: 12px;
	content: attr(alt);
	left: 50px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 150px;
	font-weight: bold;
}
.default .tooltip:hover:before,.tooltip2:hover:before,.tooltip3:hover:before
{
    border: solid;
    border-color: transparent black;
    border-width: 6px 6px 6px 0;
    bottom: 20px;
	content: "";
    left: 45px;
    position: absolute;
    z-index: 99;
    top: 3px;
}

.default .column_spacer 
{
	margin: 0px 0px 0px 10px;
}

.default .min-button-width
{
	min-width:0px;
}

.default .pmenu
{
	margin:0px;
	padding:0px;
}
.default .hidden
{
	display:none;
}

.default .std_column
{
	text-align:center;
}

.default .highlite_column
{
	text-align:center;
	background:#ccc;
}

/* PURE override settings */
.default .pure-button
{
	margin: 5px 5px 5px 5px;
	background: #ccc;
}

.default .pure-button:hover
{
	background:#ccd232 url("jquery-ui-themes-1.11.2/themes/myttmNG/images/ui-bg_diagonals-small_75_ccd232_40x40.png") 50% 50% repeat;
	color:#212121;
}


.default .pure-menu-heading
{
	font-weight: bold;
	border: 3px solid #ddd;
}

.default .pure-button-primary
{
	background:#2D9AD5;
	color:#212121;
	font-weight:bold;
}
.default .pure-button-primary:hover
{
	background:#ccd232 url("jquery-ui-themes-1.11.2/themes/myttmNG/images/ui-bg_diagonals-small_75_ccd232_40x40.png") 50% 50% repeat;
	font-weight:bold;
	color:#212121;
}


.default .action .pure-menu.pure-menu-horizontal li .pure-menu-label {z-index:-1;font-weight:normal;color:#000;}
.default .action .pure-menu.pure-menu-horizontal ul .pure-menu-children .pure-menu-label {position:relative;min-height:200px;color:#000;z-index:99999;font-weight:normal;padding:3px;}

/**/


/* JQGRID override settings */
.default .ui-jqgrid-titlebar,.ui-pg-table,.ui-jqgrid-labels
{
	font-size: 14px;
}
/**/


/* tablesaw grid settings */
.default .tstrheight
{
	height:52px;
	background-color: #fff;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.default .tstrheight:hover
{
	background:#ccd232 url("jquery-ui-themes-1.11.2/themes/myttmNG/images/ui-bg_diagonals-small_75_ccd232_40x40.png") 50% 50% repeat;
}

.default .grid
{
}

.default .grid table 
{
 background-color: #fff ;
  color: #000;
  padding: 10px 25px 10px 25px;
  float:left;
  margin-top:0px;
  margin-bottom:20px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    border: 1px solid #ddd;	
}
	
.default .grid th
{
	font-family: sans-serif;
	font-size: 13px;
	/*background-color: #dedede;*/
	background:#35414f url("jquery-ui-themes-1.11.2/themes/myttmNG/images/ui-bg_dots-small_35_35414f_2x2.png") 50% 50% repeat;    
    color: #fff;
	
}

.default .grid td
{
	font-family: sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.default .grid tbody tr
{
/*	
transition: opacity 1s ease-in-out;
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
-ms-transition: opacity 1s ease-in-out;	
*/
}

.default .grid tbody tr:hover
{
/*	
	background: #2D9AD5;
	color: #fff;
	*/
	background:#ccd232 url("jquery-ui-themes-1.11.2/themes/myttmNG/images/ui-bg_diagonals-small_75_ccd232_40x40.png") 50% 50% repeat;
/*	opacity:0.8; */
}

.default .grid .chkbox
{
	width:10px;
	padding:8px 5px 5px 8px;
	margin:0px;
}
.default .grid .cbox
{
	vertical-align:center;
	text-align:center;
}
.default .grid .ncol
{
	width:38px;
	text-align:right;
}
.default .grid .action
{
	height:46px;
	min-height:46px;
	width:100px;
	min-width: 100px;
}
.default .grid .action-header
{
/*	width:100px; */
	height:40px;
	min-height:40px;
	width:100px;
	min-width: 100px;
	padding-top:12px;
}

.default .grid .chkbox-header
{
	width:10px;
	padding:10px 5px 5px 8px;
	margin:0px; 
}

.default .grid .min-size
{
	width:30px;
	text-align:center;
}
.default .grid .med1-size
{
	width:50px;
	text-align:center;
}
.default .grid .med2-size
{
	width:100px;
	text-align:center;
}
.default .grid .med3-size
{
	width:200px;
}
.default .grid .med4-size
{
	width:300px;
}
.default .grid .med5-size
{
	width:400px;
}
/**/

/** table paging css **/
.default .pg-normal 
{
    color: black;
    font-weight: normal;
    text-decoration: none;    
    cursor: pointer; 
    padding:3px;   
}
.default .pg-selected 
{
    color: black;
    font-weight: bold;        
    text-decoration: underline;
    cursor: pointer;
    padding:3px;   
}

.default .no-bullet
{
	list-style-type: none;
}



.default #navMenu
{
	width: 100%;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.default #navMenu ul
{
	padding:0px;
	margin:0px;
}

.default #navMenu ul li:hover
{
	background:#35414f url("jquery-ui-themes-1.11.2/themes/myttmNG/images/ui-bg_dots-small_35_35414f_2x2.png") 50% 50% repeat;    
}

.default #navMenu > a
{
	display: none;
}

.default #navMenu li
{
	position: relative;
}
.default #navMenu li a
{
	color: #fff;
	display: block;
	text-decoration:none;
	z-index: 88888;
}
.default #navMenu li a:active
{
/*	background-color: #909090 !important; */
	background:#35414f url("jquery-ui-themes-1.11.2/themes/myttmNG/images/ui-bg_dots-small_35_35414f_2x2.png") 50% 50% repeat;    
}

.default #navMenu span:after
{
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #909090;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}

/* first level */

.default #navMenu > ul
{
	background-color: #000; /*#a6a6a6;*/
}
.default #navMenu > ul > li
{
	height: 100%;
	float: left;
}
.default #navMenu > ul > li > a
{
	padding:10px 20px 10px 20px;
	height: 100%;
	text-align: center;
	text-decoration:none;
	z-index: 88888;
}
.default #navMenu > ul > li > ul
{
	width:300px;
}
.default #navMenu > ul > li > ul > li > a
{
	z-index: 99999;
}

.default #navMenu > ul > li:not( :last-child ) > a
{
	border-right: 1px solid #909090;
}

.default #navMenu > ul > li.active > a,
.default #navMenu > ul > li:hover > a
{
	background:#35414f url("jquery-ui-themes-1.11.2/themes/myttmNG/images/ui-bg_dots-small_35_35414f_2x2.png") 50% 50% repeat;    
	
}
.default #navMenu > ul:not( :hover ) > li.active > a
{
/*	background-color: #909090; */
	background:#35414f url("jquery-ui-themes-1.11.2/themes/myttmNG/images/ui-bg_dots-small_35_35414f_2x2.png") 50% 50% repeat;    
}


/* second level */

.default #navMenu li ul
{
/*	background-color: #909090; */
	background:#35414f url("jquery-ui-themes-1.11.2/themes/myttmNG/images/ui-bg_dots-small_35_35414f_2x2.png") 50% 50% repeat;    
	display: none;
	position: absolute;
	top: 100%;
}
.default #navMenu li:hover ul
{
	display: block;
	left: 0;
	right: 0;
	z-index: 99999;
}
.default #navMenu li:not( :first-child ):hover ul
{
	left: -1px;
}
.default #navMenu li ul a
{
	border-top: 1px solid #909090;
	padding: 0.75em; /* 15 (20) */
	z-index: 99999;
}
.default #navMenu li ul li a:hover, .default #navMenu li ul:not( :hover ) li.active a
{
	/*background-color: #a6a6a6;*/
	color:#000;
	background:#ccd232 url("jquery-ui-themes-1.11.2/themes/myttmNG/images/ui-bg_diagonals-small_75_ccd232_40x40.png") 50% 50% repeat;
	z-index: 99999;
}

.default .clearfix::after
{
	content: '';
	display: table;
	clear: both;
}

.default #navOpts
{
	width: 100%;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.default #navOpts p
{
	padding:0px;
	margin:0px;
	color: #fff;
	font-weight:bold;
}
.default #navOpts .pmenu:hover
{
	padding:0px;
	margin:0px;
	color: #000;
}


.default #navOpts ul
{
	padding:0px;
	margin:0px;
}

.default #navOpts ul li:hover
{
	color: #fff;
	font-weight:bold;
	background:#35414f url("jquery-ui-themes-1.11.2/themes/myttmNG/images/ui-bg_dots-small_35_35414f_2x2.png") 50% 50% repeat;    
}

.default #navOpts > a
{
	display: none;
}

.default #navOpts li
{
	position: relative;
	z-index: 99999;
}
.default #navOpts li a
{
	display: block;
	text-decoration:none;
	color: #fff;
	font-weight:bold;
	z-index: 88888;
}
.default #navOpts li a:active
{
/*	background-color: #909090 !important;*/
	background:#35414f url("jquery-ui-themes-1.11.2/themes/myttmNG/images/ui-bg_dots-small_35_35414f_2x2.png") 50% 50% repeat !important;    
	color: #fff !important;
	font-weight:bold;
}

.default #navOpts span:after
{
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #909090;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
	margin:10px 0px 10px 0px;
}

/* first level */

.default #navOpts > ul
{
	color:#fff;
	background:#35414f url("jquery-ui-themes-1.11.2/themes/myttmNG/images/ui-bg_dots-small_35_35414f_2x2.png") 50% 50% repeat !important;    
	color: #fff !important;
	font-weight:bold;
}
.default #navOpts > ul > li
{
	height: 100%;
	float: left;
}
.default #navOpts > ul > li > a
{
	padding:5px 10px 5px 12px;
	height: 100%;
	text-align: center;
	text-decoration:none;
	color: #fff;
	font-weight:bold;
	z-index: 88888;
}
.default #navOpts > ul > li > ul
{
	width:250px;
}

.default #navOpts > ul > li > ul > li > a
{
	color: #fff;
	font-weight:bold;
	z-index: 99999;
	font-size: 1.1em;
	padding:10px 5px 10px 12px;
}


.default #navOpts > ul > li:not( :last-child ) > a
{
	border-right: 1px solid #909090;
}

.default #navOpts > ul > li.active > a,
.default #navOpts > ul > li:hover > a
{
	background:#35414f url("jquery-ui-themes-1.11.2/themes/myttmNG/images/ui-bg_dots-small_35_35414f_2x2.png") 50% 50% repeat;    
	color: #fff;
	font-weight:bold;
	
}
.default #navOpts > ul:not( :hover ) > li.active > a
{
/*	background-color: #909090; */
	background:#35414f url("jquery-ui-themes-1.11.2/themes/myttmNG/images/ui-bg_dots-small_35_35414f_2x2.png") 50% 50% repeat;    
	color: #fff;
	font-weight:bold;
}


/* second level */

.default #navOpts li ul
{
/*	background-color: #909090;*/
	background:#35414f url("jquery-ui-themes-1.11.2/themes/myttmNG/images/ui-bg_dots-small_35_35414f_2x2.png") 50% 50% repeat;    
	color: #fff;
	font-weight:bold;
	display: none;
	position: absolute;
	top: 100%;
	z-index: 88888;
}
.default #navOpts li:hover ul
{
	display: block;
	left: 0;
	right: 0;
	z-index: 99999;
}
.default #navOpts li:not( :first-child ):hover ul
{
	left: -1px;
}
.default #navOpts li ul a
{
	border-top: 1px solid #909090;
	padding: 5px;
	z-index: 99999;
}
.default #navOpts li ul li a:hover, .default #navOpts li ul:not( :hover ) li.active a
{
	/*background-color: #a6a6a6;*/
	color:#000;
	background:#ccd232 url("jquery-ui-themes-1.11.2/themes/myttmNG/images/ui-bg_diagonals-small_75_ccd232_40x40.png") 50% 50% repeat;
	z-index: 99999;
}

.default .hideDrag
{
	display:table-cell;
}

.default .download-icons 
{
	float:right;
	display:inline;
	
}

.default .priority1_size
{
	min-width: 5em;
}

/********** panel **********/
.panel{width:100%;margin-bottom:23px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}
.panel-body{padding:15px;background: #fff;color:#000;border-bottom:1px solid transparent;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}
.panel-title{margin-top:0;margin-bottom:0;font-size:18px;color:inherit;text-align:left;}
/*.panel-primary{background: #2D9AD5;color:#fff;border-color:#2D9AD5}*/
.panel-primary{background: #ccc;color:#000;border-color:#ccc}
.center-block{display:block;margin-left:auto;margin-right:auto}
/********** panel **********/


/*************************************************************/
/*@media  (max-width: 1250px) {*/
/*************************************************************/
/*
.default .aa_flex_item {
width: 24%;
min-height: 100px;
}

.default .ab_flex_item {
width: 72%;
}

}
*/

/*************************************************************/
/*@media  (max-width: 767px) {*/
@media  (max-width: 1265px) {
/*************************************************************/
.default #navMenu > a
{
	width: 3.125em; /* 50 */
	height: 3.125em; /* 50 */
	text-align: left;
	text-indent: -9999px;
	background-color: #000;
/*	background:#35414f url("jquery-ui-themes-1.11.2/themes/myttmNG/images/ui-bg_dots-small_35_35414f_2x2.png") 50% 50% repeat;*/    
	position: relative;
}
.default #navMenu > a:before,
.default #navMenu > a:after
{
	position: absolute;
	border: 2px solid #fff;
	top: 35%;
	left: 25%;
	right: 25%;
	content: '';
}
.default #navMenu > a:after
{
	top: 60%;
}

.default #navMenu:not( :target ) > a:first-of-type,
.default #navMenu:target > a:last-of-type
{
	display: block;
}


/* first level */

.default #navMenu > ul
{
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 88888;
}
.default #navMenu:target > ul
{
	display: block;
}
.default #navMenu > ul > li
{
	width: 100%;
	float: none;
	z-index: 99999;
}
.default #navMenu > ul > li > a
{
	height: auto;
	text-align: left;
	padding:10px 40px 10px 40px;
	padding:5px 10px 5px 12px;
}
.default #navMenu > ul > li:not( :last-child ) > a
{
	border-right: none;
	border-bottom: 1px solid #9090;
}
.default #navMenu > ul > li > ul
{
	width:100%;
}

/* second level */

.default #navMenu li ul
{
	position: static;
	padding: 1.25em; /* 20 */
	padding-top: 0;
}

.default #navOpts > ul > li > a
{
	height: auto;
	text-align: left;
	padding:10px 5px 10px 7px;
}
.default #navOpts li ul a
{
	border-top: 1px solid #909090;
	padding: 10px;
	z-index: 99999;
}

.default #navOpts span:after
{
	margin:0px 0px 0px 0px;
}


.default .page-content 
{
	min-height: 0px;
}

.default .home-img 
{
	width:50%;
}

.default .column_spacer 
{
	margin: 0px 0px 0px 0px;
}

.default .footer-section-header
{
	vertical-align: center;
	text-align: center;
}
.default .footer-section 
{
	vertical-align: center;
	text-align: center;
}
	
.default .tooltip:hover:after
{
	width:50px;
}

.default .headline h3 
{
	font-size:180%;
}

.default .right-bar .article 
{
	display:inline-block;
	width:30%;
	padding:0;
	border:none;
}

.default .right-header
{
	float:left;
	width:100%;
}

.default .form-label-40
{
	width:100%;
	float:left;
	text-align:left;
	vertical-align:left;
	margin-top:10px;
	display: inline;
    position: relative;
}

.default .form-checkbox-label-40
{
	width:100%;
	float:left;
	text-align:left;
	vertical-align:left;
	margin-top:10px;
	padding-top:0px;
	display: inline;
    position: relative;
}

.default .form-input-60
{
	width:100%;
	float:left;
	display: inline;
    position: relative;
}
.default .form-output-60
{
	width:80%;
	float:left;
	display: inline;
    position: relative;
}
.default .form-output-30
{
	width:80%;
	float:left;
	display: inline;
    position: relative;
}
.default .form-output-10
{
	width:80%;
	float:left;
	display: inline;
    position: relative;
}
.default .form-input
{
	margin-left:0px;
	float:left;
	display: inline;
    position: relative;
}

.default .hideDrag
{
	display:none;
}

.default .activeLeague,.default .activeSchedule
{
/*	
		font-size: 70%;
*/		
}
	
/* PURE override settings */
	.default .pure-input-1-3
	{
		text-align:left;
		width:80%;
	}
	.default .pure-input-2-3
	{
		text-align:left;
		width:80%;
	}
	#plcode,#pscode
	{
		width:90%;
	}


.default .aa_flex_container {
  display: block;
  align-items: center;
/*  flex-flow: row wrap; */
}

.default .aa_flex_container {
  display: block;
}

.default .aa_flex_item {
width: 100%;
min-height: 100px;
}

.default .ab_flex_item {
width: 100%;
}

.default .header 
{
	display:none;
}

.default .headerMobile 
{
	font-family: sans-serif;
	background:#35414f url("jquery-ui-themes-1.11.2/themes/myttmNG/images/ui-bg_dots-small_35_35414f_2x2.png") 50% 50% repeat;    
    min-height: 65px;
    margin: 0;
    color: #fff;
    padding: 10px 0px 10px 0px; 
	width:100%;
	border-top-color: #efa585;
	display:block;
}

.default .headerMobile .title
{
	font-size: 2.8em;
	font-weight:bold;
	text-align:center;
	vertical-align:center;
	display:block;
}

.default .login-id
{
	text-align:center;
	vertical-align:top;
}

.default .right-header
{
	float:left;
	padding:0px;
	color:#fff;
	background:none;
	border:0px;
}

/*
.default .dropdown {
  float:left;
}
*/

.default .form-info-area
{
	display:none;
}


/* YUI override settings */

	
}

/*************************************************************/
@media (max-width: 567px) {
/*************************************************************/
.default .info-img 
{
	display: none;
}

.default .min-button-width
{
	min-width:300px;
}

.default .header .sprite 
{
	display:none;
	height:1px;
	width:1px;
	background-image: none;
	background: #000;
	text-align:left;
	vertical-align:left;
}

.default .header h1
{
	float: left;
	text-align:left;
	vertical-align:center;
} 

.default .headerlink
{
	float:none;
} 

.default .box_spacer 
{
	padding: 10px 0px 45px 0px;
}
.default .tooltip
{
	display:none;
}
.default .tooltip2
{
	display:none;
}

.default .captcha-img
{
	width:80%;
}


.default .form-label-40
{
	width:100%;
	float:left;
	text-align:left;
	vertical-align:left;
	margin-top:10px;
	display: inline;
    position: relative;
}
.default .form-checkbox-label-40
{
	width:100%;
	float:left;
	text-align:left;
	vertical-align:left;
	margin-top:10px;
	padding-top:0px;
	display: inline;
    position: relative;
}

.default .form-input-60
{
	width:100%;
	float:left;
	display: inline;
    position: relative;
}
.default .form-output-60
{
	width:80%;
	float:left;
	display: inline;
    position: relative;
}
.default .form-output-30
{
	width:80%;
	float:left;
	display: inline;
    position: relative;
}
.default .form-output-10
{
	width:80%;
	float:left;
	display: inline;
    position: relative;
}
.default .form-input
{
	margin-left:0px;
	float:left;
	display: inline;
    position: relative;
}


.default .section-break-top 
{
/*	display: inline;
    position: relative;*/
}

.default .download-icons 
{
	display:none;
}

.default .aa_flex_container {
  display: block;
}

.default .aa_flex_item {
width: 100%;
}

.default .ab_flex_item {
width: 100%;
}


/* PURE override settings */
	.default .pure-input-1-3
	{
		text-align:left;
		width:100%;
	}
	.default .pure-input-2-3
	{
		text-align:left;
		width:100%;
	}
	#plcode,#pscode
	{
		width:90%;
	}

/* YUI override settings */
	.default .yui3-g-r .accent-box-full
	{
/*	
		font-size: 80%;
*/		
	}	

	.default .yui3-g-r,.pure-menu
	{
/*	
		font-size: 90%;
*/		
	}
	
/**/	

/* JQGRID override settings */
.default .ui-jqgrid-titlebar,.ui-pg-table,.ui-jqgrid-labels
{
/*	
	font-size:  90%;
*/	
}
/**/
}


