﻿

body {
    background: #fff;
}

.rounded-lg {
    border-radius: 1rem;
}

.nav-pills .nav-link {
    color: #555;
}

    .nav-pills .nav-link.active {
        color: #fff;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background: #ff7920;
    }

.btn-primary {
    background: #FF7A01;
    border-color: #ede1e1;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #ff7920;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #FF004E;
    border-color: #ff7920;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #FFF;
    cursor: default;
    background-color: #ff7920;
    border: 1px solid #d7d4d4;
    border-bottom-color: #d7d4d4;
}

.nav-tabs {
    border-bottom: 1px solid #ebe7e7;
    background: #110252;
    padding: 10px;
    display: flex;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: initial;
}

a {
    color: #fafdff;
    text-decoration: none;
}

.container {
    padding: 10px;
}

.bg-light {
    background-color: #110252;
    color: #fff;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.myLoadingDiv {
    opacity: 0.8;
    background: #333;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background: url('images/ajax-loader.gif') no-repeat scroll center center #d3d3d3;
}