﻿/* 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. */

@font-face {
    font-family: "Open Sans";
    src: url('/fonts/Open Sans/OpenSans-SemiBold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: "Open Sans";
    src: url('/fonts/Open Sans/OpenSans-SemiBold.ttf');
    font-weight: 500;
}

@font-face {
    font-family: "Open Sans";
    src: url('/fonts/Open Sans/OpenSans-light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: "Open Sans";
    src: url('/fonts/Open Sans/OpenSans-Regular.ttf');
    font-weight: normal;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/fonts/Glyphicons Halflings/glyphicons-halflings-regular.eot');
    src: url('/fonts/Glyphicons Halflings/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Glyphicons Halflings/glyphicons-halflings-regular.woff2') format('woff2'), url('/fonts/Glyphicons Halflings/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/Glyphicons Halflings/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/Glyphicons Halflings/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: blue;
  cursor:pointer;
}
    a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
        color: white;
    }
.btn-primary {
    color: #fff;
    background-color: #3a5fff !important;
    border-color: #3a5fff;
}
    .btn-primary:hover {
        background-color: #338def !important;
        border-color: #338def;
    }

.btn-white {
    color: #3a5fff !important;
    background-color: white !important;
    border-color: #3a5fff;
    box-shadow: none !important;
    cursor: pointer;
}

    .btn-white:hover {
        color: white !important;
        background-color: #3a5fff !important;
        border-color: #3a5fff;
    }
.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 */
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #676a6c;
    font-weight:400;
    font-size:14px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.color-main {
    color: #3a5fff !important;
}
.color-main-bg {
    background-color: #3a5fff !important;
}


.z-depth-0 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.z-depth-0-half {
    -webkit-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.17);
}

.z-depth-1 {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.z-depth-1-half {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.z-depth-2 {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-3 {
    -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}


.background-responsive {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
    width: 100%;
}
.sidenav-toggle {
    color: white !important;
    background-color: #3a5fff !important;
    border-color: #3a5fff !important;
    border-width:3px;
    border-style:solid;
    padding-right:10px;
    padding-left:10px;
    height:34px;
    cursor:pointer;
    border-radius:5px;
    margin-left:10px;
    display:flex;
    align-items:center;
}

.sidenav {
    background-color: #2f4050;
    color: white;
    height: var(--app-height);
    
    width: 0px;
    overflow: auto !important;
    transition: 0.5s;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    flex-shrink: 0;
}

    .sidenav::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
.sidenav {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
    .sidenav a, .sidenav div {
        padding: 14px 20px 14px 30px;
        text-decoration: none;
        font-size: 14px;
        color: #a7b1c2 !important;
        display: block;
        font-weight: 500;
        cursor: pointer;
    }

        .sidenav .selected, .sidenav a:hover {
            color: white !important;
            background-color: #293846;
        }

        .sidenav div:hover {
            color: white !important;
            background-color: #293846;
        }

        .sidenav div a:hover {
            background-color: initial;
        }

        .sidenav div div {
            padding-left: 13px;
            padding-top: 0px;
        }

    .sidenav .collapse, .sidenav .collapsing {
        border-left: 4px solid green;
    }
    .sidenav .fa.arrow
    {
        margin-top:5px;
        float:right;
    }
    .sidenav .fa.arrow:before {
        content: "\f107";
    }
    .sidenav .collapsed .fa.arrow:before {
        content: "\f104";
    }
.img-circle {
    border-radius: 50%;
    height:auto;
}

.align-middle{
    display:flex;
    align-items:center;
}
a:hover
{
    text-decoration:none;
}
.searching-label {
    display: flex;
    align-items: center;
    font-weight: bold;
    flex-wrap: nowrap;
}


@media (min-width: 768px) {
    .searching-label {
    }
}

@media (max-width: 767px) {
    .searching-label {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}


.white-rounded-container {
    border-radius: 20px;
    background-color: white;
    border: 1px solid #dee2e6;
    padding-top: .5rem !important;
    padding-bottom: 1rem !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: .5rem !important;
    margin-right: .5rem !important;
}

.white-rounded-container-header {
    font-size: 20px;
    margin-left: 1.5rem !important;
    margin-bottom: 1rem !important;
}

    .white-rounded-container-header a {
        margin-bottom: 3px;
    }

@media (min-width: 768px) {
    .white-rounded-container-header {
        display: flex;
        white-space: nowrap;
    }
}
.input-label {
    font-weight: bold;
    margin-bottom: 4px;
}

    .input-label ~ input, .input-label ~ textarea, .input-label ~ select, .input-label ~ div {
        margin-bottom: 12px;
    }


.searching-label {
    display: flex;
    align-items: center;
    font-weight: bold;
    flex-wrap: nowrap;
}

.row {
    margin: 0;
}

@media (min-width: 768px) {
    .searching-label {
    }
}

@media (max-width: 767px) {
    .searching-label {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6 .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    padding-top: 3px;
    padding-bottom: 8px;
}
.error {
    color: red;
    font-size: 14px;
    font-style: italic;
}


table.dataTable {
    clear: both;
    max-width: none !important
}

    table.dataTable td, table.dataTable th {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }

        table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
            text-align: center
        }

    table.dataTable.nowrap th, table.dataTable.nowrap td {
        white-space: nowrap
    }

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right
}

    div.dataTables_wrapper div.dataTables_filter label {
        font-weight: normal;
        white-space: nowrap;
        text-align: left
    }

    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0.5em;
        display: inline-block;
        width: auto
    }

div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right
}

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 2px 0;
        white-space: nowrap
    }

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 30px
}

table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
    outline: none
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative
}

    table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
        position: absolute;
        bottom: 8px;
        right: 8px;
        display: block;
        font-family: 'Glyphicons Halflings';
        opacity: 0.5
    }

    table.dataTable thead .sorting:after {
        opacity: 0.2;
        content: "\e150"
    }

    table.dataTable thead .sorting_asc:after {
        content: "\e155"
    }

    table.dataTable thead .sorting_desc:after {
        content: "\e156"
    }

    table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
        color: #eee
    }

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

    div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
        display: none
    }

    div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
        border-top: none
    }

div.dataTables_scrollFoot table {
    margin-top: 0 !important;
    border-top: none
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: center
    }
}

table.dataTable.table-condensed > thead > tr > th {
    padding-right: 20px
}

table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
    top: 6px;
    right: 6px
}


table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0
}

    table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
        border-right-width: 0
    }

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 0
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0
}

div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0
}

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
        padding-left: 0
    }

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
        padding-right: 0
    }



.tree {
}

    .tree ul {
        position: relative;
        padding: 1em 0;
        white-space: nowrap;
        margin: 0 auto;
        text-align: center;
    }

        .tree ul::after {
            content: '';
            display: table;
            clear: both;
        }

    .tree li {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        list-style-type: none;
        position: relative;
        padding: 1em 0.5em 0 0.5em;
    }

        .tree li::before, .tree li::after {
            content: '';
            position: absolute;
            top: 0;
            right: 50%;
            border-top: 1px solid #ccc;
            width: 50%;
            height: 1em;
        }

        .tree li::after {
            right: auto;
            left: 50%;
            border-left: 1px solid #ccc;
        }

        .tree li:only-child::after, .tree li:only-child::before {
            display: none;
        }

        .tree li:only-child {
            padding-top: 0;
        }

        .tree li:first-child::before, .tree li:last-child::after {
            border: 0 none;
        }

        .tree li:last-child::before {
            border-right: 1px solid #ccc;
            border-radius: 0 5px 0 0;
        }

        .tree li:first-child::after {
            border-radius: 5px 0 0 0;
        }

    .tree ul ul::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        border-left: 1px solid #ccc;
        width: 0;
        height: 1em;
    }

    .tree a {
        border: 1px solid #ccc;
        padding: 0.5em 0.75em;
        text-decoration: none;
        display: inline-block;
        border-radius: 5px;
        color: #333;
        position: relative;
        top: 1px;
    }

        .tree a:hover, .tree a:hover + ul li a {
            background: #e9453f;
            color: #fff;
            border: 1px solid #e9453f;
        }

            .tree a:hover + ul li::after, .tree a:hover + ul li::before, .tree a:hover + ul::before, .tree a:hover + ul ul::before {
                border-color: #e9453f;
            }

.red-dot {
    background-color: red;
    border-radius: 50%;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 30px;
    text-align: center;
    float: right;
    margin-top: -5px;
    height: 30px;
    display: block;
    font-size:12px;
}



/*start of add on */

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon,
.input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    background-color: #fff;
    border: 1px solid #E5E6E7;
    border-radius: 1px;
    color: inherit;
    font-size: 1rem;
    font-weight: 400;
    padding: 6px 12px;
    text-align: center;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }


.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}


.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}


.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
}

/*end of add on */

/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-green,
.iradio_square-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(green.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-green {
    background-position: 0 0;
}

    .icheckbox_square-green.hover {
        background-position: -24px 0;
    }

    .icheckbox_square-green.checked {
        background-position: -48px 0;
    }

    .icheckbox_square-green.disabled {
        background-position: -72px 0;
        cursor: default;
    }

    .icheckbox_square-green.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-green {
    background-position: -120px 0;
}

    .iradio_square-green.hover {
        background-position: -144px 0;
    }

    .iradio_square-green.checked {
        background-position: -168px 0;
    }

    .iradio_square-green.disabled {
        background-position: -192px 0;
        cursor: default;
    }

    .iradio_square-green.checked.disabled {
        background-position: -216px 0;
    }
    .label-title{
        font-weight:bold;
        margin-bottom:2px;
        font-size:15px;

    }


.select-border,.game-select-border {
    border-radius: 5px;
    border-color: darkgrey;
    border-width: 2px;
    border-style:solid;
}
    .select-border.selected, .game-select-border.selected {
        border-color: #3a5fff;
        border-width: 3px;
    }
    .select-border:hover, .game-select-border:hover {
        border-color: #3a5fff;
        border-width: 3px;
    }

    label{
        margin-bottom:0px;
    }


.report-box {
    text-align: center;
    font-size: 12px;
    background-color: rgba(26,179,148,0.9);
    color: white;
    padding-bottom: .5rem !important;
    padding-top: .5rem !important;
    padding-left: 0px;
    padding-right: 0px;
    width: 12.5%;
}
.report-box-label
{
    font-size:12px;
}
.report-box-content {
    margin-top: 0.25rem;
    font-size: 15px;
}
.dt-info {
    height:100%;
    display:flex;
    justify-content:center;align-items:center;
}
div.dt-container .dt-paging .dt-paging-button {
padding:0 !important;
}