

.radio input[type="radio"] {
    margin-top: 10px !important;
}

.big-checkbox {
    width: 20px;
    height: 20px;
    margin-top: 5px !important;
    margin-right: 5px !important;
}

.nav-tabs {
    background-color: #fff;
}

.tab-content {
    background-color: #a3addd;
    border: 1px solid #a28de1;
    color: #fff;
    padding: 8px;
    margin-bottom: 8px !important;
}

.nav-tabs > li > a {
    border: medium none;
}

    .nav-tabs > li > a:hover {
        background-color: #a28de1 !important;
        border-radius: 0;
        color: #000;
    }

.nav-tabs > li.active > a:hover {
    border-radius: 0;
    color: #fff;
}

.nav-tabs > li.active > a {
    background-color: #6000ff !important;
    color: #fff !important;
}

a {
    cursor: pointer !important;
}

.txtHighlight {
    background-color: #f6e3af
}

.btn-group-toggle {
    background-color: #ffffff !important;
}

    .btn-group-toggle > .active {
        background-color: #7a05ff !important;
        color: #fff !important;
        border: none;
    }

.btn-group > .btn {
    width: 100px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border: 1px solid #dbdbdb !important;
}

.btn-group > label > span {
    
    font-size: 12px !important;
    font-weight: 400 !important;
}

.panel-primary > .panel-heading {
    background-color: #2f007c !important;
}

.panel-primary, .panel-success {
    border-color: rgba(0,0,0,0.09) !important;
}

.panel {
    box-shadow: rgba(0,0,0,0.06) 2px 2px !important;
}

input {
    font-size: 16px !important;
}

.logo {
    width: 100% !important;
    height: 100% !important;
    padding: 5px !important;
}

.jumbotron {
    padding-top: 20px !important;
}

input[type=text] {
    max-width: 90% !important;
}

.btn-primary {
    background-color: #fff;
    color: #2f007c;
    border: 1px solid #7a05ff;
    font-weight: 400;
}

    .btn-primary:hover {
        background-color: #8700ff;
        color: #ffffff;
        max-width: 50% !important;
        max-width: 100% !important;
    }

body {
    font-family: 'Roboto', sans-serif;
}

form {
    background-color: rgba(209, 230, 190, 0.81);
    
    
}

.navbar-default {
    background-color: #f2f2f2 !important;
    padding: 5px !important;
}
hr {
    border-top: 1px dotted #d3d3d3 !important;
}
.title {
    font-size: 18pt !important;
    font-weight: 500 !important;
    position: relative !important;
}

.overlay {
    z-index:123 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
}

.overlay__inner {
    z-index:124 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}

.overlay__content {
    z-index: 125 !important;
    left: 49%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    z-index: 126 !important;
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.8);
    border-top-color: #7a05ff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.panel-heading {
    background-color: #8700ff !important;
    color: #ad35d7 !important;
}

.panel-title {
    color: #fff !important;
    font-weight: 500 !important;
}

.panel-body {
    border: rgba(0,0,0,0.05)
}
.bgTexture {
    background: radial-gradient(#dfdfdf 3px, transparent 4px), radial-gradient(#878787 3px, transparent 4px), linear-gradient(#fff 4px, transparent 0), linear-gradient(45deg, transparent 74px, transparent 75px, #a4a4a4 75px, #a4a4a4 76px, transparent 77px, transparent 109px), linear-gradient(-45deg, transparent 75px, transparent 76px, #a4a4a4 76px, #a4a4a4 77px, transparent 78px, transparent 109px), #fff;
    background-size: 109px 109px, 109px 109px,100% 6px, 109px 109px, 109px 109px;
    background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
}
.glassEffect {
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background-color: rgba(209, 230, 190, 0.71);
    overflow: hidden;
}

.glassEffect:before {
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    filter: blur(10px);
    margin: -20px;
}
