/****IMPORT CSS*****/
@import url("reset.css");
@import url("csseffects.css");
@import url("colorbox.css");
@import url("jquery.alerts.css");
/*********/
/****LIBRARY****/
.library-category
{
   padding: 20px 0 0 30px;
}
/*****LIBRARY END*******/
/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{
    display: block;
}

mark, rp, rt, ruby, summary, time{
    display: inline ;
}
 .linktitle {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 0.9em;
    white-space: nowrap;
}

/* Left & Right alignment */

.left {
    float:left;
}

.right {
    float:right;
}

.rightcourse {
float: right;
padding-right: 231px;
}
.blank-list {
    height:46px !important;
    display:block;
    border-bottom:0 !important;
    background:none !important;
    filter:none !important;
    padding:0 !important;
}
input:focus {
    outline:none !important;
}
.simulator-loader {
    display:block;
    height:30px;
    margin:250px 0 0 82px;
    padding-top: 15px;
    padding-left: 15px;
    position: absolute;
    text-align: left;
    width: 207px;
    z-index: 1;
    background:#000 url("../images/features/sim/loader-small.gif") 186px center no-repeat;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #ffffff;
    border:1px dotted #777777;
}
.simulator-content {
  display:none;
}
/* Global properties ======================================================== */

body {
    font:80%/120% Helvetica, Arial, Sans-Serif;
    background:transparent url("../images/background.png") top left repeat-x !important;
}
input,textarea,select,button{
    font-family: Helvetica, Arial, Sans-Serif;
    font-size:1em;
}

/* Global Structure ============================================================= */

#master {
    width:100%;
    position: relative;
    
    color:#000000;
} 
#whiteBox {
    width: 1000px;
    margin: 0 auto;
    background-color:#fff;
    padding-left: 25px;
    padding-right :25px;
    padding-bottom: 40px;
    overflow: hidden;
}
#container {
    width: 1000px;
    margin:0px auto 0;
    padding:0px 0 0px 0;
}

.current-featrue-icon .text-hold li abbr {
    text-decoration: underline;
}
.container .customImage-text li abbr {
    text-decoration: underline;
}
/* ============================= main layout ====================== */

a{
    color:#3279BB;
    /*text-decoration: underline;*/
    text-decoration: none;
    outline:none;
}

a:hover{
    text-decoration: none;
}

p{
    padding-bottom:10px;
    /*margin-left: 6px;
    margin-right: 6px;*/
    text-align: justify;
    
 
}


/* ============================= header ====================== */
header{ 
  width:100%;
  margin:0 0 20px 0;
}

#header-top {
  width:100%;
  height:22px;
  padding:5px 0;
}

#header-top-content {
  /*width:100%;
  max-width:1055px;
  margin:2px auto 0px auto;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #d4d4d4 #d4d4d4 #d4d4d4 #d4d4d4;
    width: 1000px;
    height: 40px;
    margin: auto;
    margin-top: 15px;
}
.logo {
  margin-left:10px;
  margin-top: 55px;
}
.logo img {
  width:106px;
  position:relative;
  background:url("../images/shool_logo_divider.png") right center no-repeat;
  padding:0 14px 0 0;
}
.logo h1,.logo img{
  display:inline-block; 
  vertical-align:middle;
}
a.change-image {
    font-size:0.8em;
    display:block;
    margin-top:2px;
}
a.previewimage {
    font-size:0.8em;
    display:block;
    margin-top:2px;
}
.logo a.change-image {
    text-align:center;
    width:106px
}

h1{
    font-size: 2.5em;
    line-height: 100%;
    margin:0px 0 0 15px;
    width:380px;
    text-align:left;
    font-weight:normal;
}

h1 a{
    text-decoration:none;
}

* +html h1{
    padding-top:82px;
    margin-bottom:-21px;
}

@media all and (-webkit-min-device-pixel-ratio:10000),not all and (-webkit-min-device-pixel-ratio:0) {
    h1 {
    padding-top:81px;
    margin-bottom:-20px;
};
}
/*.placeholder {
    display:block;
    position:absolute;
    color:#6d6d6d;
    top:9px;
    left:4px;
    z-index:0;
    cursor:text !important;
    padding-left: 27px;
}
input.has-placeholder {
    z-index: 1 !important;
}*/
lable.placeholder {
    display:none !important;
}
/*LOGOS*/
.u360-white-logo {
  /*text-align:center;*/
  padding:0px 0px 0px 0px;
  margin-bottom: 15px;
}


/*header dashboard*/
ul.shortcut-buttons-set {
  margin:0px 0 0 0;
}
ul.shortcut-buttons-set li {
    float: left;
    margin: 0 17px 0 0;
    padding: 0 !important;
    background: 0;
}

.shortcut-button {
    border: 1px solid #ccc;
    display: block;
    width: 90px;
    margin: 0 0 20px 0;
    text-decoration:none;
}

.shortcut-button span {
    display:block;
    padding: 5px 0px;
    text-align: center;
    color: #555;
    font-size: 13px;
    line-height: 1.3em;
}

.shortcut-button span img {
    margin-bottom: 10px;
}

.shortcut-button:hover {
    background: #fff;
}
				
.shortcut-button span:hover {
				color:#002a48; 
                }
.shortcut-button  {
  border-radius: 8px; 
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px;
  
} 
footer, footer a, footer p{
    text-align:center;
    line-height:200%;
    clear:both;
    font-size:0.9em;
}
::selection {
	background: #002a48; /* Safari */
	}
::-moz-selection {
	background: #002a48; /* Firefox */
}
.home-link-holder {
    width:42px;
    height:30px;
    background:url("../images/verticalline.png") 100% 50% no-repeat;
    display:inline-block;
    margin:5px 0 0 20px; 
    float: left;
}
.home-link {
  display:inline-block;
  width:19px;
  height:19px;
  background:url("../images/home-icon.png") top left no-repeat;  
  margin: 5px 0 0 0;
  text-indent:-5000em;  
} 
.trigger {display:none !important;}
.user-nav {
  float:right;
  margin:5px 15px 0 0;
  //position:relative;
}
.user-nav ul {
  float:right;   
position:relative;  
}
.user-nav ul li, .main-menu-holder ul li.pli  {
  float:left; 
  list-style-type:none;
  background:url("../images/verticalline.png") 100% 50% no-repeat;
  height: 29px;
}
.user-nav ul li a, .main-menu-holder ul li.pli  a {
  color:#353535;
  line-height:140%;
  padding:0 5px;
  text-decoration:none;
  font-size:0.9em;
}
#home .user-nav ul li a {
  color:#ffffff;
}
.user-nav ul li a, .main-menu-holder ul li.pli a {
    margin: 7px 5px 0 5px !important;
    display: block;
}
.user-nav ul li select {
    margin: 5px 0 0 0;
}
.user-nav ul li.last, .main-menu-holder ul li.pli.last {
  border-right:0;
  background:none !important;
}
.user-nav ul li a:hover, .main-menu-holder ul li.pli a:hover {
  text-decoration:underline;
}
select.set_instanceId {
    background: transparent;
    border: 1px solid #ccc;
}
div#myaccdddiv ul {
border: 2px solid #cfcfcf;
list-style-type: none;
background: none;
width: 162px;
}
div#myaccdddiv ul li {
float: left;
list-style-type: none;
background: none;

}
/*MAIN CONTENT*/
#main-content {
    padding:1em 10px 0px 20px;
}
#main-content.theme.colors.sub-graphics {
    padding-right:0px !important;
    
}
#main-content ul {
  list-style-type: disc;
  margin: 10px 0 10px 20px;
}

#main-content ol {
 margin: 10px 0 10px 20px; 
}

#main-content ul li,#main-content ol li {
 /** margin: 3px; **/
 line-height: 140%;
   
}

/*MAP*/
#main-content input[type="text"],#main-content textarea {
    padding:2px;
    border:1px solid #cccccc;
}
#main-content input[type=submit],#main-content .button {
    border:1px solid #999999;
    cursor:pointer;
    padding:1px 5px;
}
.glossy-butt::-moz-focus-inner,.blueButton::-moz-focus-inner {
    border: 0 none;
    padding: 0px !important;
}
.transparent {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    -moz-opacity:0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
}
#main-content .button,#main-content .simple-button, .submodule-module {
    color:#000000;
    text-decoration:none;
    display:inline-block;
    padding:5px 7px 4px 7px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.simple-button, .submodule-module {
    background-color:#ffffff;
    color:#999999 !important;
    border:1px solid #b6b6b6;
    padding:2px 5px 1px 5px !important;
    line-height:120%;
    font-size:0.9em;
}
.notes-simple-button a {
    color:#428bca !important;
}
.notes-simple-button {
    
    color:#428bca !important;
    /*border:1px solid #b6b6b6;*/
    padding:2px 5px 1px 5px !important;
    line-height:120%;
    font-size:0.9em;
}

.edit-link.simple-button a,.simple-button a {
    color:#999999 !important;
    text-decoration:none;
}
#main-content .simple-button:hover,.simple-button a:hover {
    background-color:#efefef;
}

/*LOGIN BLOCK*/
.login-form {
    width: 410px;    
    margin: 0 auto;
    position: relative;
    top: 17%;
}
.login-form-wrapper {
    background-color: #eeeeee;
    height: 220px;
    width: 360px;
    margin: 0px 0 0 0px;
    padding: 30px 20px 30px 30px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#login h2
{        
    filter: dropshadow(color=#999999, offx=1, offy=1);        
    text-align: left;
    color: #000000;
    margin:0 0 20px 0;
    position: relative;
    font-size:25px;
    line-height: 1;
    font-weight: normal;
}
#login #inputs input
{    
    width: 267px; 
    height: 26px;
    border: 1px solid #999999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;    
    padding-left: 10px;
    display: inline-block;
}
#username
{
    background-position: 5px -2px !important;
}

#password
{
    background-position: 5px -52px !important;
}
#login #submit
{		
    background: #073b78;
    background: -moz-linear-gradient(top,  #073b78 0%, #063469 49%, #063368 51%, #052c5a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#073b78), color-stop(49%,#063469), color-stop(51%,#063368), color-stop(100%,#052c5a));
    background: -webkit-linear-gradient(top,  #073b78 0%,#063469 49%,#063368 51%,#052c5a 100%);
    background: -o-linear-gradient(top,  #073b78 0%,#063469 49%,#063368 51%,#052c5a 100%);
    background: -ms-linear-gradient(top,  #073b78 0%,#063469 49%,#063368 51%,#052c5a 100%);
    background: linear-gradient(to bottom,  #073b78 0%,#063469 49%,#063368 51%,#052c5a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#073b78', endColorstr='#052c5a',GradientType=0 );

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border:0;    
    float: left;
    height: 32px;
    padding: 0;
    width: 84px;
    cursor: pointer;
    color: #ffffff;
    font-size:14px;
    
    margin:5px 0 0 73px;
    font-weight: bold;
}
#login #submit:active
{		
    outline: none;
   
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#login #submit::-moz-focus-inner
{
  border: none;
}

#login #actions a
{
    color: #073b78;
    font-size: 12px;
    line-height: 44px;
    margin-left: 10px;
    margin-top: -54px;
    text-decoration: none;
}
.form-item {
  position:relative;
  margin-bottom:17px;
}
#login .form-item label {
    color: #000000;
    font-size: 14px;
    margin: 0;   
    width: 69px;    
}
#login .form-item label, #login .form-item input[type=text], #login .form-item input[type=password] {
    display: inline-block;
    vertical-align: middle;    
}
#remember {
    margin:0px 5px 15px 28px;
}
.squaredFour {
    width: 17px;	
    margin: 0 10px 10px 45px;
    position: relative;
}
input#squaredFour {
    opacity: 0 !important;
}
.squaredFour label {
    cursor: pointer;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 0;
    border-radius: 4px;
    border: 1px solid #999;
    background:#fff;
}

.squaredFour label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 7px;
    height: 3px;
    background: transparent;
    top: 5px;
    left: 4px;
    border: 3px solid #999999;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredFour label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.remember {
    float: left;
    margin: -26px 73px;
    color: #000000;
    font-size: 12px;
}

.login-form #login-copyright {
    margin: 20px 10px 10px 0px;
    text-decoration: none;
    color:#cccccc;
    font-size: 12px;
    text-align: center;
}
#login-copyright span.pipe {
    display: inline-block;
    text-align: center;
    width: 10px;
}
.login-form #login-copyright a {
    text-decoration: none;
    color:#cccccc;
    font-size: 12px;
}

.login-form #login-copyright a:hover {
    text-decoration: underline;
    font-size: 12px;
}

/*LOGIN BLOCK END*/

/*simulator*/
/*device changer*/
.device-changer,.notes-bott-navigation,.feature-bott-navigation {
    display: table;
    margin: 1.5em 0 0.5em 93px;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #cccccc;
    background:#e6e6e6;
}
.device-changer ul {
  list-style:none;
  margin:0;
  padding:0;
  display:table-row;
  white-space:nowrap;
}
.device-changer li{
  list-style-type:none;
  display:inline-block;
  margin:0;
  width:64px;
  height:45px;
  overflow:hidden;
}
.device-changer li a{
  display:block;
  width:100%;
  height:100%;
  background:url("../images/features/device-icons.png") -5000px -5000px no-repeat;
  text-indent:-5000em;
}
.device-changer li.iphone-device a {
  background-position:18px 5px;
  border-top-left-radius:3px;
  border-bottom-left-radius:3px;
}
.device-changer li.android-device a {
  background-position:-58px 5px;
}
.device-changer li.other-device a {
  background-position:-134px 5px;
  border-top-right-radius:3px;
  border-bottom-right-radius:3px;
}
.device-changer li a.selected {
    background-color:#a6aaab;
}
.device-changer li.line {
    background:url("../images/device_changer_divider.png") top right no-repeat;
}
.simulator-holder {
    margin-top:35px;
}
.simulator {
  width:384px;
  float:right;
  margin-top: -110px;
}
.simulator .content-screen {
  width:320px;
  height:480px;
  background:url("../images/features/simulatorcontent.png") top left no-repeat;
  position:absolute;
  top:149px;
  left:39px;
}
.sim-home-button {
    width:70px;
    height:70px;
    position: absolute;    
    left: 152px;    
    bottom: 21px;
    text-indent:-5000em;
    background:url("/images/features/sim/sim-home-button.png") -5000px -5000px no-repeat;
    cursor:pointer;
}
.sim-home-button.android {
    bottom:72px !important;
    height:30px !important;
    left:49px !important;    
}
.sim-home-button.other {
    bottom:74px !important;
    height:34px !important;
    left:157px !important;
}
.sim-home-button:active {
    /*background-position:center center;*/
}
#iphoneVersion.simulator .simulator-holder {
    height: 673px !important;
}
#iphoneVersion.simulator .simulator-content, #iphoneVersion.simulator .sim-content-wrapper {
    height: 480px !important;
}
#iphoneVersion.simulator #linksList .sim-flash-hold {
    height: 493px !important;
}

#iphoneVersion.simulator .simulator-holder img#device {
    width: 316px;
    height: 673px;
    margin-left: 33px;
    margin-top: 1px;
}
#androidVersion.simulator .simulator-holder img#device {
    width: 316px;
    height: 744px;
}
#otherVersion.simulator .simulator-holder img#device {
    width: 387px;
    height: 718px;
}
#iphoneVersion.simulator .simulator-holder .simulator-content {
    left: 56px !important;
    top: 101px !important;
}
#otherVersion {
    
}
/**
 * CSS for ezMark jQuery Plugin
 *
 **/
.ez-hide { opacity: 0; filter:alpha(opacity=0); }
.ez-checkbox {
	background: transparent url('../images/features/sim/checklist/radio.png') left top no-repeat;
	display:inline-block; 
        position: absolute;
}
.form-raw .right li abbr {
    text-decoration: underline;
}
.ez-radio {
	background: transparent url('../images/features/sim/checklist/radio.png') 0 1px no-repeat;
	display:inline-block;
}

.ez-checked { background-position: left bottom; }
.ez-selected { background-position: left bottom; }
.ez-checkbox-green {
	background: transparent url('../images/checkbox-green.png') 0 1px no-repeat;
	display:inline-block;
	*display: inline;
}
.ez-checked-green { background-position: 0 -18px; }
.ez-checkbox, .ez-radio {height:22px;width: 22px;cursor:pointer !important;*display:inline; _height:30px; }
.ez-hide{cursor:pointer !important;}

#features .left-content .tab-content h2,#popup_title_hold,.iframe h2,#helpText h2,.poup-container h2 {
  background: #fdfdfd; /* Old browsers */
  background: -moz-linear-gradient(top,  #fdfdfd 0%, #97989a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#97989a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fdfdfd 0%,#97989a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fdfdfd 0%,#97989a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fdfdfd 0%,#97989a 100%); /* IE10+ */
  background: linear-gradient(top,  #fdfdfd 0%,#97989a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#97989a',GradientType=0 ); /* IE6-9 */
  font-size: 1.6em;
  padding: 13px 13px 13px 20px; 
  max-height: 16px;
}


/*POPUP*/
.poup-container {
  padding:48px 15px 0px 15px; 
  background:transparent;
}
#helpText.poup-container {
    padding-bottom:30px;
}
#helpText h2,.poup-container h2 {
  position:absolute;
  top:0px;
  left:0px;
  font-size:1.6em;
  text-shadow: 1px 1px 0 #FFFFFF;
  font-weight:normal;
  padding:10px 10px 10px 32px;
  width:458px; 
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#helpText.poup-container ul li label {
    margin: 3px;
    font-weight: bold;
    color: #005C91;
}
#helpText.poup-container ul li {
    margin-top: 10px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
   
}
#helpText h2 {
    padding-left:15px !important;
    width:475px;
}
.poup-container.no-icon h2 {
    padding-left:12px;
    width:478px;
}
.poup-container .section {
    padding:10px 10px 0px 10px;
}
.poup-container .text-hold {
    margin-top:10px !important;
    padding-left:10px;
    padding-right:10px;
}
.poup-container .divider-bar {
    margin-top:20px !important;
}
.poup-container .form-raw .title{
   margin-top: 16px;
}
.poup-container .form-raw{
    padding:0 0px 15px 0;
}
.poup-container .submit-raw-addtour {
    margin-right: 183px;
    /*clear:both; - commented to remove extra space after textarea. So that the user does not have to scroll down to click save or cancel */
}
.poup-container .submit-raw {
    /*clear:both; - commented to remove extra space after textarea. So that the user does not have to scroll down to click save or cancel */
}
.poup-container .ui-sortable {
    margin:0 -15px !important;
}

/*HELP ICON*/
.help-icon {
    width:24px;
    height:24px;
    display:block;
    background:url("../images/features/help-icon.png") center center no-repeat;
    text-indent:-5000em;
    position:absolute;
    right:10px;
    top:10px;
}
.help-icon-logos {
    background: url("../images/features/help-icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 24px;
    position: absolute;
    right: 10px;
    text-indent: -5000em;
    top: 34px;
    width: 24px;
}
.alogo {
    background: url("../images/features/help-icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 24px;
    position: absolute;
    right: 10px;
    text-indent: -5000em;
    top: 41px;
    width: 24px;
}
.headerlogo {
    background: url("../images/features/help-icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 24px;
    position: absolute;
    right: 10px;
    text-indent: -5000em;
    top: 173px;
    width: 24px;
}
.helpiconbubble {
    background: url("../images/features/help-icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 24px;
    position: absolute;
    right: 10px;
    text-indent: -5000em;
    top: 288px;
    width: 24px;
}
.helpiconverticallogo {
    background: url("../images/features/help-icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 24px;
    position: absolute;
    right: 10px;
    text-indent: -5000em;
    top: 162px;
    width: 24px;
}
.poup-container .help-icon {
    right: 8px;
    top: 8px;
}

.poup-container.tooltip {
    border:0px solid #ccc;
    position:fixed;
    z-index:10000000;
    width:530px;
    min-height:150px;
    height:auto;
    background-color:#ffffff; 
    background-image:url("../images/ui-anim_basic_16x16.gif");
    background-position:center center;
    background-repeat:no-repeat;
    top:20%;
    left:30%;
    padding:0;
    display:none;
    overflow:hidden;
}
.tooltip-content {
    padding:50px 15px 15px 15px;
    width:500px;
    position:relative;    
}
.poup-container.tooltip h2 {
    width:439px !important;
    font-size: 1.6em;
    max-height:16px !important;
    line-height:72% !important;
    padding-left: 11px;
}
.tooltip-content p{
    margin:0px 0 0 0;
}
.tooltip-close {
    background:url("images/controls.png") no-repeat -25px 0 transparent;
    width:25px;
    height:25px;
    position:absolute;
    top:5px;
    right:5px;
    cursor:pointer;
    z-index: 1;
}
.tooltip-content #iconupload label,.tooltip-content #iconupload input[type="file"] {
    vertical-align:middle;
}
ul.upload-options-list {
    margin-bottom:15px !important;
}
.tooltip-content .current-featrue-icon .text-hold ul,ul.upload-options-list {
    margin:0 0 0 15px;
}
.tooltip-content .current-featrue-icon .text-hold ul li,.upload-options-list li {
    line-height:140%;
}
.help-content {
    display:none;
}
.tooltip .help-content {
    display:block !important;
}
/*.tooltip-content #helpText h2{
    background:none !important;
    width:auto !important;
    position:relative !important;
    padding:0;
    margin:0;
}*/
.poup-container.tooltip .tooltip-content h2 {
    max-width:510px !important;
    width:510px !important;
    padding-left:10px !important;
}
.poup-container.tooltip .tooltip-content h2 a.back-to-features {
    margin-left:-3px !important;
    margin-right: 7px;
}
.tooltip-content .poup-container {   
    padding:0;
    margin:0;    
}
.tooltip-content .help-icon {
    display:none !important;
}

.current-featrue-icon {
    overflow:hidden;
    width:445px;
    margin:0 0 15px 0;
    padding-bottom:15px;
    background:url("../images/features/text-bottom-shadow.png") center bottom no-repeat;
}
.tooltip-content .current-featrue-icon {
    width:500px;
}
.current-featrue-icon .icon-hold{
    width:59px;
    float:left;
}
.header-image-uplad .current-featrue-icon .icon-hold {
    width:80px;
    height:62px;
    overflow: hidden;
    text-align: center;
    position:relative;
}
.current-featrue-icon .icon-hold img {
    max-width:59px;
    min-width: 59px;
    background: #ccc !important;
    border: 1px solid #d5d5d5;
    border-bottom: 0;
    border-radius: 8px;
    -moz-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0 1px 2px 0 #B0B5B8;    
}
.header-image-uplad .current-featrue-icon .icon-hold img {
    max-height: 62px;
    width: 80px;
    max-width: 80px;
}
.poup-container .header-image-uplad .text-hold {
    margin-top:0 !important;
    width:347px;
}
.current-featrue-icon .text-hold {
    float:left;
    margin-left:15px;
    padding:0 !important;
    background:none;
    width:370px;
}
.tooltip-content .current-featrue-icon .text-hold {
    width:400px;
}
.poup-container .header-image-uplad .form-raw label,.poup-container .header-image-uplad .form-raw input {
    display: inline-block;
    vertical-align:middle;
}
.poup-container .header-image-uplad .form-raw label {
    width:88px;
}
.current-featrue-icon .text-hold li, ul.upload-options-list li {
    background: none repeat scroll 0 0 transparent;
    list-style-type: disc;
    overflow: visible !important;
    padding: 0 !important;
}



.text-hold p {
    line-height:140%;
}
/*PERCENTAGE BAR*/
.features-using-bar {    
    height:20px;
    overflow:hidden;    
    position:relative;
}
.bar-container,.poll-percentage  {
    height:18px;
    border:1px solid #ccc;
    width:248px;
    overflow:hidden;
}
.features-using-bar .strip, .poll-percentage div {
    /*background-color: #AACC00;
    background-image: linear-gradient(
        50deg, rgba(255, 255, 255, 0.2) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, 
        transparent 75%, transparent
        );*/
    height:100%;
    margin-left: -1px;
    padding-left: 1px;
    background:url("../images/app_completed_strip.png") top left repeat-x;
}
.features-using-bar h6 {
    color:#000;
    position:absolute;
    left:257px;
    top:3px;
    font-size:0.9em;
    font-weight:normal;
}
/*IPHONE ALERT BOX*/
#iphone_alert {
	width : 275px;
	height : 400px;
	position: absolute;
	top:40px;
	left: 0;
	display: block;
	z-index:3000;
	color: #fff;
        display:none;
}
#iphone_alert .alert {
	font: normal 17px/23px "Helvetica Neue", Arial;
	background: #162344;
	background: rgba(22,35,68,0.9);
	color: #fff;
	text-shadow: hsla(0,0%,0%,0.8) 0 -1px 0;
	margin: 0 auto;
	padding: 0 0 8px 0;
	border: 2px #dfe1e6 solid;
	position: absolute;
	width: 90%;
	left: 4.5%;
	top:30%;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	        border-radius: 9px;
	-webkit-box-shadow: hsla(0,0%,0%,0.7) 0 1px 2px;
	   -moz-box-shadow: hsla(0,0%,0%,0.7) 0 1px 2px;
	        box-shadow: hsla(0,0%,0%,0.7) 0 1px 2px;
}
#iphone_alert .alert::after {
	content: '';
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.3));
	background:    -moz-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.3));
	background:     -ms-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.3));
	background:      -o-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.3));
	background:         linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.3));
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#697287', EndColorStr='#343f5c', GradientType=0);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#697287', endColorstr='#343f5c', GradientType=0);
	height: 15%;
	width: 100%;
	-webkit-border-radius: 7px 7px 50% 50%  / 7px 7px 4px 4px;
	   -moz-border-radius: 7px 7px 50% 50%  / 7px 7px 4px 4px;
	        border-radius: 7px 7px 50% 50%  / 7px 7px 4px 4px;
	position: absolute;
	left: 0;
	top:0;
}

#iphone_alert .text {
	position: relative;
	z-index: 110;
	text-align: center;
	width: 90%;
	left: 5%;
	margin:25px 0 10px 0;
        word-wrap:break-word;
        font-size: 0.9em;
}
#iphone_alert .text b {
	margin-bottom: 5px;
	display: block;
}
#iphone_alert .button {
  margin:0 auto 10px auto;
	font-weight: bold;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 105px;
	cursor: pointer;
	border: 1px #131e3b solid;
	display: block;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	background: -webkit-linear-gradient(top, rgba(116, 124, 143, 0.8) 0%, rgba(52, 63, 92, 0.8) 50%, rgba(22, 35, 68, 0.8) 50%, rgba(35, 47, 78, 0.8) 100%);
	background:    -moz-linear-gradient(top, rgba(116, 124, 143, 0.8) 0%, rgba(52, 63, 92, 0.8) 50%, rgba(22, 35, 68, 0.8) 50%, rgba(35, 47, 78, 0.8) 100%);
	background:     -ms-linear-gradient(top, rgba(116, 124, 143, 0.8) 0%, rgba(52, 63, 92, 0.8) 50%, rgba(22, 35, 68, 0.8) 50%, rgba(35, 47, 78, 0.8) 100%);
	background:      -o-linear-gradient(top, rgba(116, 124, 143, 0.8) 0%, rgba(52, 63, 92, 0.8) 50%, rgba(22, 35, 68, 0.8) 50%, rgba(35, 47, 78, 0.8) 100%);
	background:         linear-gradient(top, rgba(116, 124, 143, 0.8) 0%, rgba(52, 63, 92, 0.8) 50%, rgba(22, 35, 68, 0.8) 50%, rgba(35, 47, 78, 0.8) 100%);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#747c8f', EndColorStr='#232f4e', GradientType=0);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#747c8f', endColorstr='#232f4e', GradientType=0);
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
	-webkit-box-shadow: #454f69 0 1px 0;
	   -moz-box-shadow: #454f69 0 1px 0;
	        box-shadow: #454f69 0 1px 0;
}

#iphone_alert .button.wide {
	width: 235px;
	margin-left: 10px;
}
#iphone_alert .button.f_left {
	float: left;
	margin: 0 0 0 10px;
}
#iphone_alert .button.f_right {
	float: right;
	margin: 0 10px 0 0;
}

#iphone_alert .button.light {
	background: -webkit-linear-gradient(top, rgba(174, 178, 190, 0.6) 0%, rgba(106, 116, 139, 0.6) 50%, rgba(80, 90, 117, 0.6) 50%, rgba(95, 105, 129, 0.6) 100%);
	background:    -moz-linear-gradient(top, rgba(174, 178, 190, 0.6) 0%, rgba(106, 116, 139, 0.6) 50%, rgba(80, 90, 117, 0.6) 50%, rgba(95, 105, 129, 0.6) 100%);
	background:     -ms-linear-gradient(top, rgba(174, 178, 190, 0.6) 0%, rgba(106, 116, 139, 0.6) 50%, rgba(80, 90, 117, 0.6) 50%, rgba(95, 105, 129, 0.6) 100%);
	background:      -o-linear-gradient(top, rgba(174, 178, 190, 0.6) 0%, rgba(106, 116, 139, 0.6) 50%, rgba(80, 90, 117, 0.6) 50%, rgba(95, 105, 129, 0.6) 100%);
	background:         linear-gradient(top, rgba(174, 178, 190, 0.6) 0%, rgba(106, 116, 139, 0.6) 50%, rgba(80, 90, 117, 0.6) 50%, rgba(95, 105, 129, 0.6) 100%);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#aeb2be', EndColorStr='#5f6981', GradientType=0);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aeb2be', endColorstr='#5f6981', GradientType=0);
	-webkit-box-shadow: #454f69 0 1px 0, inset #dadde4 0 1px 0;
	   -moz-box-shadow: #454f69 0 1px 0, inset #dadde4 0 1px 0;
	        box-shadow: #454f69 0 1px 0, inset #dadde4 0 1px 0;
}

#iphone_alert .button:active {
	background: -webkit-linear-gradient(top, rgba(90, 95, 102, 0.7) 0%, rgba(41, 47, 57, 0.7) 50%, rgba(23, 31, 40, 0.7) 50%, rgba(36, 44, 53, 0.7) 100%);
	background:    -moz-linear-gradient(top, rgba(90, 95, 102, 0.7) 0%, rgba(41, 47, 57, 0.7) 50%, rgba(23, 31, 40, 0.7) 50%, rgba(36, 44, 53, 0.7) 100%);
	background:     -ms-linear-gradient(top, rgba(90, 95, 102, 0.7) 0%, rgba(41, 47, 57, 0.7) 50%, rgba(23, 31, 40, 0.7) 50%, rgba(36, 44, 53, 0.7) 100%);
	background:      -o-linear-gradient(top, rgba(90, 95, 102, 0.7) 0%, rgba(41, 47, 57, 0.7) 50%, rgba(23, 31, 40, 0.7) 50%, rgba(36, 44, 53, 0.7) 100%);
	background:         linear-gradient(top, rgba(90, 95, 102, 0.7) 0%, rgba(41, 47, 57, 0.7) 50%, rgba(23, 31, 40, 0.7) 50%, rgba(36, 44, 53, 0.7) 100%);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5a5f66', EndColorStr='#242c35', GradientType=0);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a5f66', endColorstr='#242c35', GradientType=0);
	-webkit-box-shadow: #454f69 0 1px 0;
	   -moz-box-shadow: #454f69 0 1px 0;
	        box-shadow: #454f69 0 1px 0;
}
.sim-content {
    display:none;
}
/*IPHONE ALERT BOX END*/

/* COLOR PALLETE */
.pallete-wrapper {    
    border:1px solid #cfcfcf;
    width:147px;
    height:auto;
    position:absolute;
    padding:10px;
    display:none;
    margin:-1px 0 0 0;
    background:#fff;
    z-index:123456;
}
.picked {
    width:53px;
    height:10px;
    border:1px solid #a1a1a1;
    background-color:#d9d9d9;
    float:left;
}
.pmain-pallete {
    margin:8px 0 0 -3px;
}
.pmain-color {
    width:10px;
    height:10px;
    border:1px solid #cfcfcf;
    display:block;
    cursor:pointer;
    margin:0 0 0 3px;    
    
}
.pmain-pallete .pmain-color {
    border-bottom:0 !important;
}
.pmain-cal {
    float:left;
}
.top-colors,.bottom-colors,.more-colors {
    margin:0px 0 0 -3px;
    padding:0;
    clear:both;
    overflow:hidden;
}
.top-colors .pmain-color,.bottom-colors .pmain-color,.more-colors .pmain-color{
    float:left;    
}
.bottom-colors {
    border-bottom:1px dotted #e6e6e6;
    padding:10px 0 8px 0;
}
.pmore-colors {
    display:block;
    cursor:pointer;
    margin:5px 0 0 0;
    font-size:0.8em;
    background:url("../images/more_colors_arrow.png") 100% 5px no-repeat;
}
.pmore-colors.on {
    background-position:100% -50px;
}
.more-colors {
    display:none;
    position:absolute;
    bottom:-1px;
    width:375px;
    left:175px;
    padding:10px;    
    border:1px solid #cfcfcf;
    height: 164px;
    background:#fff;
}
.more-colors .pmain-color { 
    border-bottom:0;
}
.clear {
    clear:both;
}
.ppicker-hold {
    border:1px solid #CFCFCF;
    padding:3px;
    overflow:hidden;
    width:52px;
    cursor:pointer;
}
.ppicker-hold .ppicker {
    border:1px solid #A1A1A1;
    height:10px;
    width:38px;
    float:left;
}
.ppicker-hold .pup-down-arrow span {
    width:6px;
    height:4px;
    display:block;
    margin:0 0 3px 0;
    cursor:pointer;
    background:url("../images/arrow.png") top left no-repeat;
}
.ppicker-hold.active .pup-down-arrow span {
    background-position:-1px -1px !important;
}
.ppicker-hold.inactive .pup-down-arrow span {
    background-position:-1px -8px !important;
}
.ppicker-hold .pup-down-arrow {
    float:left;
    margin:4px 0 0 5px;
}
/*validation message popup*/
.valMessage {
    background:url("../images/tooltip_arrow.png") 5px 100% no-repeat;
    padding:0 0 9px 0;
    min-width:184px;
    position:absolute;  
    z-index:123456789;
}
.valMessage div {
    color:#000;
    font-size:0.9em;    
    min-width:170px;
    padding:5px;
    border:2px solid #D37878;    
    text-align:center;
    background:#F7CFCF;
}
/*audio*/
.simple-player-container {
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #919191;
    width: 273px;
    min-height: 37px;
}
.simple-player-container > div > ul {
    margin: 0;
    padding-left: 0;
}
.simpleplayer-play-control {
    background:transparent url('../images/play.png') top left no-repeat;
    display: block;
    width: 28px;
    height: 28px;
    top: 7px;
    position: relative;
}
.simpleplayer-stop-control {
    background:transparent url('../images/stop.png') top left no-repeat;
    display: block;
    width: 28px;
    height: 28px;
    top: 7px;
    position: relative;
}
li.progressbar-wrapper {
    overflow:hidden;
    max-height: 10px;
    margin-top:17px;
    margin-left: 4px;
}
.simple-player-container .start-button {
    display: inline-block;
}
.simple-player-container span.label {
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    margin-left:10px;
    padding:14px 0 0 10px;
    height: 28px;
    border-left:1px solid #919191;
}
/**Athletics manual schedules*/

/*MAIN MENU*/
.main-menu-holder {
    float: left;
    margin: 5px 0 0 0px;
}

/*end main menu*/

div#event-block div.link {
    float: left;
}

.copyright {
    border-top: 2px solid #e8e8e8;
    margin-top: 40px;
    padding-top: 10px;
    color: #707070;
    font-size: 0.9em;
}
.copyright span {
    display: inline-block;
    margin-right: 10px;
}
.copyright a {
    color: #404040 !important;
    text-decoration: none;
    padding: 0 6px;
}
.copyright a:hover {
    text-decoration: underline;
}
  .helpblock {
    padding: 1em 10px 0px 30px !important;
    }
    .helpblock ul, .helpblock ul li {
    list-style: none;
    margin: 0px 0px 10px 0px !important;
    }
    hr {
      border-width: 1px;
    width: 524px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 28px;
       }
    .helpblock h1 {
        margin: 0px 0px 10px 0px !important;
        font-size: 16px;
        font-weight: bold;
    }
    .helpblock .help-search-box {
    margin: 6px;
    }
    .helpblock .helpsearch {
       width: 479px !important;
       height: 26px;
    }
    .helpblock #helpdiv {
         padding-top: 7px;
         margin-bottom: 131px;
     }
    
li.boldtext {
font-weight: bold;
margin-bottom: 0px !important;
}
li.boldtext.lbltxt {
margin-bottom: 0px !important;
}
.helpblock .innerblock {
    display: none;
}
.helpblock .innerblock li {
    padding-left: 20px;
}
.helpblock .form-search input#helpkey {
background: none;
box-shadow: none;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
float: left;
height: 36px;

padding: 0px 0px 0px 4px !important;
margin: 0;
width: 480px;
border: 1px solid #cccccc;
transition: all 0.3s linear 0s;
}
   
.helpblock .form-search button.button {
position: absolute;
top: 0;
right: 0;
box-shadow: none;
background-color: #cccccc;
border: none;
cursor: pointer;
margin: 0;
outline: none;
overflow: visible;
padding: 0;
position: relative;
z-index: 0;
}

.helpblock .form-search button.button span {
border: 0 none;


}

button.button span span {

background:  #cccccc url("/images/features/sim/icon-search-white.png") 0px 0px no-repeat;
width: 43px;
height: 38px;
}

button.button span, a.btn-readmore, .helpblock a {
color: #ffffff;
}

button.button span {
display: block;
font-weight: bold;
text-align: center;
white-space: nowrap;
vertical-align: middle;
}
.topblock { cursor: pointer;}

.arrow-right {
	background-image: url('../images/help_arrow.png');
        width: 7px;
        height: 12px;
        float: left;
        margin-right: 5px;
}
.arrow-block {
    float: left;
    width: 525px;
    margin: 5px;
}
.arrow-down {
        background-image: url('../images/help_arrow.png');
        width: 7px;
        height: 12px;
        float: left;
        margin-right: 5px;
        float: left;
        	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.helpblock .button {
height: 38px !important;
border: 0px solid #cccccc !important;
}