﻿p, label {
    font-size: 1.4rem;
}

input[type=radio] {
    border: 0px;
    width: 1.85em;
    height: 1.15em;
}

.ee-btns a:nth-child(2) {
    background-color: #E2445C;
}

.ee-btn {
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    background-color: #ffcc00;
    padding: 20px 0px;
    border-radius: 3px;
    overflow: hidden;
    width: 230px;
}

.ee-btn:focus {
    outline: none;
}

.ee-btn.cancel {
    transition: all 0.2s linear 0s;
}

.ee-btn.cancel:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0px 3px 3px 0px;
    transition: all 0.2s linear 0s;
    text-align: center;
}

.ee-btn.cancel:hover {
    text-indent: -30px;
}

.ee-btn.cancel:hover:before {
    right: 0;
    text-indent: 0px;
}

.danger {
    background-color: #c0272e !important;
    border: 0;
    color: #fff !important;
    border-radius: 5px;
}

.danger-lg {
    padding: 10px 50px !important;
    font-size: 1.5rem !important;
}

.pointer {
    cursor: pointer
}

.rdReason {
    font-size: 18px !important;
    margin-bottom: 20px;
    padding-left: 0px;
}

/*body {
    background-color: #f5f5f5;
}

.red {
    color: #c0272e !important
}

hr.divider-vertical {
    position: absolute;
    background-color: rgba(0,0,0,.5);
    height: 100%;
    right: 0;
    top: 0;
    width: 1px;
}

.text-theme {
    color: #7446ac !important;
}

.danger {
    background-color: #c0272e !important;
    border: 0;
    color: #fff !important;
    border-radius: 5px;
}

.danger-lg {
    padding: 10px 50px !important;
    font-size: 24px !important;
}

.rdReason {
    padding-left: 0 !important;
}

    .rdReason input {
        font-size: 18px !important;
        margin-bottom: 20px;
    }



*/