﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: absolute;
    right: 0;
    left: 0;
    z-index: auto;
}

@media (min-width: @grid-float-breakpoint) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
    color: #fff !important;
    background-color: #ff2d3e;
    border-color: #ff2d3e;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color: #f1f1f1;
  height: 100%;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


h4 {
    font-weight: 700;
    color: #4f2864;
    font-size: 20px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    /*height: 60px;*/
    line-height: 60px; /* Vertically center the text there */
}

.user-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    /*height: 60px;*/
    line-height: 40px; /* Vertically center the text there */
}

.admin-footer {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    /*height: 60px;*/
    line-height: 60px; /* Vertically center the text there */
}

/* Login View */

.box {
    position: relative;
    border-radius: 6px;
    background: #fff;
    border-top: 3px solid #fff;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 30px;
}

    .box-body.with-border {
        border-top: 2px solid #f4f4f4;
    }

.form-group {
    margin-bottom: 15px;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.has-feedback {
    position: relative;
}

.input-lg {
    font-size: 14px;
    height: 46px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 6px;
    color: #555;
}

.form-control {
    border-color: #d5c5d9;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control-checkbox {
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    width: 46px;
    height: 46px;
    line-height: 46px;
}

lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.form-control-feedback {
    color: #de505a;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

@media (min-width: 768px) {
    .col-sm-offset-3 {
        margin-left: 25%;
    }
}

@media (min-width: 768px) {
    .col-sm-6 {
        width: 50%;
    }
}

.box-body.with-border, .box-footer.with-border {
    border-top: 2px solid #f4f4f4;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 30px;
    background-color: #fff;
}

.btn.btn-lg {
    min-width: 100px;
}

.btn.btn-custom-lg {
    width: 180px;
    height: 120px;
    display: table-cell;
    vertical-align: middle;
}

.btn-square {
    width: 180px;
    height: 120px;
}

.btn-primary {
    color: #fff;
    background-color: ##ff2d3d;
    border-color: #fff;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #321940;
        border-color: #e0e0e0;
    }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff !important;
        background-color: #321940 !important;
        border-color: #e0e0e0 !important;
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #321940;
        border-color: #bfbfbf;
    }

    .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
        color: #fff;
        background-color: #1e0f26;
        border-color: #bfbfbf;
    }

    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: none;
    }

.no-padding-vertical {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

a {
    color: #4f2864;
}

    a:hover {
        color: #4f2864;
        text-decoration: none;
    }

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-weight: 600;
}

    .nav > li > a:focus, .nav > li > a:hover {
        text-decoration: none;
        background-color: #eee;
    }

nav .navbar-nav > li > a {
    line-height: 56px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav > li {
    position: relative;
    display: block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

ul {
    display: block;
    list-style-type: disc;
}

.open > a {
    outline: 0;
}

nav .dropdown-menu > li > a {
    line-height: 50px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.login-validation {
    line-height: 3;
}

    .login-validation > ul {
        list-style-type: none;
        padding: 0px;
    }

.thumbnail-button {
    height: 80px;
    width: 100%;
    border-radius: 10px;
    line-height: 70px;
    text-align: center;
}

.button-middle {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

/* Admin */

.admin-nav-header {
    line-height: 20px !important;
    padding-bottom: 15px !important;
}

.nav-admin {
    padding: 0 !important;
    display: block;
}

.skin-red .wrapper, .skin-red .left-side {
    background-color: #f1f1f1;
}

.skin-red .main-sidebar{
    background-color: #513b3b;
}

.wrapper {
    /* position: relative; */
    overflow-x: hidden;
    overflow-y: auto;
}

.main-header {
    position: relative;
    max-height: 100px;
    z-index: 1030;
}

.skin-red .main-header .logo {
    background-color: #d52231;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.main-header .logo {
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    display: block;
    float: left;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    width: 250px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden;
}

.skin-red .main-header .navbar {
    background-color: #FF2D3D;
}

.main-header .navbar {
    -webkit-transition: margin-left .3s ease-in-out;
    -o-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    margin-bottom: 0;
    margin-left: 230px;
    border: none;
    min-height: 50px;
    border-radius: 0;
}

.main-header .navbar-custom-menu, .main-header .navbar-right {
    float: right;
}

.navbar-custom-menu > .navbar-nav > li {
    position: relative;
}

.skin-red .main-header .navbar .nav > li > a {
    color: #fff;
}

.navbar-nav > .user-menu > a {
    text-overflow: ellipsis;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
}

.main-header .navbar .nav > li.user > a > .fa, .main-header .navbar .nav > li.user > a > .glyphicon, .main-header .navbar .nav > li.user > a > .ion {
    margin-right: 5px;
}

.skin-red .main-header .navbar .nav > li > a {
    color: #fff;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    
}

.navbar-nav > .user-menu > .dropdown-menu, .navbar-nav > .user-menu > .dropdown-menu > .user-body {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.navbar-nav > .user-menu > .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 280px;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu {
    box-shadow: none;
    border-color: #eee;
}

.admin-nav {
    padding-top: 0px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    padding: 20px 10px;
    color: #fff;
    height: 145px;
    text-align: center;
}

.skin-red .main-header li.user-header {
    background-color: #FF2D3D;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    z-index: 5;
    color: #fff;
    color: rgba(255,255,255,.8);
    font-size: 17px;
    margin-top: 10px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #f9f9f9;
    padding: 10px;
}

.user-footer {
    display: inline-block;
    width: 100%
}

.pull-left {
    display: inline-block;
    width: 30%;
    float: left !important;
}

.pull-right {
    display: inline-block;
    width: 30%;
    float: right !important;
    margin-right: 5%;
}

.btn-user-footer {
    color: #666;
    box-shadow: none;
    border-width: 1px;
    border-radius: 0;
    background-color: #f4f4f4;
    border-color: #ddd;
}

.content-wrapper {
    min-height: 100%;
    background-color: #ecf0f5;
    z-index: 800;
    margin-left: 230px;
}

.main-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 50px;
    min-height: 100%;
    width: 230px;
    z-index: 810;
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
}

.sidebar {
    padding-bottom: 10px;
}

.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
    white-space: nowrap;
    overflow: hidden;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sidebar-menu > li {
        position: relative;
        margin: 0;
        padding: 0;
    }

.skin-red .sidebar-menu > li > a {
    border-left: 3px solid transparent;
}

.skin-red .sidebar a {
    color: #c3b7b7;
}

.sidebar-menu li > a {
    position: relative;
}

.sidebar-menu > li > a {
    padding: 12px 5px 12px 15px;
    display: block;
}

.skin-red .main-header .navbar .nav > li > a:hover, .skin-red .main-header .navbar .nav > li > a:active, .skin-red .main-header .navbar .nav > li > a:focus, .skin-red .main-header .navbar .nav .open > a, .skin-red .main-header .navbar .nav .open > a:hover, .skin-red .main-header .navbar .nav .open > a:focus, .skin-red .main-header .navbar .nav > .active > a {
    background: rgba(0,0,0,.1);
    color: #f6f6f6;
}

.dropdown-toggle::after {
    content: none;
}

.footer .footer-admin {
    float: right;
    text-align: right;
}

.content-header {
    position: relative;
    padding: 15px 15px 0 15px;
}

.content {
    min-height: 230px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.box-red {
    border-top-color: #ccc;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

    .box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
        content: " ";
        display: table;
    }

    .box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
        display: inline-block;
        font-size: 18px;
        margin: 0;
        line-height: 1;
    }

    .box-header > .fixed-table-toolbar .bs-bars {
        margin-right: 6px;
        line-height: initial;
    }

    .box-header > .fixed-table-toolbar .bs-bars, .box-header > .fixed-table-toolbar .search, .box-header > .fixed-table-toolbar .columns {
        margin-top: 0;
        margin-bottom: 0;
    }

.fixed-table-toolbar .bs-bars, .fixed-table-toolbar .search, .fixed-table-toolbar .columns {
    position: relative;
    line-height: 34px;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-top-left-right {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.fixed-table-footer, .fixed-table-header {
    overflow: hidden;
}

.fixed-table-body {
    overflow-x: auto;
    overflow-y: auto;
    height: 100%;
}

.bootstrap-table .table {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #ddd;
    border-collapse: collapse !important;
    border-radius: 1px;
}

.table-header {
    text-align: center;
    vertical-align: middle;
}

.table-cell {
    text-align: center;
    vertical-align: middle !important;
}

.fixed-table-body thead th .th-inner {
    box-sizing: border-box;
}

.fixed-table-container thead th .sortable {
    cursor: pointer;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 30px;
}

.fixed-table-container thead th .th-inner, .fixed-table-container tbody td .th-inner {
    padding: 8px;
    line-height: 24px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.text-purple {
    color: #605ca8 !important;
}

.text-red {
    color: #dd4b39 !important;
}

.fa-1-3x {
    font-size: 1.3em;
}

.btn-purple, .btn-purple:hover, .btn-purple:active, .btn-purple:focus {
    background-color: #ff2d3d !important;
    color: #fff;
}

@media (min-width: 992px) {
    .col-md-offset-3 {
        margin-left: 25%;
    }
}

@media (min-width: 992px) {
    .col-md-6 {
        width: 50%;
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.request-form {
    display: inline-block;
}

.request-checkbox {
    transform: scale(1.5);
}

.container-footer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
    text-align: left;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        width: 50%
    }

.activeTab {
    background-color: #605ca8 !important;
    color: white !important;
}

.tabcontent {
    display: none;
}

.tabcontent-default {
    display: block;
}

.close:focus {
    outline: none !important;
    outline-color: white !important;
}

.no-top-border {
    border-top: none !important;
    color: #4f2864;
}

.active, .collapsible:hover {
    background-color: #ccc;
}

.collapsible {
    color: #4f2864;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.content-collapsible {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}

.collapsible:after {
    content: '\002B';
    color: #4f2864;
    font-weight: bold;
    font-size: 14px;
}

.active:after {
    content: "\2212";
}

.no-padding {
    padding: 0 !important;
}

.no-border {
    border-color: transparent !important;
}

.requestCallBackLabel {
    width: 40%;
    color: #4f2864;
}

/*Custom styling*/
label.fileLabel input[type="file"] {
    position:absolute;
    top: -1000px;
}

.fileLabel {
    border: 2px solid #AAA;
    border-radius: 4px;
    padding: 2px 5px;
    margin: 2px;
    background: #DDD;
    display: inline-block;
}

.fileLabel:hover {
    background: #CCC;
}

.fileLabel:active {
    background: #CCF;
}

.fileLabel :invalid + span {
    color: #A44;
}

.fileLabel :valid + span {
    color: #4A4;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
    text-align: right;
}

.sticky {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
    background-color: #b7c1cd;
    z-index: 999;
}