﻿
/* Green Box, Green Left Border*/
.GreenBox {
    border: 1px solid #27ae60;
    background-color: rgba(39, 174, 96, 0.1);
    border-left-width: 8px;
    font-family: SFBook;
    color: #646262;
    font-size: 16px;
    font-weight: 500;
}

/*Red Box, Error Div*/
.RedBox {
    border-radius: 8px;
    background-color: #F44930;
    border-color: #F44930;
}

/* Bootstrap Modal */
.SFModalContent {
    border-radius: 8px;
}

.SFExitModal {
    margin-top: 10px;
    border: 3px solid #27ae60 !important;
    color: #27ae60;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    opacity: 0.6 !important;
}

/*.close {
    text-shadow: none;
    font-size: 32px;
    margin-top: -6px;
}*/

.SFModalHeading {
    border-bottom: 0px solid #e5e5e5 !important;
    margin-top: 10px;
}

.scale-xs {
    transform: scale(0.5, 0.5)
}

.scale-sm {
    transform: scale(1,1)
}

.scale-md {
    transform: scale(1.2,1.2)
}

.scale-lg {
    transform: scale(1.5,1.5)
}

.scale-xl {
    transform: scale(2,2)
}

/* SF Checkbox (Styled as a Radio Button)*/
.SFCheckbox {
    width: 23px;
    height: 23px;
    margin: 2px 0 2px 0;
    background: #ffffff;
    border-radius: 100%;
    position: relative;
    border: 2px solid #27ae60;
}

    .SFCheckbox label.inner {
        display: block;
        width: 16.75px;
        height: 16.75px;
        border-radius: 100px;
        -webkit-transition: width .5s height .5s ease;
        -moz-transition: width .5s height .5s ease;
        -o-transition: width .5s height .5s ease;
        -ms-transition: width .5s height .5s ease;
        transition: width .5s height .5s ease;
        cursor: pointer;
        position: absolute;
        margin-left: 1px;
        margin-top: 1px;
        z-index: 1;
        background: #eee;
    }

    .SFCheckbox label.outer {
        margin-left: 25px;
    }

    .SFCheckbox [type=checkbox] {
        display: none
    }

.selected.SFCheckbox input[type=checkbox]:checked + label.inner {
    /*background: #27ae60*/
    background-image: url(../../../Images/GreenTickCheckBox.png);
    background-repeat: no-repeat;
    background-size: 10px 7px;
    background-position: center;
}

.GreenButtonText {
    font-family: SFBook;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04px;
    text-transform: uppercase;
}

/* Placeholder Classes*/
.RepaidToDate {

}

.TotalRepaid {

}

.modal-open {
    overflow: scroll;
}

body.modal-open {
    overflow: scroll;
}

    body.modal-open[style] {
        padding-right: 0px !important;
    }

.filelink a:hover {
    background-color: transparent;
    text-decoration: none;
}

.InfoMessage {
    border-radius: 4px;
    white-space: normal;
    background-color: #ffa42c;
    padding: 5px 10px;
    color: white;
}

.Unshadow{
    text-shadow:none !important;
}

.alert-danger-UIKit {
    color: #a94442;
    background-color: #f2dede;
    border-color: #f2dede
}

    .alert-danger-UIKit hr {
        border-top-color: #e4b9c0
    }

    .alert-danger-UIKit .alert-link {
        color: #843534
    }

.alert-UIKit {
    padding: 15px;
}

    .alert-UIKit h4 {
        margin-top: 0;
        color: inherit
    }

    .alert-UIKit .alert-link {
        font-weight: 700;
        color: #27ae60;
        text-decoration: underline;
    }

    .alert-UIKit > p, .alert > ul {
        margin-bottom: 0
    }

        .alert-UIKit > p + p {
            margin-top: 5px
        }

.forceNormaliseBootstrap {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.mainHero {
  margin-top:-40px;
}

.savings-payrollfrequency {
  margin-left: -50px;
  width: unset;
}