/**
edited by pmw
 */
.float-right{
    float : right;
}

.pmwPageContent .paragraphBox {
    margin-bottom : 20px;
    border-right  : 3px solid #F15A22;
    padding       : 0 10px;
}

.pmwPageContent .paragraphBox p,
.pmwPageContent .paragraphBox h2 {
    margin      : 0;
    font-weight : normal !important;
}

.pmwPageContent .paragraphBox .paraTitle {
    font-size      : 30px;
    padding-bottom : 20px;
}

.pmwPageContent .calorieCalcFormBody {
    border : 1px solid #F15A22;
    -webkit-border-radius :  3px;
    -moz-border-radius    :  3px;
    border-radius         :  3px;
    -webkit-user-select : none;
    -moz-user-select    : none;
    -ms-user-select     : none;
    user-select         : none;
    margin-bottom : 30px;
}

.pmwPageContent .calorieCalcFormBody .boxTitle{
    padding : 10px 20px;
    background-color: #F15A22;
    color : #FFFFFF;
    font-size : 20px;
}

.pmwPageContent #calorieCalc{
    padding : 20px;
    background : #F6F6F6;
    position : relative;
}

.pmwPageContent #calorieCalc .row{
    margin-bottom : 10px;
}

.pmwPageContent #calorieCalc . inputContainer{
    position : relative;
}

.pmwPageContent #calorieCalc input{
    float : right;
    width : 80%;
    background : white;
    border : 1px solid #dfdfdf;
    height : 35px;
    -webkit-box-sizing : border-box;
    -moz-box-sizing    : border-box;
    box-sizing         : border-box;
    padding : 5px 10px;
    -webkit-border-radius : 0 3px 3px 0;
    -moz-border-radius    : 0 3px 3px 0;
    border-radius         : 0 3px 3px 0;
}

.pmwPageContent #calorieCalc .inputTitle{
    float : right;
    width : 20%;
    display : block;
    cursor : default;
    color : #222222;
    background: #DFDFDF;
    height : 35px;
    padding : 5px;
    text-align: center;
    -webkit-border-radius : 3px 0 0 3px;
    -moz-border-radius    : 3px 0 0 3px;
    border-radius         : 3px 0 0 3px;
}

.pmwPageContent #calorieCalc label{
    display : block;
    cursor : pointer;
    height : 35px;
    padding : 5px;
    font-weight : normal;
}

.pmwPageContent #calorieCalc #activityName{
    width : 100%;
    -webkit-border-radius :  3px;
    -moz-border-radius    :  3px;
    border-radius         :  3px;
    position : relative;
}

.formLoader{
    position : absolute;
    width :100%;
    height :100%;
    background: rgba(255, 255, 255, 0.76);
    top : 0;
    right : 0;
    z-index : 99;
    visibility : hidden;
}

.formLoader.showing{
    visibility : visible;
}

.formLoader span{
    position : absolute;
    bottom : 50%;
    right : 50%;
    -webkit-transform : translate( 50%, 50% );
    -moz-transform    : translate( 50%, 50% );
    -ms-transform     : translate( 50%, 50% );
    -o-transform      : translate( 50%, 50% );
    transform         : translate( 50%, 50% );
    font-size : 20pt;
}

.pmwPageContent .submitRow{
    margin-right : 0;
    margin-left : 0;
}

.pmwPageContent .submitForm{
    float : left;
    padding : 5px 20px;
    display : inline-block;
    background-color: #F15A22;
    color : #FFFFFF;
    font-size : 20px;
    -webkit-border-radius :  4px;
    -moz-border-radius    :  4px;
    border-radius         :  4px;
    cursor : pointer;
}

.pmwPageContent .reSubmitForm{
    float : left;
    padding : 5px 20px;
    display : inline-block;
    background-color: #DFDFDF;
    color : #444444;
    font-size : 20px;
    -webkit-border-radius :  4px;
    -moz-border-radius    :  4px;
    border-radius         :  4px;
    margin-left : 20px;
    cursor : pointer;
}

.pmwPageContent .thisBody{
    position : relative;
}

.pmwPageContent .activityResult {
    position: relative;
    background: rgb(255, 255, 255);
    color: rgb(68, 68, 68);
    width: 100%;
    top: 35px;
    border: 1px solid rgb(241, 90, 34);
    border-radius: 0 0 4px 4px;
    border-top: none;
    display : none;
}

.pmwPageContent .activityShowing .activityResult{
    display : block;
}

.pmwPageContent .activityResult .activitySelectable,
.pmwPageContent .activityResult .activityNotFound{
    display : block;
    padding : 7px 10px;
    border-top : 1px solid #DDDDDD;
}

.pmwPageContent .activityResult .activitySelectable:hover{
    background: #DFDFDF;
}

.pmwPageContent .activityResult .activitySelectable.highlighted{
    background: #DFDFDF;
}

.pmwPageContent .activityShowing #activityName{
    border: 1px solid rgb(241, 90, 34);
    border-radius: 4px 4px 0 0 !important;
    border-bottom: none;
}

.pmwPageContent .activityShowing:after{
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2em;
    color: #ccc;
    line-height: 0.3;
    padding: 12px 10px;
}

.pmwPageContent .activityLoading:after{
    content: "\f110";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.5em;
    color: rgb(241, 90, 34);
    line-height: 0.3;
    padding: 14px 5px;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}











.pmwPageContent .calorieResFormBody {
    border : 1px solid #2fb014;
    -webkit-border-radius :  3px;
    -moz-border-radius    :  3px;
    border-radius         :  3px;
    -webkit-user-select : none;
    -moz-user-select    : none;
    -ms-user-select     : none;
    user-select         : none;
    display : none;
}

.pmwPageContent .calorieResFormBody .boxTitle{
    padding : 10px 20px;
    background-color: #2fb014;
    color : #FFFFFF;
    font-size : 20px;
}

.pmwPageContent #calorieRes{
    padding : 20px;
    background : #F6F6F6;
}

.pmwPageContent #calorieRes .row{
    margin-bottom : 10px;
}

.pmwPageContent #calorieRes . inputContainer{
    position : relative;
}

.pmwPageContent #calorieRes span{
    float : left;
    width : 50px;
    background : white;
    border : 1px solid #dfdfdf;
    height : 35px;
    -webkit-box-sizing : border-box;
    -moz-box-sizing    : border-box;
    box-sizing         : border-box;
    padding : 5px 10px;
    -webkit-border-radius : 0 3px 3px 0;
    -moz-border-radius    : 0 3px 3px 0;
    border-radius         : 0 3px 3px 0;
}

.pmwPageContent #calorieRes .inputTitle{
    float : left;
    width : 60px;
    display : block;
    cursor : default;
    color : #222222;
    background: #DFDFDF;
    height : 35px;
    padding : 5px;
    text-align: center;
    -webkit-border-radius : 3px 0 0 3px;
    -moz-border-radius    : 3px 0 0 3px;
    border-radius         : 3px 0 0 3px;
}

.pmwPageContent #calorieRes label{
    display : block;
    cursor : pointer;
    height : 35px;
    padding : 5px;
    font-weight : normal;
}

.pmwPageContent #calorieRes #activityName{
    width : 100%;
    -webkit-border-radius :  3px;
    -moz-border-radius    :  3px;
    border-radius         :  3px;
    position : relative;
}
