textarea { resize: none; }

.ui-select {
    width: 274px;
    border-color: #b2bfc7;
    margin-bottom: 10px;
}

input[type="text"], input[type="password"], input[type="email"], textarea {
    font-size: 15px;    
    margin-bottom: 10px;
    border-color: #b2bfc7;
    padding-left: 13px;    
}
.acResults {
    overflow: visible;
    z-index: 1000000000000000;
    display: block;
    background: #fff;
    border: 1px solid #8F8E8E;
}
.acResults ul {
    background: #fff;
}

#singlemail .delete {
   margin-left: 10px; 
}
.count p {font-size: 14px;}
.count p span {margin-left: 10px;}

/*workoutInfo popup in home page*/
.workOut { overflow: hidden; }
.workOut label { font-weight: bold; }
.shoesFld span { margin-left: 10px; }

.dateFld {
    overflow: hidden;
    margin-bottom: 10px;
}
.dateFld .date {
    font-size: 14px;
    margin-left: 5px;
    font-style: italic;
}
.invitedPlayersList p {
    margin: 0;
}
.inv {
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
}
.emailDiv {
    overflow: hidden;
    float: left;
    width: 72%;
    margin-right: 2%;
}
.statusDiv {
    overflow: hidden;
    float: right;
    width: 21%;
    color: rgb(177, 172, 172);
/*    font-style: italic;*/
}
.emailDiv p:last-child {
    font-style: italic;
    color: rgb(177, 172, 172);
}
/*
.modal-body {
    max-height: 700px !important;
}*/
#editTeam .chosen-container,
#singleEvent .chosen-container
{
    width: 276px !important;    
    margin-bottom: 10px !important;
}
#new_wrkout .chosen-container,
#TeamCalendarForm .chosen-container
{
    width: 249px !important;
    margin-bottom: 10px !important;
}
#singleEvent .chosen-container {
    width: 259px !important;
}
#TeamCalendarForm .chosen-container-single .chosen-single,
#editTeam .chosen-container-single .chosen-single, 
#new_wrkout .chosen-container-single .chosen-single,
#singleEvent .chosen-container-single .chosen-single
{
    border: 1px solid #b2bfc7 !important; 
    height: 28px !important;
    line-height: 28px !important;
}
#TeamCalendarForm .chosen-container-single .chosen-single div b,
#editTeam .chosen-container-single .chosen-single div b,
#new_wrkout .chosen-container-single .chosen-single div b,
#singleEvent .chosen-container-single .chosen-single div b
{
    background: url('../img/select-bg.png') no-repeat 0px 7px !important;
}
#new_wrkout #datetimepicker {
    margin-left: 0 !important;
}

#TeamUpdateCurrentWrkForm .chosen-container {
    width: 226px !important;
    margin-bottom: 10px !important;  
}
/*#TeamUpdateCurrentWrkForm .chosen-container-active.chosen-with-drop .chosen-single,*/
#TeamUpdateCurrentWrkForm .chosen-container .chosen-drop,
#TeamUpdateCurrentWrkForm .chosen-container-single .chosen-single
{
    border: 1px solid #b2bfc7 !important;
}
.shoesFld label {
    font-weight: bold;
}

.workoutInfo {
    overflow: hidden;
    float: left;
    width: 54%;
}
.workoutInfo .workOut {
    overflow: hidden;
}
.workoutInfo .workOut labe, .workoutInfo label {
    width: 47%;
}
.workoutInfo label {
    font-weight: bold;
}
.workoutInfo .workOut span {
    width: 51%;
    float: left;
    word-wrap: break-word;
    word-break: break-all;
    margin-left: 2%;
}
#TeamUpdateCurrentWrkForm #addshoes {
    float: right;    
}
#updDistance label {
    float: left;
    font-weight: normal;
}
#updDistance input[type="text"] {
    float: left;
    width: 75px;
    margin-left: 4px;
}
#TeamUpdateCurrentWrkForm {
/*    overflow: hidden;*/
    float: right;
    width: 43%;    
}
.workInfo#TeamUpdateCurrentWrkForm .chosen-container, #TeamUpdateCurrentWrkForm .chosen-container {
    width: 200px !important;
    float: right;
}
#newShoe #new_shoe {
    width: 180px !important;
    float: right;
}
#newShoe #addtoSelect {
    float: right;
}
#updDistance label {
    font-size: 13px;
/*    margin-left: 27px;*/
}

#coachWorkout .modal-body {    
    min-height: 350px;
    max-height: 500px !important;
}

#updDistance {
    width: 200px;
    float: right;
}

#updDistance #completed_distance {
    padding-left: 6px !important;
    float: right;
}

#singleEvent .modal-body {
    min-height: 310px;
}