﻿/*UTILITIES - HELPER CLASSES, BORDERS, MORE ARROWS, */
.modal-content {
    -ms-border-radius: 0;
    border-radius: 0;
}

.red {
    color: #aa2616;
}
.green {
    color:#7bc143;
}

/* === BORDERS ==== */
.green-bt {
    border-top: 1px solid #7bc143;
}

.green-bt-1 {
    border-top: 1px solid #7bc143;
}

.green-bt-2 {
    border-top: 1px solid #7bc143;
}
.green-bt-5 {
    border-top: 1px solid #7bc143;
}
.green-bb-1 {
    border-bottom: 1px solid #7bc143;
}

.grey-bt  {
    border-top: 1px solid rgb(128, 128, 128);
}

/** === LINKS WITH ARROWS === **/
/*more links */

a.morelink label {
    position: relative;
    display:inline;
    color: #E60032;
    font-family: 'alegreya_sanslight', sans-serif;
    font-size: 12px !important;
    text-transform: uppercase;
    word-spacing: 2px;
    letter-spacing: 1px;
    padding: 0;
}

    a.morelink label span.arrow {
        position: absolute;
        top: 1px;
        right: -15px;
        display: block;
        background: url("../_images/sprite.png") no-repeat -13px -101px;
        width: 12px;
        height: 24px;
        background-position: -119px -75px;
        line-height: 21px;
        height: 16px;
        width: 10px;
    }

a.morelink:hover label,
a.morelink:hover span.arrow {
        background-position: -137px -75px;
        color: #7bc143;
    }
a.morelink indent {
    margin-left: 30px;
}





p.more.red-more,
a.more.red-more,
.single-holiday a.more {
    /*display: block;*/
    color: #E60032;
    font-family: 'alegreya_sanslight', sans-serif;
    text-transform: uppercase;
    word-spacing: 2px;
    letter-spacing: 1px;
    padding: 0;
    /*clear: both;*/
}

    p.more.red-more:hover,
    a.more.red-more:hover,
    .single-holiday a.more:hover {
        color: #7bc143;
    }

    p.more.red-more label,
    a.more.red-more label,
    .single-holiday a label {
        /*display: block;*/
        /*float: left;*/
        line-height: 15px;
        margin-right: 5px;
        cursor: pointer;
    }

    p.more.red-more span,
    a.more.red-more span,
    .single-holiday a span.right-arr {
        background-position: -119px -75px;
        line-height: 21px;
        height: 16px;
        width: 10px;
    }

    /*a:hover .more.red-more label {
    color: #7bc143;
}*/

    a:hover p.more.red-more span,
    p.more.red-more:hover span,
    a.more.red-more:hover span,
    .single-holiday a:hover span.right-arr {
        background-position: -137px -75px;
    }

/*p.more.red-more::after,
a.more.red-more::after,
.single-holiday a.more::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}*/
.green.more span,
.green.more label {
    float: left;
    color: #7bc143;
    font-family: 'alegreya_sanslight';
    cursor: pointer;
}

.green.more:hover span,
.green.more:hover label {
    color: #e60032;
}

    .green.more:hover span.right-arr {
        background-position: -64px -277px;
    }

.green.more span.right-arr {
    background-position: -64px -253px;
    width: 12px;
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 0;
}

.green.more:hover span.left-arr {
    background-position: -50px -277px;
}

.green.more span.left-arr {
    background-position: -50px -253px;
    width: 12px;
    margin-top: 8px;
    margin-left: 0;
    margin-right: 8px;
}

span.left-arr {
    display: block;
    float: left;
    background: url("../_images/sprite.png") no-repeat 0 -101px;
    width: 12px;
    height: 24px;
}

.single-holiday p span.right-arr,
span.right-arr {
    display: block;
    float: left;
    background: url("../_images/sprite.png") no-repeat -13px -101px;
    width: 12px;
    height: 24px;
}

.description-left span.right-arr {
    margin-top: 5px;
    margin-left: 8px;
}

/*datepicker - calendar icon near textbox*/
.ui-datepicker-trigger {
    background: transparent;
    border: 0;
    margin: 5px 0 0 3px;
    padding: 0;
}

    .ui-datepicker-trigger span {
        color: #e60032;
    }

    .ui-datepicker-trigger:hover span {
        color: #7bc143;
    }

.ui-datepicker-trigger,
.datepicker {
    display: block;
    float: left;
}

    .datepicker.form-control {
        width: 50%;
    }

        .datepicker.form-control.w-80p, .w-80p {
            width: 80%;
        }

/* LISTS WITH CHECKBOX, CHECKMARK OR CROSSMARK instead of bullets - crossmark added 09Oct15 JT*/
.checkbox-list {
    padding-left: 60px;
    font-family: 'alegreya_sanslight', sans-serif;
    margin-bottom: 25px;
}

.checkmark-list,
.crossmark-list {
    padding-left: 30px;
    margin-bottom: 10px;
}

    .checkbox-list li,
    .checkmark-list li,
    .crossmark-list li {
        margin-bottom: 10px;
        padding: 0 0 0 35px; /*JT151015 was 5px 0*/
    }

        .checkbox-list li:before {
            font-family: 'icomoon';
            content: "\e738";
            color: #7bc143;
            padding-right: 10px;
            margin-left: -30px;
        }

        .checkmark-list li:before {
            font-family: 'icomoon';
            content: "\e6fe";
            color: #7bc143;
            padding-right: 10px;
            margin-left: -30px;
            font-size: 0.6em;
        }

        .crossmark-list li:before {
            font-family: 'icomoon';
            content: "\e6fd";
            color: #cb6b27;
            padding-right: 10px;
            margin-left: -30px;
            font-size: 0.6em;
        }

.full-photo img {
    width: 100%;
    height: auto;
}

/**TOOLTIP**/
.tooltip-inner {
    background: #fff;
    -ms-border-radius: 0;
    border-radius: 0;
    text-align: left;
    color: #0f1e0f;
    border: 1px solid #e3e5e3;
    width: 200px;
    margin-right: 10px;
}

.tooltip-arrow {
    display: none;
}

.tip {
    display: block;
    width: 30px;
    height: 30px;
    color: #7bc143;
    border: 1px solid #7bc143;
    -ms-border-radius: 30px;
    border-radius: 30px;
    line-height: 24px;
    margin: 8px 5px 0 0;
    text-align: center;
    cursor: pointer;
}


.form-validation-error {
    color: red;
    font-size: 14px;
}

/**ASP CALENDAR**/
.asp-calendar td, .asp-calendar th {
    vertical-align: middle;
    font-family: 'alegreya_sanslight',sans-serif;
    text-align: center;
}




/** ======================== HELPER CLASSES ======================== **/
/* padding, margin, min-width, max-width for all elements on the website 
    /* sequence left, right, top, bottom */
.fix {
    -moz-min-width: 460px;
    -ms-min-width: 460px;
    -o-min-width: 460px;
    -webkit-min-width: 460px;
    min-width: 460px;
    float: none;
    position: absolute;
    left: 50%;
}

.overflow-hid {
    overflow: hidden;
}

.no-padding {
    padding: 0;
}

.pl-0 {
    padding-left: 0;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pr-0 {
    padding-right: 0;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}
.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 50px;
}
.pt-50 {
    padding-top: 50px;
}

.pb-10 {
    padding-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-50 {
    padding-bottom: 50px;
}


.ml-0 {
    margin-left: 0 !important;
}
.ml-10 {
    margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-40 {
    margin-left: 40px;
}

.mr-0 {
    margin-right: 0;
}

.mr-10 {
    margin-right: 10px !important;
}
.mr-15 {
    margin-right: 15px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-40 {
    margin-right: 40px;
}

.mt-0 {
    margin-top: 0;
}

.mt-5 {
    margin-top: 7px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt--50 {
    margin-top:-50px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}



.w-50p {
    width: 50% !important;
}

.min-w-165 {
    -moz-min-width: 165px;
    -ms-min-width: 165px;
    -o-min-width: 165px;
    -webkit-min-width: 165px;
    min-width: 165px;
}

.max-w-320 {
    max-width: 320px;
}

.max-w-280 {
    max-width: 300px;
}

.ucase {
    text-transform: uppercase;
    word-spacing: 2px;
    letter-spacing: 1px;
    font-family: 'alegreya_sanslight', sans-serif;
}
.spaced {    
    word-spacing: 2px;
    letter-spacing: 1px;
}
