/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@font-face {
    font-family: 'ProximaNovaLight';
    src: url('../fonts/ProximaNovaLight.eot');
    src: url('../fonts/ProximaNovaLight.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNovaLight.woff') format('woff'), url('../fonts/ProximaNovaLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/ProximaNovaRegular.eot');
    src: url('../fonts/ProximaNovaRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNovaRegular.woff') format('woff'), url('../fonts/ProximaNovaRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*{margin:0;padding:0}
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
	height: 100%;
    min-height: 100%;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #00AEEF;
    text-shadow: none;
	color:#fff;
}

::selection {
    background: #00AEEF;
    text-shadow: none;
	color:#fff;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.dkblue {
    background-color: #234870
}

.ltblue {
    background-color: #00AEEF
}

.red {
    background-color: #F92937
}

.orange {
    background-color: #E34A30
}

body {
    font-family: ProximaNovaRegular, Arial, Helvetica, Sans-Serif;
    color:#929497;
	height: 100%;
    min-height: 100%;
}

a {
    color: #00AEEF;
    text-decoration: none
}

h2 {
    color: #234870;
    font-size: 2em;
}

h3 {
    color: #234870;
    font-size: 1.4em;
}

p {
    line-height: 1.4em
}


/* MASTHEAD *************************/
#masthead {
    background-color: #234870;
    color: #ffffff;
    font-size: 1em;
    height: 50px;
    font-family:ProximaNovaRegular, Arial, Helvetica, Sans-Serif;
}
#masthead #mainnav .nav li a{
    font-size:1em;
    font-weight: bold;
    color:#ffffff;
    background-color:transparent;
    padding:.86em 2em;
}
#masthead #mainnav .nav li a:hover,
#masthead #mainnav .nav li.active a{
    background-color: #00AEEF;
}
#masthead #userbox{
    font-size:.8em;
    font-weight: bold;
    color:#ffffff;
    text-align:right;
    width:25%;
    position:absolute;
    right:2em;
    top:0;
}
#masthead #userbox p{
    margin:0;
    padding:1.3em 0;
}
#masthead #userbox a{
    color:#ffffff;
    padding-left:3em;
    display:inline-block;
}
#masthead #userbox a:hover{
    color:#00AEEF;
}


#content .container{
    /*min-height:600px;*/
	min-height: 100%;
	height: 100%;
	display: table;
}
#content > .container{
    border-left:1px solid #979797;
    border-right:1px solid #979797;
    border-bottom:1px solid #979797;
}

#content #leftside {
    height: inherit;
    border-right: 1px solid #979797;
    width:300px;
    float:left;

}

#content #rightside {
    padding-left:330px;
}

.wrapper {
    width: 100%;
	height: 100%;
}

.container {
    width: 1024px;
    margin: 0 auto;
    position:relative;
}

.row {
    width: 100%
}


/* BUTTONS *******************/
.nav li {
    list-style: none;
    float: left;
}

.nav li a,
.btn {
    display: inline-block;
    text-decoration: none;
    padding:.5em 1em;
    text-align: center;
}
.btn.save,.btn.add{
    background-color: #00AEEF;
    color:#ffffff;
    border:none;
	text-transform: uppercase;
}
.btn.save:hover,
.btn.add:hover{
    background-color: #0080ea;
    color:#ffffff;
}
.btn.delete{
    color:#E34A30;
    background-color:#FFFFFF;
    border:1px solid #979797;
}
.btn.delete:hover{
    background-color: #e34a30;
    color:#ffffff;
}
.btn.cancel{
    background-color:#E34A30;
    color:#FFFFFF;
	 text-transform: uppercase;
    border: none;
}
.btn.cancel:hover{
    background-color: #aa2d2d;
    color:#ffffff;
}

/* LEFT SIDE FORM *****************/
#leftside .form{
    background-color:#F0F0F0;
    display: table;
width: 80%;
    padding: 1.8em 10% 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#leftside .form{
   background-color: #f0f0f0;
    display: table;
    padding: 1.8em 10% 0;
	width: auto;
}
}
#leftside h4{
    margin-bottom:1.4em; 
    font-size:.8em;
}
#leftside .form input{
    box-sizing: border-box;
    width:100%;
    padding:.2em .5em;
    border: 1px solid #999;
	font-size: 15px;
}
#leftside .form button{
    box-sizing: border-box;
    width:100%;
    color:#ffffff;
    background-color:#00AEEF;
    padding:.5em;
    text-align:center;
    border:none;
    margin:1.4em 0;
    font-size: .937em;
}

/* LEFTSIDE NAV */

#leftside .menu{
    padding: 0 0 1.5em;
}
#leftside .menu h4{
    padding: 1em 10%;
    line-height: 1;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    margin-bottom: 0;
}
#leftside .menu li{
    list-style:none;
}
#leftside .menu li a.btn{
    color:#929497;
    padding:.6em 10%;
    display:block;
    text-align:left;
}
#leftside .menu li a.btn:hover{
    color:#234870;
}
#leftside .menu li.active a.btn{
    background-color:#234870;
    color:#ffffff;

}

/* RIGHT SIDE HEADLINE *****************************/
#rightside .header{
    padding:1.6em 1.8em 1.45em 0;
    margin-bottom: 1em;
}
#rightside .header h3{
    font-size:1.2em;
}
#rightside .header h2{
    font-size:2em;
}
#rightside .header p{
    font-size:0.9em;
    color: #234870;
    padding-bottom:1.5em;
}

#rightside .header p.head{
    font-size:27px;
    font-weight: bold;
    color: #929497;
    line-height: 1.5;
    margin-top: 1.7em;
    text-align:center;
}
#rightside .header p.head span{
    color:#00AEEF;
	 
}
#rightside .header .btn{
    float:right;
    font-size:1em;
	  /*  margin-top: 13px; */
}
#rightside .header a {
    font-size:.7em;
}
/* Edit Company */
#editCompany table tr:first-child td {
    padding: 1em 0;
}
/* Add Member */
#addMember table input {
    width: 100%;
}
#addMember table tr:first-child {
    border-bottom: none;
}
#addMember table tr:first-child td {
    padding: 1em 0 0 1em;
}
#addMember table tr:first-child td:first-of-type {
    padding-left: 0;
}
#addMember table tr:last-child {
    border-bottom: 1px solid grey;
}
#addMember table tr:last-child td {
    padding-bottom: 1em;
}
#addMember button.add {
    margin-left: 0.75em;
}
#addAdmin {
    font-size: 14px;
}
.error{color:#F92937; padding-bottom:8px;}
.modal {
   /*background: #ffffff url("../img/logo-PattiK.png") no-repeat scroll center bottom 8px;*/
    box-sizing: border-box;
    height: 400px;
    left: 50%;
    margin: -200px auto auto -225px;
    padding: 0 0 3.5em;
    position: absolute;
    top: 50%;
    width: 450px;
	background-color: #fff;
	background-image: url("../img/logo-PattiK.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}

.modal h4 {
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 1em;
    background-color: #234870;
    padding: .6em 0;
    margin-bottom:1.4em;
}

.modal form {
    width: 240px;
    margin: 1.8em auto
}

.modal .close {
    box-sizing: border-box;
    background-image: url('../img/close_white.png');
    background-repeat: no-repeat;
    background-position: top left;
    text-indent: -5000px;
    color: #ffffff;
    font-weight: 700;
    position: absolute;
    top: 14px;
    right: 16px;
    width: 15px;
    height: 15px;
    padding: 0;
}
.modal form p{
    font-size:.8em;
    color:#979797;
	padding-top: 0.8em;
}
.modal form p.error{
    color:#F92937;
    text-align:center;
    padding-top:1em;
}
.modal form input {
    width: 100%;
    border: 1px solid #999;
    /* margin-bottom: 1em; */
}

.modal form button {
    display: block;
    background-color: #00AEEF;
    color: #ffffff;
    text-align: center;
    padding: .5em;
    border:none;
    margin:0em auto 0 auto;
    width:100%;

}

.bg_popup {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
   /* background-color: rgba(0, 0, 0, .9); */
    z-index:9999;
}

label {
    display: block;
    font-size: .8em!important;
	padding-top: 8px;
	font-weight: normal;
    text-transform: uppercase;
}

.list label{font-size:.9em}

input {
   /* margin-bottom: .5em; */
    padding:.3em .3em .3em .3em;
}
.list {
    font-size:12px;
    margin-top:1em;
    margin-bottom:2em;
}
.list table{width:100%;margin:0 auto;font-size:inherit}
.list table tr:first-child{
    border-top:1px solid grey;
    border-bottom:1px solid grey;
}
.list table th{
    text-align:left;
    padding:.6em 0px 0.5em 6px;
    color:#000000;
}
/* Generic Cell */
.list table td{
      vertical-align: top;
   /* width: 16%;*/
}
/* First Column */
.list table td.short {
    width: 33%;
}
.list table td.short input {
    float: left;
}
.list table td.short input:first-child {
    margin-right: 0.75em;
}
/* Third Column (E-mail) */
.list table td:nth-child(3) {
    width: 30%;
}
/* Last Column */
.list table td:last-of-type {
    width: 10%;
}
.list table td:last-of-type a {
    background: url('../img/edit_blue.png') no-repeat center center;
    width: 15px;
    height: 14px;
    /*text-indent: -5000px;*/
   padding: 0 0.3em;
}
.list table td input, .list table td select{
    box-sizing: border-box;
    border: 1px solid #979797;
    font-size: 13px;
    padding: 0.5em;
    width: 92%;
}
.list table td select {
    padding: 0.45em;
    width: 100%;
}
.list table td.short input{
    width:45%;
}
input.marginBottom{
    width:45%;
	/*margin-bottom:5px;*/
	margin-bottom:10px;
}
label.inline{
    width:45%;
	display:inline;
}
/* .list table tr td:last-child{text-align:right;vertical-align: middle} */
.list table select{padding:.32em 0}
h4{color:#000000;}
.list h4 {
    text-transform: uppercase;
}

/* Select Dropdown ****************/
form.addSelect{
    margin-bottom:1.5em;
}
form.addSelect select{
    padding:.6em;
	 font-size: 15px;
	   border: 1px solid #999;
}

/* TABS ***************************/
.tabs .holder{
    position:relative;
    min-height:600px;
    width:100%;
    /* overflow:hidden; */

}
.tabs .nav{
    border-bottom:1px solid #979797;
    width:100%;
    height:35px;
    margin:.5em 0 1.5em 0;
    z-index:20;
	   padding-bottom: 10px;
}
.tabs .nav li {
    margin-right:.7em;
    border:1px solid #979797;
    position:relative;
    overflow:visible;
}
.tabs .nav li a {
    background-color: #f0f0f0;
    color: #979797;
    font-size: 16px;
    font-weight: bold;
    padding: 0.37em 0.4em;
    width: 140px;
}
.tabs .nav li.active{
    border-bottom-color: #FFFFFF;
}
.tabs .nav li.active a,
.tabs .nav li a:hover{
    background-color:#FFFFFF;
    color:#234870;
}
.tabs .holder{z-index:10}
.tabs .holder .tab-content{
    display:none;
    position:absolute;
    top:0;
    width: 100%;
}
.tabs .holder .tab-content.active{display:block}
.list table tr td.tiny{width:5em;}
.list table td.tiny input{width:100%;padding:.4em .5em;font-size:10px;text-align:center}
.list table td.tiny button{padding:.4em .5em .3em;font-size:9px;margin-top:.8em}

.list table .totals td{padding:.2em;border-right:1px solid #cccccc; font-size: 11px; }
.list table .totals .blue{
    color:#00AEEF;
    text-align:center;
}

.tabs .nav li .tinyform{
    display:none;
    position: absolute;
    top:38px;
    left:0;
}
.tabs .nav li.active .tinyform{display:block;}
.tabs .nav li .tinyform button{
/* 1907 */
     background-color: transparent;
    border: medium none;
    color: #ff0000;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    position: absolute;
    right: -148px;
    top: -29px;
}

.controls{
    font-size:1em;
	    padding: 5px;
}
.controls button{
    padding:0 .4em;
    background-color:transparent;
    border:none;
    color:#234870;
}
.controls .mylabels{
    display:inline-block;
    padding:0 1em;
    color:#000;
    min-width:10em;
    text-align: center;
	width:210px;
}
.tiny .chalDataInput {
    margin-top: 7px;
}
.chalDataInput input[type="text"] {
     margin-top: 0px; 
}
.controls .mylabels [class^=pg]{display:none}
.controls .mylabels .pg0{
    display:block;   font-weight: bold;
}
.list .memberstable tr td:first-child{width:100px !important}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                          http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* manoj */
.loginbg{height:auto; width:100%;}
.loginbg img{background:url(img/loginBg.png) no-repeat; width:100%; height:auto;}
.challengeDates{width:100%;}
.challengeSDate { width: 48%; float: left;   margin-right: 3%;}
.challengeSDate input{float: left; margin-top: 3px; } 
.challengeEDate{ width: 49%; float: left;}
.challengeEDate input{float: left;   margin-top: 3%;} 
.challengeSDate label{float:left;}
.sDate{width: 36px; float: left;  position: relative; font-size:.8em;}
.eDate{width: 50px; float: left;  position: relative; font-size:.8em;}
/*.challengeSDate i {top: -16px; color: #234870; position: absolute; left: 40px;  cursor: pointer;}*/
.challengeSDate i {color: #234870; position: absolute; left: 40px;  cursor: pointer;}
.challengeEDate i { margin-top: 2px; color: #234870; position: absolute;   cursor: pointer;}
.ui-datepicker {
	z-index: 10!important;
}
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 0.8em!important;
}
/*.companyname {float: left; width: 65%;}
.compImage {float: left; width: 19%;}
.content {float: left; margin-top: 20px;}*/
/* input#compImageFile { width: 104px;} */

#compImageFile{
 border: 0 none;
    cursor: pointer;
    height: 12px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 80%; /* filter: alpha(opacity=0);
  -o-transform: translate(250px, -50px) scale(1);
  -moz-transform: translate(-300px, 0) scale(4);
  direction: ltr; */
  }
.inputfile{ margin-top: 11px;
    position: relative;}
.compImage img {
    border: 1px solid #444;
    height: 60px;
    padding: 5px;
    width: 60px;
    margin-top: -4px;
}
.addlogo{color:#00aeef; font-size:13px;}
.compImage {
    float: left;
    margin-right: 20px;
}
.companyname {
    margin-top: 31px;
}
.companyNameH2{ padding-top: 4px}
/* .companyNameH4{margin:0px!important;} */
.none {display:none;}
/* delete button */

.MemberViewHideMe{ }
.memberTableView tr td{color:#979797; position: relative; font: bold 13px/23px Arial, Helvetica, sans-serif; vertical-align: text-bottom;}
.memberTableView  td input{ border:1px solid #ddd!important; width:auto;}
	.addMemberFormView td span {
    padding-right: 124px;
}
.memberTableView td {
	padding: 5px;
}
.memberLoginMemberName {
	margin:0px;
}
 .addMemberFormView td:last-child{width:21%!important; /*padding-right:10px;   padding-top: 18px;*/}
 
 /* Table list */
.memberstable{-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f5f5f5 none repeat scroll 0 0;
    border-collapse: collapse;
    border-color: -moz-use-text-color #ddd #ddd;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;}
/* .memberstable tr:first-child{background:#fff;  border-left: 1px solid #fff; border-right: 1px solid #fff;}
.memberstable tr:nth-of-type(2){border-bottom:1px solid #000; background:#fff; color: #4f5050;}
.memberstable tr:nth-of-type(2) th:nth-of-type(1){background:#fff; color: #4f5050; border-top:1px solid #234870; border-bottom:1px solid #234870;  border-right: 1px solid #ddd; padding-left:10px; text-transform:uppercase;}
.memberstable tr:nth-of-type(3) td:nth-of-type(1){background:#fff; border:1px solid #ddd; padding-left:10px;}
.memberstable tr:nth-of-type(4) td:nth-of-type(1){background:#fff; border:1px solid #ddd; padding-left:10px;}
.memberstable tr:nth-of-type(5) td:nth-of-type(1){background:#fff; border:1px solid #ddd; padding-left:10px;}
.memberstable tr:nth-of-type(6) td:nth-of-type(1){background:#fff; border:1px solid #ddd; padding: 11px 6px;}
.memberstable tr:nth-of-type(7) td:nth-of-type(1){background:#fff; border:1px solid #ddd; padding: 11px 6px;}
.memberstable tr:nth-of-type(8) td:nth-of-type(1){background:#fff; border:1px solid #ddd; padding-left:10px;}
.memberstable tr:nth-of-type(9) td:nth-of-type(1){background:#fff; border:1px solid #ddd; padding:10px;}
.memberstable tr:nth-of-type(10) td:nth-of-type(1){background:#fff; border:1px solid #ddd; padding:10px;}
.memberstable tr:nth-of-type(11) td:nth-of-type(1){background:#fff; border:1px solid #ddd; padding:10px;}
.memberstable tr:nth-of-type(12) td:nth-of-type(1){background:#fff; border:1px solid #ddd; padding:10px;}
.memberstable tr:nth-of-type(13) td:nth-of-type(1){background:#fff; border:1px solid #ddd; padding:10px;}
.memberstable tr:nth-of-type(14) td:nth-of-type(1){background:#fff; border:1px solid #ddd; padding:10px;}
.memberstable tr:nth-of-type(15) td:nth-of-type(1){background:#fff; border:1px solid #ddd; padding:10px;}
.memberstable tr:nth-of-type(16) td:nth-of-type(1){background:#fff; border:1px solid #ddd; padding:10px;}  */

table.memberstable td {
    vertical-align: middle;
}
/* 02/09/2015  */
.memberstable tr th{background-color:#fff;}
.memberstable tr:first-child td{border:0!important; background-color:#fff;}
.memberstable tr:nth-of-type(2) th:last-child{border-left:1px solid #ddd; padding:3px; border-right:1px solid #ddd; font-size: 12px;}
.memberstable tr:nth-of-type(2) th:first-child{border-right:1px solid #ddd; border-left: 1px solid #ddd; text-transform: uppercase;}
.memberstable tr th:first-child{background-color:#fff; padding:5px; text-align:center; border:1px solid #000;}
.memberstable tr th:last-child{background-color:#fff; padding:2px; border-bottom:1px solid #ddd; width:90px;}
.memberstable tr:nth-of-type(2) th {border-top:1px solid #000; border-bottom:1px solid #000; width:px;}
.memberstable tr td{height:40px;border-top: 1px solid #dedede;}
.memberstable tr td:first-child{background-color:#fff; padding:5px; text-align:center; border:1px solid #ddd;}
.memberstable tr td:last-child{background-color:#fff; padding:5px 10px; text-align:left; border:1px solid #ddd; width:90px;}
/*  end  */

/* .memberstable tr:nth-of-type(7) td:nth-of-type(1){ border-right:1px solid #fff!important; padding-left:10px; color:#00aeef; font-weight:bold;}
.memberstable tr:nth-of-type(8) td:nth-of-type(1){color:#00aeef; font-weight:bold; padding-left:10px; border-right: 1px solid #fff !important;}
.memberstable .totals td{ background: #234870 none repeat scroll 0 0!important; line-height: 35px;}
.memberstable tr:nth-of-type(10) td:nth-of-type(1){color:#00aeef; padding-left:10px; font-weight:bold;  border-right: 1px solid #fff !important;}
.memberstable tr:nth-of-type(9) td:nth-of-type(1){color:#00aeef; padding-left:10px; font-weight:bold;  border-right: 1px solid #fff !important;}
.memberstable tr:nth-of-type(10) td:last-child{color:#00aeef; padding-left:10px; font-weight:bold; } */
.memberstable tr:nth-of-type(9) td:last-child(1){color:#00aeef; padding-left:10px; font-weight:bold;}
.memberstable .totals .blue{color:#fff!important;}
.memberstable tr td input{border-color:#e1e1e1; height: 25px;}
/* .memberstable tr:nth-of-type(2) th:last-child{background:#fff; color: #4f5050; border-top:1px solid #333; border-bottom:1px solid #333; padding-left:7px; text-transform:uppercase; width:15%;  border-left: 1px solid #ddd;}
.memberstable tr:nth-of-type(3) td:last-child{background:#fff; border:1px solid #e1e1e1; padding-left:10px; text-align:left;}
.memberstable tr:nth-of-type(4) td:last-child{background:#fff; border:1px solid #e1e1e1; padding-left:10px; text-align:left;}
.memberstable tr:nth-of-type(5) td:last-child{background:#fff; border:1px solid #e1e1e1; padding-left:10px; text-align:left;}
.memberstable tr:nth-of-type(6) td:last-child{background:#fff; border:1px solid #e1e1e1; padding-left:10px; text-align:left;}
.memberstable tr:nth-of-type(7) td:last-child{background:#fff; border:1px solid #e1e1e1; padding-left:10px; text-align:left;}
.memberstable tr:nth-of-type(8) td:last-child{background:#fff; border:1px solid #e1e1e1; padding-left:10px; text-align:left;}
.memberstable tr:nth-of-type(9) td:last-child{background:#fff; border:1px solid #e1e1e1; padding-left:10px; text-align:left;}
.memberstable tr:nth-of-type(10) td:last-child{background:#fff; border:1px solid #e1e1e1; padding-left:10px; text-align:left;}
.memberstable tr:nth-of-type(11) td:last-child{background:#fff; border:1px solid #e1e1e1; padding-left:10px; text-align:left;}
.memberstable tr:nth-of-type(12) td:last-child{background:#fff; border:1px solid #e1e1e1; padding-left:10px; text-align:left;}
.memberstable tr:nth-of-type(13) td:last-child{background:#fff; border:1px solid #e1e1e1; padding-left:10px; text-align:left;}
.memberstable tr:nth-of-type(14) td:last-child{background:#fff; border:1px solid #e1e1e1; padding-left:10px; text-align:left;}
.memberstable tr:nth-of-type(14) td:last-child{background:#fff; border:1px solid #e1e1e1; padding-left:10px; text-align:left;}
.memberstable tr:nth-of-type(15) td:last-child{background:#fff; border:1px solid #e1e1e1; padding-left:10px; text-align:left;}

.memberstable tr:nth-of-type(7) td:last-child{ padding-left:10px; text-align:left;}
.memberstable .totals td:first-child ( border-left:1px solid #fff !important; color: #00aeef!important;  font-weight: bold !important; )
/* .memberstable tr:nth-of-type(6){} */

.memberstable1{-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-collapse: collapse;
    border-color: -moz-use-text-color #ddd #ddd;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;}
.memberstable1 tr:first-child{background:#fff;  border-left: 1px solid #fff; border-right: 1px solid #fff;}
.memberstable1 tr:nth-of-type(2) th:nth-of-type(1){background:#fff; color: #4f5050; border-top:1px solid #333; border-bottom:1px solid #333;  border-right: 1px solid #ddd; padding-left:10px; text-transform:uppercase;}
.memberstable1 tr:nth-of-type(2) th:last-child{background:#fff; color: #4f5050; border-top:1px solid #333; border-bottom:1px solid #333; padding-left:7px; text-transform:uppercase; width:17%;  border-left: 1px solid #ddd;}
/* .memberstable1 tr:nth-of-type(2){border-bottom:1px solid #000; background:#fff; color: #4f5050;}
.memberstable1 tr:nth-of-type(2) th:nth-of-type(1){background:#fff; color: #4f5050; border-top:1px solid #333; border-bottom:1px solid #333;  border-right: 1px solid #ddd; padding-left:10px; text-transform:uppercase;}
.memberstable1 tr:nth-of-type(3) td:nth-of-type(1){background:#fff; border:1px solid #e1e1e1; padding-left:10px;}
.memberstable1 tr:nth-of-type(4) td:nth-of-type(1){background:#fff; border:1px solid #e1e1e1; padding-left:10px;}
.memberstable1 tr:nth-of-type(5) td:nth-of-type(1){background:#fff; border:1px solid #e1e1e1; padding-left:10px;}
.memberstable1 tr:nth-of-type(6) td:nth-of-type(1){background:#fff; border:1px solid #e1e1e1; padding-left:10px;}
.memberstable1 tr:nth-of-type(7) td:nth-of-type(1){ border-right:1px solid #fff!important; padding-left:10px; color:#00aeef; font-weight:bold;}
.memberstable1 tr:nth-of-type(8) td:nth-of-type(1){color:#00aeef; font-weight:bold; padding-left:10px; border-right: 1px solid #fff !important;}
.memberstable1 .totals td{ background: #234870 none repeat scroll 0 0!important; line-height: 35px;}
.memberstable1 tr:nth-of-type(10) td:nth-of-type(1){color:#00aeef; padding-left:10px; font-weight:bold;  border-right: 1px solid #fff !important;}
.memberstable1 tr:nth-of-type(9) td:nth-of-type(1){color:#00aeef; padding-left:10px; font-weight:bold;  border-right: 1px solid #fff !important;}
.memberstable1 tr:nth-of-type(10) td:last-child{color:#00aeef; padding-left:10px; font-weight:bold; }
.memberstable1 tr:nth-of-type(9) td:last-child(1){color:#00aeef; padding-left:10px; font-weight:bold;}
.memberstable1 .totals .blue{color:#fff!important;}
.memberstable1 tr td input{border-color:#e1e1e1; height: 25px;}
.memberstable1 tr:nth-of-type(2) th:last-child{background:#fff; color: #4f5050; border-top:1px solid #333; border-bottom:1px solid #333; padding-left:7px; text-transform:uppercase; width:15%;  border-left: 1px solid #ddd;}
.memberstable1 tr:nth-of-type(3) td:last-child{background:#fff; border:1px solid #e1e1e1; padding-left:10px; text-align:left;}
.memberstable1 tr:nth-of-type(4) td:last-child{background:#fff; border:1px solid #e1e1e1; padding-left:10px; text-align:left;}
.memberstable1 tr:nth-of-type(5) td:last-child{background:#fff; border:1px solid #e1e1e1; padding-left:10px; text-align:left;}
.memberstable1 tr:nth-of-type(6) td:last-child{background:#fff; border:1px solid #e1e1e1; padding-left:10px; text-align:left;}
.memberstable1 tr:nth-of-type(7) td:last-child{ border-right:1px solid #fff; padding-left:10px; text-align:left;}
.memberstable1 .totals td:first-child ( border-left:1px solid #fff !important; color: #00aeef!important;  font-weight: bold !important; ) */

/* update All button display none */

/* end */
.totals td:firts-child{color:#000;}

.addborder th{border-bottom:1px solid #333; border-top:1px solid #333;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
.totals td{border:none!important;}
.totals {border-bottom:1px solid #fff; padding:5px; background-color:#234870;}
/* Last Colum of table */
.list table .totals td:first-child{border-right: 1px solid #fff !important; color: #00aeef; background-color: #234870; font-weight: bold; padding: 1em; text-align: left;}
.list table .totals td:last-child{border-left: 1px solid #fff !important; color: #00aeef; background-color: #234870; font-weight: bold; padding: 1em; text-align: left;}
/* end */
	.memberstable tr:first-child{border-top:none!important;}
.addborder {
    height: 55px;
}
.memberstable td {
	padding:1px;
}
/* 6:10pm 1907 */
.removeCross{ font-size: 15px;font-weight: bold; padding-top: 15px;}
.editToggle > select {width: px !important;}
.editToggle > select option{padding-left:10px;}
.teamEditSave button {margin-top: 37%; width: 90px;}
.teamEditCancil button {margin: 33px 10px 0 0; width: 70px;}
.editChallengebtn button {margin-top: 19%; width: 125px;}
.memberTableView span {
    border: 1px solid #979797;
    box-shadow: none;
    box-sizing: content-box;
    height: 13px;
    position: absolute;
    top: 12px;
    width: 12px;
    z-index: -1;
}
/* update all button css */
.totals td:last-child button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    height: 0;
    line-height: 0;
    padding-left: 0;
    text-align: center;
    text-transform: uppercase;
    width: 115%;
}
/* end */
.hidemeM{
margin-left: 94px;
}
.hide {
display:none;
}
.companyname {
    margin-top: 0px !important;
}

.companyNameH2{
	 margin-top: 31px !important;
}
/* 27/07/2015 */
.memberthirdRow { width:15%!important; }
.statusOption select{width:90px!important;}
#leftside .form button:hover{background-color:#0080ea;}
.content {margin-right: 30px;}
.mylabels{font-weight:bold;}
.dataRow td:first-child input[type="checkbox"]{/*width:14px; height:16px;*/ padding:0px;width: auto; }

input::-webkit-calendar-picker-indicator{

}
input[type=date]::-webkit-datetime-edit-text {
    -webkit-appearance: none;
    display: none;
}
input[type=date]::-webkit-datetime-edit-month-field{
    -webkit-appearance: none;
    display: none;
}
input[type=date]::-webkit-datetime-edit-day-field {
    -webkit-appearance: none;
    display: none;
}
input[type=date]::-webkit-datetime-edit-year-field {
    -webkit-appearance: none;
    display: none;
}
.modal form button:hover{background-color:#0080ea;}
#addAdmin:hover{color:#0080ea;}
.short1{width:51%;}
.short1 input[type="text"]{    margin-right: 2%; width: 47%;}
.inputfile:hover{color:#0080ea;}
.addlogo:hover{color:#0080ea;}
#editCompanyName:hover{color:#0080ea;}
.teamless{padding:0px!important;}
#editTeam:hover{color:#0080ea;}
.invalid 1{
	display: block;
}
.valid1 {
	display: none;
}
.teamFN{width:20%!important;}
.teamManager{width:14%;    padding-top: 1.5em !important;}
#editChallenge a:hover{color:#0080ea;}
div#leftside {
    /*min-height:960px!important;
    height: auto!important;*/
}
.hideme > a:hover {
    color: #0080ea;
}
.deleteMemberAtMemView{border: 1px solid #4f5050;
    color: red;
    font-weight: 400;
    margin-left: 170px;
    margin-top: -7px;
    padding: 6px 10px;
    position: absolute;}
	.deleteMemberAtMemView:hover{background:#e34a30; color:#fff!important;}
.addSelect select:hover{color:#0080ea;}
.visibleTd{visibility:visible!important;}

.tabsLiSelect {
    border: 1px solid #999;
    box-sizing: border-box;
    font-size: 15px;
    padding: 0.2em 0.5em;
    width: 70%;
	float: left;
}
.crosBtn {    
    float: left;
	margin-left:10px;
	padding-top: 8px;
}
.crosBtn button {
    background-color: transparent;
    border: medium none;
    color: #ff0000;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
}
input[type="text"] {autocomplete:off !important;}
input:-webkit-autofill { -webkit-box-shadow:0 0 0 500px white inset; }

a.teamArrowDown img {
       margin-top: 0px;
}
 td.tiny.data.notEdit span, .falseInputnot {
    border: 1px solid #ddd;
    display: table-cell;
    height: 23px;
    text-align: center;
    vertical-align: inherit;
    width: 130px;
 
} 

.teamFN input {
    margin-top: 10px;
}
td input {
    margin-top: 10px;
}
#addTeam table td{padding-bottom:6px;}
.editbtn{margin-top:34px!important;}
/* .tiny.data.notEdit {
    border: 1px solid #ddd;
      text-align: center;
} */

/*pradeep*/
#content #rightside {
    display: table-cell;
    padding-left: 30px;
    width: 71%;
	vertical-align: top;
}
#content #leftside {
    border-right: 1px solid #979797;
    display: table-cell;
    height: inherit;
    width: 300px;
	float: none;
	vertical-align: top;
}
.selectTeamTd select {
margin-bottom: 10px;
margin-top: 10px;
}
.dataRow td {
	border-bottom: 1px solid #ccc;
}
#addTeam11 input.marginBottom, #dataRow > td input.marginBottom {
margin-bottom:0px;
}
.managerNameForManagerLogin {
vertical-align:middle!important;
}
.readonly {
background-color:#f4f4f4;
}
.none11 {
	opacity:0;
	position:absolute;
	z-index:-1;
	margin-top:-50px;
}
/*.errorMsgC {
    background-color: red;
    color: #fff;
    height: 25px;    
    margin-top: 0px;
    padding: 15px;
    position: relative;
    text-align: center;     
}*/
.errorMsgC {
	background-color: red;
    color: #fff;
    height: 25px;
    margin: 0 auto;
    padding: 15px;
    position: relative;
    text-align: center;
    width: 73.9%;
}
.rt{float: right;
    margin-top: -8px;
    padding: 9px 26px;}
.belowUpdateBut{background-color:#00aeef!important;}
.belowUpdateBut:hover{background-color:#0080ea!important; cursor:pointer;}
.tmbtn{margin-right:16px;}
.teammember{width:22%;}
/* .emailst{width:58%!important;} */
.teamFN1 {
    width: 20% !important;
}
.teamFN3 {
    width: 20% !important;
}
td.teamFN3 {
    width: 20%!important;
}
.teamFN4 {
    width: 35% !important;
}
.teamFN5 {
    width: 20% !important;
}
td.teamFN6 {
    width: 19% !important;
}
td.teamFN7 {
    width: 19% !important;
}
.email1.marginBottom {
    width: 130px;
}
.teamFN2{padding-left:10px;}
.listTbl {
	table-layout: fixed;
}
/* 02/09/2015 */
.chalTab{
	position:static !important;
}
.MainTable1{border:none!important;}
.TeamCan {
    float: left;
    margin-left: 360px;
}
.TeamCan1{
    float: left;
    margin-left: 360px;
}
.manaLine{background-color:gray; height:1px; width:100%;}

.falseInput {
        height: 14px;
    border: 1px solid #dedede;
    display: block;
    background-color: #fff;
    text-align: center;
    font-size: 10px;
    margin-top: 7px;
    padding: 4px;
    line-height: 1.2;
}
.falseInput1 {
        height: 14px;
    border: 1px solid #dedede;
    display: block;
    background-color: #fff;
    text-align: center;
    font-size: 10px;
    margin-top: 7px;
    padding: 4px;
    line-height: 1.2;
}
/*
.totalStepsUl {
padding:0px;
margin:0px;
list-style-type: none;
}
.totalStepsUl li {
position:relative;

}
.totalStepsUl li i {
	margin-left: 10px;
}
.totalStepsUl li .subNav{
	background-color: #f5f5f5;
    border: 1px solid #dedede;
    display: none;
    list-style-type: none;
    margin: 0 0 0 -4px;
    padding: 0;
    position: absolute;
    width: 111px;
	
}
.totalStepsUl .subNav li{
padding: 5px;
}
.totalStepsUl li:hover {

}
.totalStepsUl li:hover ul {
	display: block;
}
*/