﻿/* DEFAULTS
----------------------------------------------------------*/
  
body
{
    /*background: #b6b7bc;*/
    background: #EEEEEE;
    font-size: 11px;
    font-family: Arial; 
    margin: 0px;
    padding: 0px;
    color: #696969;
    /*for no-copy*/
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */      
}
  
a:link, a:visited
{
    color: #034af3;
    font-weight: 700;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    
    text-transform: none;
    font-weight: 100;
    /*margin-bottom: 0px;*/
}

h1
{
    font-size: 1.6em;
    /*padding-bottom: 0px;
    margin-bottom: 0px;*/
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
    text-align: justify;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    /*margin-top: 0px;*/
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 50%;
    background-color: #fff;
    /*margin: 20px auto 0px auto;*/
    border: 1px none #496077;
    min-height: 860px;
    min-width: 840px;
    font-family: Arial; 
    font-size: 12px;
     /*for no-copy*/
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */      
}

.header
{
    /*position: relative;*/
    margin: 0px;
    padding: 0px;
    width: 100%;
    top: 6px;
    left: 37px;
}
.header h1
{
    font-weight: 500;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #696969;
    border: none;
    line-height: 2em;
    font-size: 2em;
    
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    font-size: small;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    width: 100%;
}
div.menu
{
    font-family: Arial; 
    border: thin none #808080;
    /*padding: 4px 0px 4px 8px;*/
    /*width: 100%;*/
    text-align: center;
    background-color: #006a8e;
    z-index: 9999;
    /*width: 100%;*/
    
    
}
div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    text-align: center;
    background-color: #F3FDFE;
    z-index: 9999;
}
div.menu ul li a, div.menu ul li a:visited
{
    background-color: #006a8e;
    border: 0px solid #4e667d;
    color: #bfcbd6;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    z-index: 9999;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
    z-index: 9999;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
    z-index: 9999;
    
}

div.menu ul li ul
{
    display: none;
}
div.menu ul li 
{
    /*position: relative;*/ 
    float: left;
    list-style: none;
    z-index: 9999;
    background-color:#3287a4;
    
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    width: 372px;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
    width: 370px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 100%;
    
    font-size: medium;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
    text-align: center;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 0px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
} 

.loginDisplay a:visited
{
    color: white;
}
 
.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.mainContent
{
    padding: 10px;
    margin: 10px;
    text-align: center;
    font-family: Arial; 
}
.pOddWO
{
    background-color: rgba(239, 239, 239, 0.48);
    margin-right: 0px;
    color: black;
    cursor: hand; 
    cursor:pointer;
}
.pOddWO:hover
{
    background-color: #ecf7fc;
    color: black;
    cursor: hand; 
    cursor:pointer;
}
.pEvenWO
{
    background-color: #E6ECFD;
    transition: background-color 2.0s ease;
}
.pEvenWO:hover
{
    background-color: #b0c4ff;
}

.ctrAlign
{
    text-align: center;
}
.rightAlign
{
    text-align: right;
    vertical-align: top;
    width: 100%;
    

}
.col13
{
    text-align: left;
}
.col24
{
    width: 35%;
}
.WorkoutRow
{
    font-family: Arial; 
    text-align: center;
}
.Fields
{
    border-left: 1px none #E6ECFD;
    border-right: 1px none #E6ECFD;
    border-top: 1px none #E6ECFD;
    border-bottom: 1px solid #81b5c7;
    text-align: left;
    color: #006A8E;
} 
.pWorkout
{
    
    font-family: Arial; 
    padding: 5px;
    margin: 5px;
}
.leftAlign
{
    text-align: left;
    width: 20%;
}
.modalBackground
{
    height:100%;
    background-color:#EBEBEB;
    filter:alpha(opacity=75);
    opacity:0.75;
}
.WorkoutDisplay
{
    padding: 10px;
    margin: 5px;
    text-align: left;
    word-wrap: break-word;
    background-color: #FFFFFF;
}
.hRule
{
    border: 1px solid #006a8e;
    background-color: #006a8e;
    color: #006a8e;
    height: 0px;
}
.LoginButton
{
    cursor: pointer;
}
.blockCss
{
    display: inline-block;
}
.blockOnly
{
    display: block;
}
.LogoutButton
{
    text-decoration: none;
    color: #3b5998;
}
.mainFont500
{
    font-family: Arial; 
    font-weight: 600;
}
.mainFont
{
    font-family: Arial; 
}
.FieldsTopAIM
{
    border-left: 1px none #E6ECFD;
    border-right: 1px none #E6ECFD;
    border-top: 1px none #E6ECFD;
    border-bottom: 1px solid #E6ECFD;
    text-align: center;
    color: #3b5998;
    margin-bottom: 0px;
    border-style: solid;
}
.EditFields
{
    border-left: 1px none #E6ECFD;
    border-right: 1px none #E6ECFD;
    border-top: 1px none #E6ECFD;
    border-bottom: 1px solid #E6ECFD;
    text-align: center;
    color: #3b5998;
    margin-bottom: 0px;
    font-size: 13px;
    font-family: Arial; 
    width: 45px;
    border-style: solid;
    background-color: #f7f5f5;
    font-weight: bold;
}
.underlinewFont
{
    font-family: Arial; 
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    border-bottom-width: 1px;
}
.Logo
{
    padding: 5px 0px 0px 10px;
}
 .GridBorder
{
    font-family: Arial; 
    color: #000000;
    font-weight: normal;
    text-align: left;
    display: inline-block;
    min-width: 450px;
    max-width: 97%;
}
.gvHeaderStyle
{
    border-bottom-style: groove;
    border-bottom-width: medium;
    border-bottom-color: #999999;
}
.frame{
    padding: 4em;
    margin:1em;
    height: 100%;
}
.frame:after,
.frame:before {
    border: .1em solid #006a8e; 
    bottom: 0;    
    content: '';
    position: absolute;
    width: 3%;
    display:block;
    height:100%;
}
.frame:after {
    border-left: 0;
    right: 0;
    height:100%;
}
.frame:before {
    border-right: 0;
    left: 0;
    height:100%;
}
.manualBrkt
{
    background-position: right;
    font-family: Arial; 
    color: #000000;
    font-weight: normal;
    border-right-style: double;
    background-image: url('../Images/arrow-left.png');
    background-repeat: no-repeat;
}
.testbrkt
{
    background-image: url('../Images/curly-lt.png');
    background-repeat: no-repeat;
    background-position: right center;
    height: auto;
    background-size:20% 100%;
}
.vMiddle
{
    display: inline-block;
    vertical-align: middle;
}
.brktRepCss
{
    text-align: center;
}
.waterMark1
{
    border-style: none;
    color: #4c8fa5;
    font-style: italic;
    text-align: center;
}
.EditFields95
{
    border-left: 1px none #E6ECFD;
    border-right: 1px none #E6ECFD;
    border-top: 1px none #E6ECFD;
    border-bottom: 1px solid #E6ECFD;
    text-align: center;
    color: #3b5998;
    margin-bottom: 0px;
    font-size: 13px;
    font-family: Arial; 
    width: 80px;
    border-style: solid;
    background-color: #f7f5f5;
    font-weight: bold;
}
.rightFloat
{
    float: right;
}
.green4Andreea
{
    z-index: 10000;
    box-shadow: 10px 10px 5px grey;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 11%, rgba(255,220,168,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(11%, rgba(255,255,255,1)), color-stop(100%, rgba(255,220,168,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 11%, rgba(255,220,168,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 11%, rgba(255,220,168,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 11%, rgba(255,220,168,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 11%, rgba(255,220,168,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffdca8', GradientType=1 );
}
.rightFloatNCursor
{
    float: right;
    cursor: hand; cursor:pointer;
}
.handCursorWHover
{
   cursor: hand; 
   cursor:pointer;
}
.handCursorWHover:hover
{
    text-decoration: underline;
    cursor: hand; 
    cursor:pointer;
} 
.minWidth50
{
    min-width: 50px;
}
.cpBody
{
    height: 0px;
    overflow: hidden;
    -webkit-user-select: none;  
    -moz-user-select: none;     
    -ms-user-select: none;      
    user-select: none;              
}
.blockCssLeftAlign
{
    display: inline-block;
    text-align: left;
}
.imInvisibe{
    display: none;
}
.cursorOnly
{
    cursor: hand; 
    cursor:pointer;
}
.verticalTop
{
    vertical-align: top;
}
.TabCon1 .ajax__tab_header
{
    font-family: Arial; 
    color: #3366CC;
    font-size: small;
    font-weight: normal;
    background-color: White;
    margin-left: 10px;
}
.AutoHeightAndFont
{
    font-size: 13px;
    font-family: Arial; 
    overflow: auto;
}
.CssUploadPic
{
    padding: 5px;
    margin: 5px;
    display: inline-block;
    min-width: 200px;
    min-height: 200px;
}
.UploadPicModal
{
    min-width: 400px;
    min-height: 400px;
    padding: 10px;
    margin: 10px;
}
.CursorWHover
{
   cursor: hand; 
   cursor:pointer;
}
.CursorWHover:hover
{
    text-decoration: none;
}
.BalonOnde
{
    z-index:11000 !important;
}
.SomeSpace
{
    padding: 4px;
    margin: 4px;
    vertical-align: middle;
    height: 28px;
}
.ctrVandH
{
    vertical-align: middle;
    text-align: center;
}
.OptionsOnde
{
    padding: 10px;
    margin: 10px;
    text-align: center;
    font-family: Arial; 
    z-index:130000;
    box-shadow: 10px 10px 10px #004a63;
    }
.mainFontCtr
{
    font-family: Arial; 
    text-align: center;
    vertical-align: middle;
}
.menuStyle
{
    font-family: Arial; 
    text-align: center;
    vertical-align: middle;
}
.menuItemStyle
{
    color:#e5f0f3;
    text-align: center;
    vertical-align: middle;
}
.WaterMark2
{
    color: #C0C0C0;
    font-style: italic;
}
.leftFloat
{
    float: left;
}
.NextMonth
{
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url('../Images/Next.png');
}
.NextMonth:hover
{
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #F2F2F2;
    background-image: url('../Images/Next.png');
}
.PrevMonth
{
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url('../Images/Previous.png');
}
.PrevMonth:hover
{
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #F2F2F2;
    background-image: url('../Images/Previous.png');
}
.currMonth {
	position: relative;
	background: #ccedfd;
}
.currMonth:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(204, 237, 253, 0);
	border-top-color: #ccedfd;
	border-width: 10px;
	margin-left: -10px;
}
.topAlign
{
    vertical-align: top;
}
.swimLabel
{
bottom: 0px;
margin: 5px;
}
.dialogCss
{
    
    z-index: 100002 !important;
}
.intent
{
    margin-left: 7px;
}
.chartTitle
{
    background-color: #E5F0F3;
    text-align: left;
    font-size: large;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}
.rightleft5margin
{
    margin-right: 5px;
    margin-left: 5px;
}
.noCopy
{
    -webkit-user-select: none;  
    -moz-user-select: none;     
    -ms-user-select: none;      
    user-select: none;
    margin-bottom: 0px;
}
.lblUserFirst
{
    text-decoration: underline;
    
}
.lblUserFirst:hover
{
    text-decoration: none;
}
.arrow_box {
	background: #d3e7f3;
	border: 1px solid #a0b3bd;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(211, 231, 243, 0);
	border-top-color: #d3e7f3;
	border-width: 5px;
	margin-left: -5px;
}
.arrow_box:before {
	border-color: rgba(160, 179, 189, 0);
	border-top-color: #a0b3bd;
	border-width: 6px;
	margin-left: -6px;
}
.MemberSearch
{
    width: 36px;
    height: 36px;
    display: block;
    display: inline;
    vertical-align: middle;
}
.CircleRed
{
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: red;
    color: white;
    text-align: center;
    font-size: 0.8em;
}
.linedGrid
{
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
}
.pInviteGrid
{
    display: inline-block;
    overflow: auto;
    max-height: 400px;
}
.hlStyle
{
    text-decoration: underline;
}
.hlStyle:hover
{
    color: navy;
    cursor: hand; 
    cursor:pointer;
    text-decoration: none;
}
.CircleBlue
{
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #006a8e;
    color: white;
    text-align: center;
    font-size: 0.8em;
}
.InviteeCss
{
    padding: 10px;
    margin: 10px;
    text-align: center;
    font-family: Arial; 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffff+30,feffff+30,feffff+34,feffff+34,feffff+45,feffff+52,feffff+60,ddf1f9+76,e5f0f3+100 */
    background: rgb(254,255,255); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(254,255,255,1) 30%, rgba(254,255,255,1) 30%, rgba(254,255,255,1) 34%, rgba(254,255,255,1) 34%, rgba(254,255,255,1) 45%, rgba(254,255,255,1) 52%, rgba(254,255,255,1) 60%, rgba(221,241,249,1) 76%, rgba(229,240,243,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(254,255,255,1) 30%,rgba(254,255,255,1) 30%,rgba(254,255,255,1) 34%,rgba(254,255,255,1) 34%,rgba(254,255,255,1) 45%,rgba(254,255,255,1) 52%,rgba(254,255,255,1) 60%,rgba(221,241,249,1) 76%,rgba(229,240,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(254,255,255,1) 30%,rgba(254,255,255,1) 30%,rgba(254,255,255,1) 34%,rgba(254,255,255,1) 34%,rgba(254,255,255,1) 45%,rgba(254,255,255,1) 52%,rgba(254,255,255,1) 60%,rgba(221,241,249,1) 76%,rgba(229,240,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e5f0f3',GradientType=1 ); 
}
.buttonInvitee
{
    
    padding: 1px;
    margin: 1px;
    text-decoration: none;
    color: white; 
    background-color: #329bd8;
    border: 0.15em #329bd8 solid;
    -webkit-appearance: none;
    -webkit-border-radius:0px;
} 
.buttonInvitee:hover
{
    background-color: transparent; 
    border: 0.15em #329bd8 solid; 
    color: #329bd8; 
    -webkit-appearance: none;
    -webkit-border-radius:0px;
} 
.buttonInvitee:active { 
    background-color: transparent;   
    border: 0.15em #5e8ca5 solid;    
    color: #5e8ca5;       
    -webkit-appearance: none;
    -webkit-border-radius:0px;          
} 
.buttonInviteeDelete
{
    padding: 1px;
    margin: 1px;
    text-decoration: none;
    color: white; 
    background-color: #C0C0C0;
    border: 0.15em #C0C0C0 solid; 
    -webkit-appearance: none;
    -webkit-border-radius:0px;
} 
.buttonInviteeDelete:hover { 
    background-color: transparent;   
    border: 0.15em #C0C0C0 solid;   
    color: #C0C0C0;                  
    -webkit-appearance: none;
    -webkit-border-radius:0px;
} 
.buttonInviteeDelete:active { 
    background-color: transparent;   
    border: 0.15em #C0C0C0 solid;    
    color: #C0C0C0;      
    -webkit-appearance: none;
    -webkit-border-radius:0px;
            
} 
.shadowOnly
{
-webkit-box-shadow: 10px 10px 6px -1px rgba(0,74,99,1);
-moz-box-shadow: 10px 10px 6px -1px rgba(0,74,99,1);
box-shadow: 10px 10px 6px -1px rgba(0,74,99,1);
}
.buttonMenu
{
    padding: 1px;
    margin: 1px;
    text-decoration: none;
    color: white; 
    background-color: #03A9F5;
    border: none;
    cursor: pointer; 
    cursor: hand; 
    width: 100%;
    height: 100%;
    font-family: Arial;  
    font-size: medium;
    -webkit-appearance: none;
    -webkit-border-radius:0px;

} 
.buttonMenu:hover 
{
    background-color: #27B7F6; 
    border: none; 
    color: white; 
    cursor: pointer; cursor: hand; 
    width: 100%;
    height: 100%;
    font-family: Arial;  
    font-size: medium;
    -webkit-appearance: none;
    -webkit-border-radius:0px;
}
.buttonMenu:active { 
    background-color: #27B7F6;   
    border: none;    
    color: #df4a32;                 
    cursor: pointer; cursor: hand; 
    height: 100%;
    font-family: Arial;  
    font-size: medium;
    -webkit-appearance: none;
    -webkit-border-radius:0px;
} 
.buttonSubMenu
{
    padding: 1px;
    margin: 1px;
    text-decoration: none;
    color: darkslategrey; 
    background-color: #e1e8ed;
    border: none;
    cursor: pointer; cursor: hand; 
    width: 100%;
    height: 100%;
    font-family: Arial;  
    font-size: medium;
    text-align: left;
    -webkit-appearance: none;
    -webkit-border-radius:0px;
} 
.buttonSubMenu:hover
{
    background-color: #ffa566; 
    border: none; 
    color: white; 
    cursor: pointer; cursor: hand; 
    width: 100%;
    height: 100%;
    font-family: Arial;  
    font-size: medium;
    -webkit-appearance: none;
    -webkit-border-radius:0px;
} 
.buttonSubMenu:active { 
    background-color: #ffa566;   
    border: none;    
    color: #df4a32;                 
    cursor: pointer; cursor: hand; 
    height: 100%;
    font-family: Arial;  
    font-size: medium;
    -webkit-appearance: none;
    -webkit-border-radius:0px;
} 
.buttonSubMenuAnchor
{
    padding: 1px;
    margin: 1px;
    text-decoration: none;
    color: darkslategrey; 
    background-color: #e1e8ed;
    border: none;
    width: 100%;
    height: 100%;
    font-family: Arial;  
    font-size: medium;
    text-align: left;
    -webkit-appearance: none;
    -webkit-border-radius:0px;
}
.meTopLeft {
    padding: 3px; 
    border-color: #CCCCCC; 
    background-color: #F1F1F1; 
    border-top-style: solid; 
    border-top-width: 1px; 
    border-left-style: solid; 
    border-left-width: 1px; 
    border-bottom-style: solid; 
    border-bottom-width: 1px;
    
}
.meTop {
padding: 3px; 
border-color: #CCCCCC; 
background-color: #F1F1F1; 
border-top-style: solid; 
border-top-width: 1px; 
border-right-style: solid; 
border-right-width: 1px; 
border-bottom-style: solid; 
border-bottom-width: 1px;
}
.meMainLeft {
border-bottom-color: #CCCCCC; 
border-right-style: solid; 
border-right-width: 1px; 
border-right-color: #CCCCCC; 
padding-top: 25px;
}
.meMain {
    padding: 3px; 
    border-bottom-style: solid; 
    border-bottom-width: 1px; 
    border-bottom-color: #CCCCCC; 
    border-right-style: solid; 
    border-right-width: 1px; 
    border-right-color: #CCCCCC;
}
.buttonOrange
{
    padding: 1px;
    margin: 1px;
    text-decoration: none;
    color: white; 
    background-color: #f54f03;
    border: 0.15em #f54f03 solid;
    -webkit-appearance: none;
    -webkit-border-radius:0px;
} 
.buttonOrange:hover
{
    background-color: transparent; 
    border: 0.15em #f54f03 solid; 
    color: #f54f03; 
    -webkit-appearance: none;
    -webkit-border-radius:0px;
} 
.buttonOrange:active { 
    background-color: transparent;   
    border: 0.15em #5e8ca5 solid;    
    color: #5e8ca5;                
    -webkit-appearance: none;
    -webkit-border-radius:0px; 
}
.greenWithRightArrow {
	position: relative;
	background: #34a853;
    font-family: Arial;  
    font-size: small;
    z-index: 1;
    width: 90%;
    -webkit-appearance: none;
    -webkit-border-radius:0px;
}
.greenWithRightArrow:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(245, 79, 3, 0);
	border-left-color: #34a853;
	border-width: 9px;
	margin-top: -9px;
    font-family: Arial;  
    font-size: small;
    z-index: 1;
    width: 90%;
    -webkit-appearance: none;
    -webkit-border-radius:0px;
}
.greyrightarrow10 {
	position: relative;
	background: #f0f0f0;
}
.greyrightarrow10:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(240, 240, 240, 0);
	border-left-color: #f0f0f0;
	border-width: 10px;
	margin-left: -10px;
    font-family: Arial;  
    font-size: medium;
}
.bluewithbottomarrow10 {
	position: relative;
	background: #27B7F6;
    font-family: Arial;  
    font-size: medium;
    top: 0px;
    left: 0px;
}
.bluewithbottomarrow10:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(39, 183, 246, 0);
	border-top-color: #27B7F6;
	border-width: 10px;
	margin-left: -10px;
    font-family: Arial;  
    font-size: medium;
}
.swmDelete {
    background-image: url('Images/trash-9-32333333.png'); 
    background-repeat: no-repeat; 
    background-position: left center; 
    background-size: 16px;
    width: 120px;
}
.orangewithbottomarrow5 {
	position: relative;
	background: #ffa566;
    font-family: Arial;  
    font-size: medium;
    top: 0px;
    left: 0px;
}
.orangewithbottomarrow5:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: #ffa566;
        border-top-color: #ffa566;
        border-width: 5px;
        margin-left: -5px;
        font-family: Arial; 
        font-size: medium;
}
.Sprout1WithBottomArrow10 {
	position: relative;
	background: #75dd66;
    font-family: Arial; 
    font-size: medium;
    top: 0px;
    left: 0px;
}
.Sprout1WithBottomArrow10:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(117, 221, 102, 0);
	border-top-color: #75dd66;
	border-width: 10px;
	margin-left: -10px;
    font-family: Arial; 
    font-size: medium;
}
.Sprout3WithBottomArrow10 {
	position: relative;
	background: #2bb656;
    font-family: Arial; 
    font-size: medium;
    top: 0px;
    left: 0px;
}
.Sprout3WithBottomArrow10:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(43, 182, 86, 0);
	border-top-color: #2bb656;
	border-width: 10px;
	margin-left: -10px;
    font-family: Arial; 
    font-size: medium;
}
.ui-autocomplete {
     z-index: 200000 !important;
}
.buttonGreen
{ 
    padding: 1px;
    margin: 1px;
    text-decoration: none;
    color: white; 
    background-color: #2bb656;
    border: 0.15em #2bb656 solid;
    -webkit-appearance: none;
    -webkit-border-radius:0px;
} 
.buttonGreen:hover
{
    background-color: transparent; 
    border: 0.15em #2bb656 solid; 
    color: #2bb656; 
    -webkit-appearance: none;
    -webkit-border-radius:0px;
} 
.CircleOrange
{
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: orange;
    color: white;
    text-align: center;
    font-size: 0.8em;
}
.boxShadow {
}
    .boxShadow:hover {
        -webkit-box-shadow: 0px 0px 10px 5px rgba(133,133,138,1);
        -moz-box-shadow: 0px 0px 10px 5px rgba(133,133,138,1);
        box-shadow: 0px 0px 10px 5px rgba(133,133,138,1);
    }
.mainContentPFriend {
        -webkit-box-shadow: 0px 0px 10px 5px rgba(133,133,138,1);
        -moz-box-shadow: 0px 0px 10px 5px rgba(133,133,138,1);
        box-shadow: 0px 0px 10px 5px rgba(133,133,138,1);
        padding: 10px;
        margin: 10px;
        text-align: center;
        font-family: Arial; 
    }
.buttonMenuMobile
{
    padding: 1px;
    margin: 1px;
    text-decoration: none;
    color: white; 
    background-color: #03A9F5;
    border: none;
    cursor: pointer; 
    cursor: hand; 
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -webkit-border-radius:0px;

} 
.buttonMenuMobile:hover 
{
    background-color: #27B7F6; 
    border: none; 
    color: white; 
    cursor: pointer; cursor: hand; 
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -webkit-border-radius:0px;
}
.buttonMenuMobile:active { 
    background-color: #27B7F6;   
    border: none;    
    color: #df4a32;                 
    cursor: pointer; cursor: hand; 
    height: 100%;
    -webkit-appearance: none;
    -webkit-border-radius:0px;
} 
