﻿

body {
    margin: 40px;
    font-family: 'Roboto', sans-serif;
    background-color: #4e0b88;
}

.btn-primary {
    color: #fff;
    background-color: #4e0b88;
    border-color: #4e0b88;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #8a17ee;
        border-color: #8a17ee;
    }


.head {
    color: #ECF0F1;
    margin-bottom: 40px;
    text-align: center;
}

.container {
    background-color: #ECF0F1;
    padding: 30px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    background: #888;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 50px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 3px;
    background-color: #BDC3C7;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

    .stepwizard-step p {
        margin-top: 10px;
    }



.btn-success .glyphicon {
    color: #fff;
    font-size: 40px;
}

.btn-circle {
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 25px 25px;
    font-size: 40px;
    line-height: 1.428571429;
    border-radius: 50px;
}

/* 
// Listrap v1.0, by Gustavo Gondim (http://github.com/ggondim)
// Licenced under MIT License
// For updates, improvements and issues, see https://github.com/inosoftbr/listrap
*/

.listrap {
    list-style-type: none;
    margin: 0;
    padding: 0;
    cursor: default;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .listrap li {
        margin: 0;
        padding: 10px;
    }

        .listrap li.active, .listrap li:hover {
            background-color: #d9edf7;
        }

    .listrap strong {
        margin-left: 10px;
    }

    .listrap .listrap-toggle {
        display: inline-block;
        width: 60px;
        height: 60px;
    }

        .listrap .listrap-toggle span {
            background-color: #428bca;
            opacity: 0.8;
            z-index: 100;
            width: 60px;
            height: 60px;
            display: none;
            position: absolute;
            border-radius: 50%;
            text-align: center;
            line-height: 60px;
            vertical-align: middle;
            color: #ffffff;
        }

            .listrap .listrap-toggle span:before {
                font-family: 'Glyphicons Halflings';
                content: "\e013";
            }

    .listrap li.active .listrap-toggle span {
        display: block;
    }

}



.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}

.input-group-btn .btn-group {
    display: flex !important;
}

.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}

    .btn-group .btn:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}



@media screen and (min-width: 768px) {
    #adv-search {
        width: 500px;
    }

    .dropdown.dropdown-lg {
        position: static !important;
    }

        .dropdown.dropdown-lg .dropdown-menu {
            min-width: 500px;
        }
}

.panel-pricing {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

    .panel-pricing:hover {
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
    }

    .panel-pricing .panel-heading {
        padding: 20px 10px;
    }

        .panel-pricing .panel-heading .fa {
            margin-top: 10px;
            font-size: 58px;
        }

    .panel-pricing .list-group-item {
        color: #777777;
        border-bottom: 1px solid rgba(250, 250, 250, 0.5);
    }

        .panel-pricing .list-group-item:last-child {
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
        }

        .panel-pricing .list-group-item:first-child {
            border-top-right-radius: 0px;
            border-top-left-radius: 0px;
        }

    .panel-pricing .panel-body {
        background-color: #f0f0f0;
        font-size: 40px;
        color: #777777;
        padding: 20px;
        margin: 0px;
    }


.saving {
    font-size: 15px;
}

.price-area {
    line-height: 30px;
}

.list-group-item {
    padding-left: 40px;
    padding-right: 40px;
    text-align:left;
}

.panel-primary {
    border-color: #4e0b88;
}
    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #4e0b88;
        border-color: #4e0b88;
    }

.panel-info .list-group-item .fa-check {
    color: #31708f;
}
.list-group-item.not {
    color: #BDC3C7 !important;
}
.list-group-item.not i {
    color: #BDC3C7 !important;
}
