@font-face {
    font-family: 'FontAwesome';
    src: url('../font/fontawesome-webfont.eot?v=3.1.0');
    src: url('../font/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'), 
        url('../font/fontawesome-webfont.woff?v=3.1.0') format('woff'), 
        url('../font/fontawesome-webfont.ttf?v=3.1.0') format('truetype'),
        url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {
    height: 100%;   
}

.mainCont {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -50px;
    /*padding-bottom: 50px;*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
/*    background: #253447;*/   
    background:  url('../img/bg.png') repeat-x 0 0 / 100% 100% transparent;
/*    background-size: cover;*/
    
}
.push {
    height: 0;
}

.darkskin, .darkskin footer {
    border-top: 0;
}
.darkskin  .content {
    border-left: 0;
     /*box-shadow: none; */
}
.darkskin #sidebar-nav #dashboard-menu > li > a {
    border-bottom: 0;
    box-shadow: none;
}
.darkskin #sidebar-nav #dashboard-menu > li > a{
    color: #bebebe;
    text-shadow: none;
}
.darkskin #sidebar-nav #dashboard-menu > li > a:hover,
.darkskin #sidebar-nav #dashboard-menu > li.active > a
{
    color: #fff;
    text-shadow: none;
}
.darkskin footer a {
    color: rgb(214, 214, 214);
}
.darkskin footer a:hover {
    color: #ebebeb;
}
#confirm {
    margin-right: 30px;
}
/*SIDEBAR ICONS*/
[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

.icon-signal:before {
    content: "\f012";
}
.icon-home:before {
    content: "\f015";
}
.icon-calendar:before {
    content: "\f073";
}
.icon-group:before {
    content: "\f0c0";
}
.icon-envelope-alt:before {
    content: "\f0e0";
}
.icon-calendar-empty:before {
    content: "\f133";
}
/*END*/


/*CALENDAR*/
#calendar {   
    width: 100%;
    margin: 0 auto;
    /*margin-top: -10px;*/
    overflow: hidden;
}
.calendar-wrapper {
    position: relative;  
    overflow: hidden;
}
.calendar-wrapper .popup {
    position: absolute;
    background: #fff;
    text-align: left;
    width: 260px;
    border: 1px solid #b2b4b6;
    box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.35);
    border-radius: 4px;    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 14px 20px 14px 20px;
    z-index: 999;
    left: 472px;
    top: 251px;
}
.calendar-wrapper .popup h5 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 21px 0;
    font-size: 14px;
    color: #7e91aa;
}
.calendar-wrapper .popup .field {
    margin-bottom: 7px;
}
.calendar-wrapper .popup .field .date {
    margin-left: 15px;
}
.calendar-wrapper .popup .field .event-input {
    position: relative;
    top: 5px;
    margin-left: 10px;
    width: 70%;
}
.calendar-wrapper .popup input[type="submit"] {
    float: right;
    margin-right: 15px;
}
.calendar-wrapper .popup i.close-pop {
    position: absolute;
    right: 11px;
    cursor: pointer;
    top: 12px;
    opacity: 0.6;
    transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
}
.calendar-wrapper .popup i.close-pop:hover {
    opacity: 1;
}
.calendar-wrapper .popup .pointer {
    position: absolute;
    bottom: 0;
    left: 46%;
}
.calendar-wrapper .popup .pointer .arrow,
.calendar-wrapper .popup .pointer .arrow_border {
    border-color: #fff transparent transparent transparent;
    border-width: 11px;
    border-style: solid;
    font-size: 0;
    left: 50%;
    line-height: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1002;
    left: 0;
    margin-left: 45%;
}
.calendar-wrapper .popup .pointer .arrow_border {
    border-color: #888888 transparent transparent transparent;
    border-width: 12px;
    margin-left: -1px;
    border-style: solid;
    z-index: 1001;
    top: 0px;
}
i.table-delete {
    background: url("../img/ico-table-delete.png") no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
}
@media (max-width: 1000px) {
    .calendar-wrapper .popup {
        display: none;
    }
}

.eventsList {
    overflow: hidden;
    border: 1px solid #D8D7D7;
    background: #F7F7F7;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding-top: 5px;
}
.eventsList ul{
    list-style: none;
    margin-left: 0;
    margin-top: 5px;
}
.eventsList ul li{
    overflow: hidden;
    width: 150px;
    background: #3366CC;    
    margin: 7px auto;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.eventsList ul a {
    font-size: 14px;
    color: #fff;
    padding: 0px 5px;
}
.eventsList ul a:hover {text-decoration: none;}
/*END CALENDAR*/

/*SIGN-UP PAGE*/
.regDiv { padding: 30px 0 9px !important; }
.mleft5 {margin-left: 5px;}
.login-bg {
    background: rgba(255, 255, 255, 0);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: -ms-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background-color: #eff0f3;
    background-repeat: no-repeat;
    height: 100%;
}
.login-bg body {
    background-color: #eff0f3;
}
.header {
/*    background: #2c3742;*/
    background: #253447;
    box-shadow: inset rgba(255, 255, 255, 0.3) 0 1px 0, inset rgba(0, 0, 0, 0.22) 0 -1px 0, rgba(0, 0, 0, 0.14) 0 1px 2px;
    width: 100%;
    height: 45px;
    text-align: center;
    /*padding-top: 28px;*/
    padding: 12px 0;
}
.header a {
    display: block;
}
.header img {
    width: 149px;
    height: auto;
}
.header1 {
    width: 100%;
    text-align: center;
    /*padding-top: 28px;*/
    padding: 12px 0;
    margin-bottom: 20px;
}
.header1 img {
    width: 250px;
    height: auto;
}
.login-wrapper {
    /*position: absolute;*/
    position: relative;
    text-align: center;

    /*new added*/
    /* min-height: 620px;*/
}
.login-wrapper .logo {
    margin-bottom: 45px;
    position: relative;
    left: -2px;
    -webkit-filter: invert(100%);
}
.login-wrapper .box {
    margin: 0 auto;
    padding: 30px 0 30px;
    float: none;
    width: 400px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
    -ms-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
    -o-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.65);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.login-wrapper .box .content-wrap {
    width: 82%;
    margin: 0 auto;
}
.login-wrapper .box h6 {
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 400;
}
.login-wrapper .box input[type="text"],
.login-wrapper .box input[type="password"], 
.login-wrapper .box input[type="email"],
.login-wrapper .box select , div.selectInReg {
    font-size: 15px;
    height: 40px;
    margin-bottom: 10px;
    border-color: #b2bfc7;
    padding-left: 12px;
}
.login-wrapper .box select {padding-left: 9px;}
div.selectInReg {padding-left: 0;}
.login-wrapper .box input[type="text"]:focus,
.login-wrapper .box input[type="password"]:focus {
    border: 1px solid #28a0e5;
    outline: none;
    -webkit-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
    -moz-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
    -ms-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
    -o-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
    box-shadow: inset 0 1px 2px #dddddd, 0px 0 5px #28a0e5;
}
.login-wrapper .box input[type="password"] {
    margin-bottom: 10px;
}
.login-wrapper .box input:-moz-placeholder {
    color: #9ba8b6;
    font-size: 14px;
    letter-spacing: 0px;
    font-style: italic;
}
.login-wrapper .box input:-ms-input-placeholder {
    color: #9ba8b6;
    font-style: italic;
    letter-spacing: 0px;
    font-size: 14px;
}
.login-wrapper .box input::-webkit-input-placeholder {
    color: #9ba8b6;
    font-style: italic;
    letter-spacing: 0px;
    font-size: 14px;
}
.login-wrapper .box .action {
    border-top: 0px solid #173145;
    margin: 0px -36px;
    position: relative;
    top: 10px;
    border-radius: 0px 0px 7px 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    -ms-border-radius: 0px 0px 7px 7px;
    -o-border-radius: 0px 0px 7px 7px;
    padding: 15px 0px;
}
.login-wrapper .box .signup, .login-wrapper .box .login {
    text-transform: uppercase;
    font-size: 13px;
    padding: 7px 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.login-wrapper .already {
    margin: 0 auto !important;
    float: none !important;
    text-align: center;
    font-size: 14px;
    margin-top: 30px !important;
    /*new added*/
    margin-bottom: 30px !important;
}
.login-wrapper .already p {
    display: inline-block;
    color: /*#222*/#868686;
}
.login-wrapper .already a {
    color: #868686;
    margin-left: 7px;
    text-decoration: underline; 
}
.login-wrapper .already a:hover {
    text-decoration: none;
    color: #9C9C9C;
    border-bottom-color: #000;
}
.check-box { margin-top: 0; }
.check-box label { text-align: left;}
/* responsive */
@media (max-width: 767px) {
    .login-wrapper .box {
        width: 350px;
    }

    .login-wrapper .box .action {
        margin: 0px -31px;
    }
}
@media (max-width: 480px) {
    .login-wrapper .box {
        width: 90%;
    }
}
/*END*/

/*primary buttons style*/
.btn-glow, .disabledBtn {
    font-size: 13px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #333;
    padding: 5px 10px;
    text-align: center;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 0px 0px #cccccc;
    display: inline-block;
    border: 1px solid #e5e5e5;
    vertical-align: middle;
    cursor: pointer;
}
.btn-glow.primary, .disabledBtn {
    border-color: #2480c2;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.35) 0 1px 0;
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
    background: #54b3ff;
    background: -moz-linear-gradient(top, #54b3ff 0%, #0078d9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #54b3ff), color-stop(100%, #0078d9));
    background: -webkit-linear-gradient(top, #54b3ff 0%, #0078d9 100%);
    background: linear-gradient(#54b3ff, #0078d9);
    background: -o-linear-gradient(top, #54b3ff 0%, #0078d9 100%);
    background: -ms-linear-gradient(top, #54b3ff 0%, #0078d9 100%);
}
.btn-glow.primary:hover {
    background: #389beb;
    background: -moz-linear-gradient(top, #389beb 0%, #0078d9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #389beb), color-stop(100%, #0078d9));
    background: -webkit-linear-gradient(top, #389beb 0%, #0078d9 100%);
    background: linear-gradient(#389beb, #0078d9);
    background: -o-linear-gradient(top, #389beb 0%, #0078d9 100%);
    background: -ms-linear-gradient(top, #389beb 0%, #0078d9 100%);
    text-decoration: none;
}
.disabledBtn, .disabledBtn:hover {
    border: 1px solid #CCCBCB;
    color: rgb(155, 155, 155);
    background: rgb(219, 219, 219);
    text-decoration: none;
    cursor: default;
}
/**/

/*SIGN IN PAGE*/
.loginForm {
    top: 90px;
}
.loginForm .box {  
    padding: 35px 0 30px;  
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: rgba(255, 255, 255, 0.65);
}
.login-wrapper .box a.forgot {
    display: block;
    text-align: right;
    font-style: italic;
    text-decoration: underline;
    color: #3d88ba;
    font-size: 13px;
    margin-bottom: 6px;
}
.login-wrapper .box .remember {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}
.login-wrapper .box .remember input[type="checkbox"] {
    float: left;
    margin-right: 8px;
}
.login-wrapper .box .remember label {
    float: left;
    color: #4a576a;
    font-size: 13px;
}
.login-wrapper .no-account {
    margin: 0 auto !important;
    float: none !important;
    text-align: center !important;
    font-size: 14px !important;
    margin-top: 25px !important;
}
.login-wrapper .no-account p {
    display: inline-block;
    color: /*#aaaaaa*/#B7BFC5;
}
.login-wrapper .no-account a {
    color: #B7BFC5;
    margin-left: 7px;
    border-bottom: 1px solid;    
}
.login-wrapper .no-account a:hover {
    text-decoration: none;
    /* color: #fff;*/
    color: /*#C2C2C2*/#9C9C9C;
    border-bottom-color: #fff;
}
/**END**/

/*My Profile Page*/
.user-profile {overflow: hidden; }
.avatarDiv {
    overflow: hidden;
    /*float: left;*/     
    /*position: relative;*/
    top: 3px;
    width: 165px;
    height: 165px;
}
.viewProf {
    position: relative;
    box-shadow: 0px 0px 3px rgb(189, 188, 188);
    border: 1px solid #b2bfc7;
    padding: 10px;
    background: #F1F1F1;  
    margin-bottom: 60px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-left: 0;
}
.bottomDiv {margin-left: 0;}
.user-profile .avatar {    
    width: 100%;
    height: auto;
    border: 2px solid #e9ecee;;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
}
.user-profile .name {
    font-weight: 600;
    margin: 0px 0 8px 0;
    line-height: 26px;
    margin-bottom: 10px;
    float: none;
}
.user-profile span.area {
    color: #7d848c;
    font-style: italic;
    font-size: 14px;
}
.userData {
    overflow: hidden;       
}
.userData p {margin-bottom: 1px;}
.userData h3 small {color: #333; font-style: normal; margin-left: 0;}
.userData a {position: absolute; right: 10px; top: 10px;}
/*.datepicker {
    top: 518px !important;
}*/
/*END*/

/*Edit Profile Page*/
.settings-wrapper .wrapp {
    margin-top: 100px;
}
.personal-image {
    overflow: hidden;
    width: 200px;
    height: 200px;
}
.settings-wrapper .avatar-box img {
    border: 3px solid #c3cddb;
    margin-bottom: 28px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
}
.settings-wrapper .avatar-box p {
    font-weight: 700;
    margin-bottom: 12px;
}
.settings-wrapper .avatar-box input[type="file"] {
    font-size: 11px;
}
.settings-wrapper .personal-info {
    border-left: 1px solid #edeff1;
    box-shadow: inset 3px 0px 4px -1px #fafafa;
    margin-left: 0;
}
.settings-wrapper .personal-info .alert {
    margin-bottom: 50px;
    display: inline-block;
    font-size: 13px;
}
.settings-wrapper .personal-info .alert i {
    float: left;
} 
.settings-wrapper .personal-info h5.personal-title {
    font-size: 22px;
    margin: 0 0 50px 50px;
    color: #696d73;
    font-style: italic;
}
.settings-wrapper .personal-info form {
    margin-left: 50px;
}
.settings-wrapper .personal-info .field-box {
    margin-bottom: 20px;
    /**/
    overflow: hidden;
}
.settings-wrapper .personal-info label {
    display: inline-block;
    float: left;
    font-weight: 600;
    font-size: 13px;
    cursor: auto;
    width: 20%;
    margin-right: 10px;
}
.settings-wrapper .personal-info .input[type="text"] {
    font-weight: 600;
}
.settings-wrapper .personal-info .ui-select {
    width: 50%;
    margin-bottom: 10px;
}
.settings-wrapper .personal-info .actions {
    margin-bottom: 25px;
    margin-left: 0;
    margin-top: 30px;
    float: left;
    text-align: right;
}
.settings-wrapper .personal-info .actions span {
    text-transform: uppercase;
    color: #7e91aa;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 8px;
}
.settings-wrapper .personal-info input.reset {
    color: #7e91aa;
    font-weight: 500;
}
input.btnSave, .btnCancel {float: right; margin-right: 16px;}
.btnCancel {padding: 5px 10px !important;}
/*END*/

/*Footer*/
.footer {
    text-align: center;
    padding: 15px 20px 5px;
    /*    border-top: 1px solid #e5e5e5;*/
/*    background-color: #2e3749;*/
}
footer a{
    color: #E9E9E9;
}
footer a:hover{
    color: #E9E9E9;
}
/**/

/* Selectbox style */
.ui-select {
    width: 137px;
    margin-left: 0px !important;
    vertical-align: middle;
    min-width: 100px;
    height: 25px;
    min-height: 25px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    background: url("../img/select-bg.png"), -moz-linear-gradient(top, white 0%, #f0f1f2 100%);
    background: url("../img/select-bg.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f0f1f2));
    background: url("../img/select-bg.png"), -webkit-linear-gradient(top, white 0%, #f0f1f2 100%);
    background: url("../img/select-bg.png"), -o-linear-gradient(top, white 0%, #f0f1f2 100%);
    background: url("../img/select-bg.png"), -ms-linear-gradient(top, white 0%, #f0f1f2 100%);
    background: url("../img/select-bg.png"), linear-gradient(to bottom, white 0%, #f0f1f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f1f2',GradientType=0 );
    display: inline-block;
    border: 1px solid #cfdde8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-position: 94%;
    background-repeat: no-repeat;
}
.ui-select select {
    line-height: inherit;
    width: 135%;
    font-family: "Open Sans", Arial;
    font-size: 12px;
    border: none;
    padding: 3px 30px 0px 7px;
    height: 25px;
    -webkit-appearance: none;
    color: #737f8d;
    text-shadow: 1px 1px 1px #fff;
    background: transparent;
    outline-style: none;    
}
/**/

/*create team*/
.createTeamForm .ui-select {
    border-color: #b2bfc7;
    height: 40px;
    margin-bottom: 10px;
}
.createTeamForm textarea {
    border-color: #b2bfc7; 
    resize: vertical;
}
.eventsTbl th, .eventsTbl td:first-child {text-align: center;}
.eventsTbl th, .eventsTbl td { border-bottom: 1px solid #dddddd;}
.eventsTbl {border-bottom: 0;}
.eventsTbl th {padding: 10px 0px !important;}
.eventsTbl td {padding: 5px 0px 5px 8px;}
.eventsTbl td:first-child, .eventsTbl td:last-child {padding: 0;}
.eventsTbl td:last-child a {
    background: url(../img/delete.png) no-repeat 18px;
    display: block;
    width: 33px;
    height: 33px;
    margin-left: 12px;
}
.eventsTbl a {font-size: 14px; color: #333;}
.myEvent, .coachEvent {
    width: 85px;
    min-height: 25px;/*85px;*/
    text-align: center;
    float: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; 
/*    background-color: #2C3B63;*/
    box-shadow: 0 2px 2px 0 #250352;
    color:#ffffff;
    margin-left:auto;
    margin-right:auto;
    /* border: 2px solid #8CACD2; */ 
    position: relative;
}
.wrkCompl {
    background-color: #2C3B63 !important;
}
.nonCompl {
    background-color: #989AA0 !important;
}
.myEvent {        
    background: #648DC3;
    background-image: linear-gradient(bottom, #5383BE 11%, #84A4CE 56%, #A5BDDD 85%);
    background-image: -o-linear-gradient(bottom, #5383BE 11%, #84A4CE 56%, #A5BDDD 85%);
    background-image: -moz-linear-gradient(bottom, #5383BE 11%, #84A4CE 56%, #A5BDDD 85%);
    background-image: -webkit-linear-gradient(bottom, #5383BE 11%, #84A4CE 56%, #A5BDDD 85%);
    background-image: -ms-linear-gradient(bottom, #5383BE 11%, #84A4CE 56%, #A5BDDD 85%); 
}
.myEventTitle {
    color: #FFFFFF;
    text-align: center;
    margin-top: 5px;
    padding-top: 3px;
}
.moreInfo {
    background-color: rgb(170, 169, 169);
    width: 140px;
    height: auto;
    word-wrap: break-word;
    text-align: left;
    padding: 5px;
    border-radius: 4px;
    opacity: 0.9;
    color: black;
    margin-left: 5px;    
    position: absolute;
    top: 20px;
    z-index: 999999;
}
.moreInfo div {
    overflow: hidden;
}
.moreInfo span {
    margin-right: 5px;
}
.coachEvent {
    background: #2C3B63;
}
/**/

/*user's personal info without calendar'*/
.personalInfo ul {
    list-style: none;
    margin-left: 0;
    overflow: hidden;
    border: 1px dashed #ccc;
    margin-top: 20px;
}
.personalInfo ul li {
    overflow: hidden;
    margin-left: 0 !important;
    padding: 5px 10px 0px;
    border-bottom: 1px dashed #ccc;
}
.personalInfo h3 {
    margin-bottom: 20px;
}
.personalInfo ul h5 {margin-left: 0 !important; font-weight: bold;}
.calendarDiv { margin-left: 0 !important;}
/**/


/*INBOX PAGE*/
.inboxPage {overflow: hidden;}
.inbox-head {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.inbox-head .btnDel {
    position: absolute;
    right: 0;
}
.inbox-head .btnSend {
    position: absolute;
    left: 0;
    margin-bottom: 10px;
}
.allThreads {
    overflow: hidden;
    margin-top: 15px;    
}
.singleItem {    
    margin-bottom: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid rgb(206, 206, 206);
}
.msgCheck {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    position: relative;
    padding: 11px 26px 11px 11px;
    border-bottom: 0;
}
.singleItem input[type="checkbox"] {
    position: absolute;
    right: 10px;
}
.userInfoOnInbox {
    overflow: hidden;
}
.mailData span  {margin-left: 0 !important; word-wrap: break-word; color: #333;}
.mailData span:last-child {margin-top: -10px;}
.mailData span:first-child {font-weight: bold; font-size: 14px;}
/**/

/*messages page*/
.msgBoxBorder {border: 1px dotted rgb(133, 133, 133);}
.msgCustom {
    border-bottom: 1px dotted rgb(133, 133, 133);
    background: none;
    padding: 4px 7px 4px 6px;
}
.msgCustom h3 { padding: 12px 9px; }
.userMsg {
    margin: 0;
    padding: 10px 16px 12px 16px;
    position: relative;
    margin-bottom: 15px;
    height: 415px;
    overflow: auto;
    box-sizing: border-box;
}
.messageMine, .messageOther{
    position:relative;
    display:inline-block;
    padding:10px;
    min-height:80px !important;
    min-width:100px;
    font-family:'Trebuchet MS';
    margin-right:30px;
    text-align:left;   
    margin-bottom: 30px;
    margin-left: 0 !important;
    word-wrap: break-word;
}
.messageMine:before, .messageMine:after, .messageOther:before, .messageOther:after {
    content:'';
    position:absolute;
}
.messageMine:before, .messageOther:before {
    bottom:-4px;
    width:20px;
    height:10px;
    z-index:1;   
}
.messageMine:after, .messageOther:after {
    bottom:-1px;
    width:15px;
    height:1px;
    border-radius:1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}
.messageMine{
    border-radius:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background:#E9E9E9;    
    box-shadow: 0px 2px 5px 0px #A7A7A7;
}
.messageMine:before{    
    right:10px;    
    -webkit-transform:rotate(30deg) skewX(45deg);
    -moz-transform:rotate(30deg) skewX(45deg);
    -ms-transform:rotate(30deg) skewX(45deg);
    -o-transform:rotate(30deg) skewX(45deg);
    background:#E9E9E9;     
    box-shadow: 3px 2px 3px 0px #B6B5B5;
}
.messageMine:after{
    right:13px;    
    background:#E9E9E9;    
    box-shadow:0px 0px 1px 0px #fff;
}
.messageOther {
    border-radius:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background:#9BADBE;    
    box-shadow: 0px 2px 5px 0px #818F9C;  
    /* margin-top: 45px;*/
}
.messageOther:before {    
    left:10px;    
    background:#9BADBE;    
    -webkit-transform: rotate(-30deg) skewX(-45deg);
    -moz-transform: rotate(-30deg) skewX(-45deg);
    -o-transform: rotate(-30deg) skewX(-45deg);
    -ms-transform: rotate(-30deg) skewX(-45deg);    
    box-shadow: -3px 2px 3px 0px #8FA2B9;
}
.messageOther:after{
    left:13px;    
    background:#9BADBE;    
    box-shadow:0px 0px 1px 0px #fff;
}
.msgDel {
    position: absolute;
    top: 1px;
    right: 6px;
    color: rgb(66, 66, 66);
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    cursor: pointer;
}
.msgDel:hover {
    color: rgb(117, 117, 117);
    text-decoration: none;
}
.unreadMsg {border: 1px solid #666363;}
hr {border-top: 1px solid rgb(202, 202, 202) !important;}
.replyForm {
    border: 1px solid #ABADB3 !important;
    border-radius: 0 !important;
}
/**/

/*Statistic page*/
.chart1 {
    border: 1px solid #b2bfc7;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;    
    height: 260px;
}

.mtop5  {margin-top: 5px;}
.mtop10 {margin-top: 10px;}
.mtop20 {margin-top: 20px;}
.mtop30 {margin-top: 30px;}
.mtop40 {margin-top: 40px;}
.mtop50 {margin-top: 50px;}
.mtop80 {margin-top: 80px;}
.athletesList li div {overflow: hidden;}
.statDropDowns li div {overflow: visible;}
.statDropDowns .span3:last-child {margin-left: 10px !important;}
.athletesList {
    overflow: hidden;
    list-style: none;
    margin-left: 0;    
}
.athletesList li {    
    margin-left: 0 !important;   
    margin-right: 20px;    
}
.athletesList li a { margin-right: 5px; word-wrap: break-word; word-break: break-all; color: #333; }
/*end*/


/*LAYOUT*/
body {
    font-family: 'Open Sans', sans-serif; 
/*    background-color: none !important;*/
    position: relative;
    margin: 0px;
    font-size: 12px;
    padding: 0px;  
}
h1, h2, h3, h4, h5 {
    margin: 0;
    line-height: inherit;
    color: #29323d;
}
h1 small, h2 small, h3 small, h4 small, h5 small {
    margin-left: 15px;
    font-style: italic;
}
.header {
    margin-bottom: 60px;
}
.header h1, .header h2, .header h3, .header h4, .header h5 {
    float: left;
    margin-top: 5px;
}
.navbar-inverse {
    background: none !important;
    border: 1px solid transparent !important;
    box-shadow: none !important;
}
.navbar-inverse .notification-dropdown {
    position: relative;
}
.navbar-inverse .notification-dropdown > a:hover,
.navbar-inverse .notification-dropdown > a.active {
    background: #254261 !important;
    box-shadow: inset 1px 0px 1px 0px #3e5a79;
}
.navbar-inverse .notification-dropdown i {
    font-size: 17px;
    color: #9ba3ad;
}
.navbar-inverse .notification-dropdown .count {
    position: absolute;
    top: 3px;
    left: 58%;
    background: #35bac4;
    padding: 0px 5px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    color: #fff;
    line-height: 16px;
    z-index: 1;
    text-align: center;
    font-size: 11px;
}
/* Sidebar */
#sidebar-nav {
    position: absolute;
    width: 180px;
    float: left;
    margin: 0em;
    padding-top: 5.8em;
}
#sidebar-nav #dashboard-menu {
    list-style: none;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
    margin-left: 20px;
    /* sidebar submenus */
}
#sidebar-nav #dashboard-menu > li > a {
    display: block;
    margin-right: -15px;
    margin-left: -15px;
    padding: 19px 14px 15px 14px;
    margin-bottom: 5px;
    border-bottom: 1px solid #dae1e8;
    box-shadow: 0 2px 1px -1px #FFFFFF;
    color: #6e829b;
    outline: 0px;
    width: 88%;
}
#sidebar-nav #dashboard-menu > li {
    position: relative;
    /* font awesome icon */
}
#sidebar-nav #dashboard-menu > li .icon-group {
    font-size: 22px;
}
#sidebar-nav #dashboard-menu > li i {
    font-size: 23px;
    top: 17px;
}
#sidebar-nav #dashboard-menu > li:hover i {
    opacity: 1;
}
#sidebar-nav #dashboard-menu > li.active > a,
#sidebar-nav #dashboard-menu > li > a:hover {
    color: #33455a;
    text-decoration: none;
}
#sidebar-nav #dashboard-menu > li.active a {
    /*font-weight: 600;*/
    text-shadow: 1px 1px 1px #fff;
}
#sidebar-nav #dashboard-menu > li.active i {
    opacity: 1;
}
#sidebar-nav #dashboard-menu .pointer {
    position: absolute;
    right: 9px;
    top: 20px;
}
#sidebar-nav #dashboard-menu .pointer .arrow,
#sidebar-nav #dashboard-menu .pointer .arrow_border {
    border-color: transparent #fff transparent transparent;
    border-width: 11px;
    border-style: solid;
    font-size: 0;
    left: 50%;
    line-height: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1002;
    left: 0;
    margin-left: 45%;
}
#sidebar-nav #dashboard-menu .pointer .arrow_border {
    border-color: transparent #c0d2dd transparent transparent;
    border-width: 11px;
    margin-left: -1px;
    border-style: solid;
    z-index: 1001;
    top: 0px;
}
#sidebar-nav #dashboard-menu a span {
    margin-left: 35px;
    transition: color .1s linear;
    -moz-transition: color .1s linear;
    -webkit-transition: color .1s linear;
    -o-transition: color .1s linear;
}
#sidebar-nav #dashboard-menu a.ui-elements span {
    margin-left: 25px;
}
#sidebar-nav #dashboard-menu a i {
    position: absolute;
    left: 0;
    height: 24px;
    width: 24px;
    opacity: 0.7;
    transition: opacity .1s ease;
    -moz-transition: opacity .1s ease;
    -webkit-transition: opacity .1s ease;
    -o-transition: opacity .1s ease;
}
#pad-wrapper {
    padding: 0px 25px;
    margin-top: 55px;
}
.content {
    min-width: 400px;
    min-height: 620px;
    margin-bottom: 100px;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
    background: none repeat scroll 0% 0% rgba(255, 255, 255,.96);
    margin-left: 175px;
    border-left: 1px solid #dae3e9;
    /*border-bottom: 1px solid #dae3e9;*/
    box-shadow: 1px 1px 10px 2px #000000;
    border-radius: 0px 0px 0px 5px;  
    -webkit-border-radius: 0px 0px 0px 5px;
    -moz-border-radius: 0px 0px 0px 5px;
    -ms-border-radius: 0px 0px 0px 5px;
    -o-border-radius: 0px 0px 0px 5px;
}

.content.wide-content {
    margin-left: 0;
    border-radius: 0;
}
/* responsive */
@media (max-width: 1020px) {
    .content {
        margin-left: 65px;
    }

    #dashboard-menu {
        margin-left: 5px;
    }
    #dashboard-menu .pointer {
        display: none;
    }
    #dashboard-menu li a span {
        visibility: hidden;
    }
}
@media (max-width: 600px) {
    .content {
        margin-left: 0em;
        border-left-width: 0px;
    }
}
@media (max-width: 822px) {
    .navbar-inverse input.search {
        display: none;
    }
}
@media (max-width: 767px) {
    #pad-wrapper {
        padding: 0px 10px;
    }

    .content {
        min-width: 0px;
        margin: 0;
    }

    #main-stats .stat {
        width: 50%;
        float: left;
    }

    #sidebar-nav {
        left: -200px;
        position: fixed;
        z-index: 9999;
        background-color: #f7f7f7;
        padding-top: 0px;
        border-right: 1px solid #ccc;
        width: 165px;
        box-shadow: 1px 1px 4px 1px #e9e9e9;
        -webkit-transition: left .25s ease;
        -moz-transition: left .25s ease;
        -o-transition: left .25s ease;
        -ms-transition: left .25s ease;
        transition: left .25s ease;
    }
    #sidebar-nav.display {
        position: absolute;
        left: 0;
        height: 100%;
    }
    #sidebar-nav #dashboard-menu {
        margin-left: 10px;
    }
    #sidebar-nav #dashboard-menu li a span {
        visibility: visible;
    }
    #sidebar-nav #dashboard-menu li:last-child a {
        border-bottom: 0px;
        box-shadow: none;
    }
}

/*END LAYOUT*/
.withTextarea .textarea textarea {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
}

/*view profile-send msg*/
#sendMsg textarea {resize: none;}
/**/

.logoTxt, .logoTxt:hover {
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
}
.inviteBtns { overflow: hidden; }
.teamName {
    font-size: 16px;
    font-weight: bold;
}
.ui-autocomplete.ui-front {
    z-index: 5555;
    background: #f5f5f5;
    border-color: #b2bfc7;
    padding: 0px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: rgba(182, 193, 207, 0.61) !important;
    border: 0 !important;
    color: black !important;
    cursor: pointer !important;
}
.navbar-inverse .brand.logoPos {
    padding: 3px 0px 3px 20px;
}
.logoPos img {
    width: 125px;
    height: auto;
}
.navbar {
    margin-bottom: 0 !important;
}
#dashboard-menu i.icon-home, #dashboard-menu i.icon-group, #dashboard-menu i.icon-signal, #dashboard-menu i.icon-calendar-empty {
    background-image: none !important;
}
.rightDiv, #external-events  { overflow: visible !important; }

.sendWorkout, .recentlySent {
    padding: 6px;
    box-sizing: border-box;
    margin-left: 0 !important;   
}
.sendWorkout label {
    margin-bottom: 0;
}
.sepWorkout {
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
}
.sepWorkout:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.sepWorkout span:last-child {
    font-style: italic;   
    color: rgb(145, 136, 136);
}
.clear {
    clear: both;
    float: none !important;
    width: 100% !important;
}
/*.settings-wrapper .personal-info .field-box.overViz {
    overflow: visible;
}*/
.personal-info .field-box  .chosen-container .chosen-results, .regDiv .chosen-container .chosen-results  {
    max-height: 125px;
}
.personal-info .field-box {
    overflow: visible !important;
}

#worktype {
    float: left;
    margin-right: 60px;
}
.regDiv .chosen-container-single .chosen-single span {
    text-align: left;
    margin-top: 7px;
}
.regDiv .chosen-container .chosen-results li {
    text-align: left;
}
.regDiv .chosen-container-single .chosen-single div b {
    background: url('../img/select-bg.png') no-repeat 0px 12px;
}
/*.totalTbl {
    border: 1px solid #D8D7D7; 
    border-bottom: 0;
}
.totalTbl td, .totalTbl th {
    border-bottom: 1px solid #D8D7D7;
    text-align: center;
}*/
.totalTbl td, .totalTbl th  {
     text-align: center;    
}
.totalTbl thead th {
    padding-bottom: 3px !important;
}
.totalTbl thead th, .totalTbl tbody td a {
    line-height: 14px;
}
.statDropDowns  #worktype_chosen , .statDropDowns #workdate_chosen{
    float: left !important;    
}
#worktype, #workdate {
    display: block !important;        
}
.regDiv .chosen-container-single .chosen-single , 
.statDropDowns .chosen-container-single .chosen-single {
    border: 1px solid #b2bfc7 !important;    
}
.regDiv .chosen-container-single .chosen-single  {
    height: 40px !important; 
}
.addworkTxt {
    font-style: italic;
    font-size: 14px;
    color: rgb(163, 161, 161);
}
.imgDiv {
    width: 120px;
    height: 120px;
}
.imgDiv img {
    width: 120px;
    height: 120px;
}

#calendar {
    margin-top: 0 !important;
}
.workOut table thead {
    border-bottom: 1px solid #DDDDDD !important;
}

#errorDiv{
    padding: 15px !important;
    overflow: visible;
    z-index: 9999999;
    display: none;
/*    margin: 0 auto;*/
    float: none;
    position: absolute;
    bottom: 40%;
    left: 35%;
}
#myform .chosen-container-single { width: 220px !important; }
.totalWeek  { overflow: hidden; }
.totalWeek table th, .totalWeek table td { text-align: center; }
.totalWeek table td { font-size: 14px; }
.totalWeek table th { padding-bottom: 0 !important; }


#TeamUpdateCurrentWrkForm input[type="text"] {
    margin-bottom: 0;
}

#TeamUpdateCurrentWrkForm select {
    height: 30px;
    width: 226px;
    border-radius: 4px;
    border: 1px solid #b2bfc7;
}
#TeamUpdateCurrentWrkForm .btnClose {
    padding: 5px 10px;
}
.icon_fail {    
    margin-bottom: 3px;
    width: 16px;
    height: auto;
}
.coachEventTitle {
    padding-top: 3px;
}
.coachRunnerBtns a {
    background: #EDEDED;
}
.coachRunnerBtns a:hover {
    opacity: 0.8;
    color: #333;
    text-decoration: none;
}
.coachRunnerBtns a:first-child span {
    display: block;
    background: url('../img/coachlogo.png') no-repeat;
    width: 70px;
    height: /*76px;*/ 90px;    
    padding-top: 73px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;    
}
.coachRunnerBtns a:last-child {
    width: 70px;
    margin-left: 10px;
}
.coachRunnerBtns a:last-child span {
    display: block;
    background: url('../img/runnerlogo.png') no-repeat;
    width: 49px;    
    margin: 0 auto;
    height: /*76px;*/ 92px;    
    padding-top: 75px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
}
.coachLbl {
    display: none;
}


.weekcounter{
    background-color: #0082C2 !important;
    width: 87px !important;
/*    top: 45px !important;*/
    margin-top: 80px !important;
    margin-left: 77px !important;
    border-radius: 0 !important;
    box-shadow: 0px 0px 2px 0px #0082C2 !important;
    padding: 4px 0px !important; 
}
.weekcounterCalendar {
    margin-top: 57px !important;
    margin-left: 46px !important;
}



/**/
.indent .fc-event-title {
    display: none !important;
}
 .indent {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4) !important;
    border-radius: 6px !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 0 rgba(255, 255, 255, 0.15) !important;
    height: 37px !important;
    padding: 4px !important;
/*    position: relative !important;*/
    width: 150px !important;
}
.indent .fc-event-inner {
    width: 150px  !important;
    height: 37px  !important;
    background-color: rgb(236,236,236) !important;
    background-image: -o-linear-gradient(-90deg , rgb(236,236,236) 0%, rgb(147,147,147) 100%)  !important;
    background-image: -moz-linear-gradient(-90deg , rgb(236,236,236) 0%, rgb(147,147,147) 100%)  !important;
    background-image: -webkit-linear-gradient(-90deg , rgb(236,236,236) 0%, rgb(147,147,147) 100%)  !important;
    background-image: -ms-linear-gradient(-90deg , rgb(236,236,236) 0%, rgb(147,147,147) 100%)  !important;
    background-image: linear-gradient(-90deg , rgb(236,236,236) 0%, rgb(147,147,147) 100%)  !important;
    box-shadow: 0px 1px 0px 0 #fff inset, 0 1px 2px 0 rgba(0,0,0,.8);
    -moz-box-shadow: 0px 1px 0px 0 #fff inset, 0 1px 2px 0 rgba(0,0,0,.8);
    -webkit-box-shadow: 0px 1px 0px 0 #fff inset, 0 1px 2px 0 rgba(0,0,0,.8);
    box-shadow: 2px 15px 10px rgba(0, 0, 0, 0.6);    
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.left {
    box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.2) inset, 1px 0 0 0 rgba(255, 255, 255, 0.3);
    float: left;
    height: 27px;
    padding-top: 10px;
    text-align: center;
    width: 105px;
    display: block;
    text-decoration: none;    
}
.left:hover {
    background: rgba(0,0,0,.05);
}
.left span {
    font-size: 14px;
    line-height: 12px;
    color: #333;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    opacity: 100;
    word-wrap: break-word;
}
.right {
    float: right;
    width: 45px;
    height: 37px;
    margin-top: 0px;
    margin-right: 0px;
    border-bottom-right-radius:10px;
    border-top-right-radius:10px;    
}
.right span {
    display: block;
    text-align: center;
    color: #333;    
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    cursor: default;
    line-height: 12px;
    word-wrap: break-word;
}
.right span:first-child {
    padding-top: 8px;
    font-weight: bold;
    font-size: 17px;    
}
.right span:last-child {		
    font-size: 9px;
    font-weight: normal;	    
    padding-top: 3px;
    padding-bottom: 0px;        
}
.caledarSt .indent, .caledarSt .indent .fc-event-inner  {
    width: 122px !important;
}
.caledarSt .left {
    width: 85px !important;
}
.caledarSt .right {
    width: 37px !important;
}