﻿/* 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;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

#break {
    clear:both;
    width: 100%;
    height: 0;
    border-top:solid;
    border-top-width:1px;
    border-top-color:#efefef;
}

/* 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: 120px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /*line-height: 50px;*/ /* Vertically center the text there */
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

/* Layout padding fix for the navbar so that it aligns perfectly with the content */
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-left: 15px !important;
    padding-right: 0px !important;
}

/* Layout padding fix for the navbar so that it aligns perfectly with the content */
.navbar > .container,
.navbar > .container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* Style the list */
ul.breadcrumb {
    padding: 0px 0px 0px 0px !important;
    margin-bottom: 0px !important;
    list-style: none;
    background-color: #fff;
}

/*Display list items side by side*/ 
ul.breadcrumb li {
display: inline;
}

/*Add a slash symbol (/) before/behind each list item*/
ul.breadcrumb li + li:before {
    padding: 3px;
    color: black;
    content: "/\00a0";
}

/*Add a color to all links inside the list*/ 
ul.breadcrumb li a {
color: #0275d8;
text-decoration: none;
}

/*Add a color on mouse-over*/ 
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

tr td {
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 2px 0px !important;
}

/*Make the image fully responsive*/
.carousel-inner img {
    width: 100%;
    height: 100%;
    position: relative;
}

.carousel-caption {
    opacity: 1.0 !important;
    filter: alpha(opacity=100) !important; 
}

.carousel-text-top-left {
    opacity: 1.00 !important;
    filter: alpha(opacity=85) !important;
    position: absolute;
    left: 18px;
    top: 18px;
}

.carousel-text-top-centered {
    opacity: 1.00 !important;
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.carousel-text-top-right {
    opacity: 1.00 !important;
    filter: alpha(opacity=85) !important;
    position: absolute;
    right: 18px;
    top: 18px;
}

.carousel-text-bottom-left {
    opacity: 1.00 !important;
    filter: alpha(opacity=85) !important;
    position: absolute;
    left: 18px;
    bottom: 18px;
}

.carousel-text-bottom-centered {
    opacity: 1.00 !important;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.carousel-text-bottom-right {
    opacity: 1.00 !important;
    filter: alpha(opacity=85) !important;
    position: absolute;
    right: 18px;
    bottom: 18px;
}

/* Start of navigation slider from side */
.overlay {
    width: 0;
    position: fixed;
    z-index: 1;
    top: 65px;
    left: 0;    
    background-color: #efefef;
    opacity: 0.85;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    color: #212121;
    text-align: left;
    margin-top: 30px;
    padding-left: 5%;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    color: #212121;
    opacity: 1.0;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #0366d6;
    opacity: 1.0;
}

.overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 0px;
        right: 35px;
    }
}
/* End of navigation slider from side */

/* Start of navigation slider from top */
.overlaytop {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 77px;
    left: 0;
    background-color: #f7f7f7;
    opacity: 1.00;
    overflow-y: hidden;
    transition: 0.5s;
}

.overlaytop-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: left;
    color: #212121;
    margin-top: 30px;
    padding-left: 10%;
}

.overlaytop a {
    padding: 8px;
    text-decoration: none;
    color: #212529;    
    opacity: 1.0;
    display: block;
    transition: 0.3s;
}

.overlaytop a:hover, .overlaytop a:focus {
    color: #0366d6;
    opacity: 1.0;
}

.overlaytop .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlaytop a {
    }

    .overlaytop .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
/* End of navigation slider from top */

.setforward {
    z-index: 1 !important;
}

.setforwardmore {
    z-index: 100 !important;
}

/* Container holding the image and the text */
.imagecontainer {
    position: relative;
    margin: 0;
    padding: 0;
}

/* Bottom text */
.text-block {
    position: absolute;
    bottom: 0px;
    background-color: #999999;
    color: #444444;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 15px;
    text-align: center;
    margin-top: 15px;
    margin-left: 0px;
    margin-right: 0px;
    background: rgba(255, 255, 255, .5);
}

.text-block-large {
    position: absolute;
    bottom: 7px;
    background-color: white;
    color: #333;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 98%;
    margin-left: 1px;
    margin-right: 1px;
}

.text-block-medium {
    position: absolute;
    bottom: 50px;
    background-color: white;
    color: #333;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 98%;
    margin-left: 1px;
    margin-right: 1px;
}

.text-block-small {
    position: absolute;
    bottom: 30px;
    background-color: white;
    color: #333;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    width: 98%;
    margin-left: 1px;
    margin-right: 1px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.navbar-dark .navbar-toggler-icon {
    opacity: 1.00 !important;
}

.navbar-toggler.nav-open .navbar-toggler-icon {
    background: none !important;
    font-size: 20px;
    color: #555;
    padding-top:4px;
}

.navbar-toggler.nav-open .navbar-toggler-icon:after {
    content:'X';
}

.line {
    margin: 0 0 0em;
    line-height: 2em;
    padding: 0;
    color: #333333;
    font-size: 1.4em;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.line:before, .line:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-left: -999em;
    height: 1px;
    width: 998em;
    border-top: 1px #e5e5e5 !important;
    background: rgba(0,0,0,0.2);
}

.line:after {
    left: auto;
    width: 999em;
    margin: 0 0 0 1em;
}

.welcome {
    font-size: 24px;
    padding-bottom: 10px;
    padding-top: 5px;
}

.video-embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#subnavwork a {
    color: #212529;
    opacity: 1.0;
    font-weight: normal;
    font-style: normal;
    padding: 0px 6px;
    word-wrap: normal;
    display: inline-block;
}

#subnavwork a:hover {
    color: #0366d6;
    opacity: 1.0;
    font-weight: normal;
}

#subnavwork a:focus {
    color: #0366d6;
    opacity: 1.0;
    font-weight: bold;
    font-style: normal;
}

#subnavwork a:active {
    color: #0366d6;
    opacity: 1.0;
    font-weight: bold;
    font-style: normal;
}

.card-text a {
    text-decoration: none !important;
    color: #212121 !important;
}

.card-text a:hover {
    text-decoration: underline !important;
    color: #0366d6 !important;
}

.navverticalspacing {
    margin-top: 0 !important;
    margin-bottom: 4px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.loginstatus {
    color: #cccccc;
}

#toolbarleft {
    width: 45%;
    float: left;
    display: block;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #666666;
}

#toolbarright {
    width: 45%;
    float: right;
    display: block;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.toolbardropdown {
    height: 30px;
    border-color: #cccccc;
    color: #787878;
}

.toolbarheading {
    height: 30px;
    font-size: 22px;
    line-height: 30px;
    color: #787878;
}

.toolbardropdown-item.active, .dropdown-item:active {
    background-color: #dddddd;
}

.k-button:hover {
    background-color: #fff !important;
}

.jumbotron {
    background-image: url("../files/images/wow/banner_mobile.png");
    background-size: cover;
    background-color: white;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 0;
    min-height: 500px;
    text-align: center;
    vertical-align: central;
    align-items: center;
}

.btn-xlarge {
    padding: 18px 28px;
    font-size: 22px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.blockbuttonblack {
    display: block;
    width: 100%;
    border: none;
    padding: 14px 28px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    text-align: center;
}

.blockbuttonwhite {
    display: block;
    width: 100%;
    border: none;
    padding: 14px 28px;
    font-size: 18px;
    font-weight: 500;
    color: white;
    cursor: pointer;
    text-align: center;
}

/* Start of Tab styles */
/* Style the tab */
.tab {
    overflow: hidden;
    border: none;
    background-color: #ffffff;
}

/* Style the buttons that are used to open the tab content */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding-left: 20px;
padding-top: 14px;
padding-right: 20px;
padding-bottom: 14px;
transition: 0.3s;
background-color: #f7f7f7;
color: #222;
font-size: 16px;
font-weight: 500;
border-right-style: solid;
border-right-width: 5px;
border-right-color: white;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #dddddd;
    color: #222;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #eaeaea;
    color: #222;
}

/* Style the tab content */
.tabcontent {
display: none;
padding: 0px;
border: none;
}

.tabcontent.active {
display: block !important;
padding: 0px;
border: none;
}

.bg-dark {
    /*background-color: #e3e3e3 !important;*/
    background-color: #f7f7f7 !important;
    font-weight: 400 !important;
}

.btn-notstarted {
    color: #222;
    background-color: #ffc2b3;
    border-color: #ffc2b3;
}

.btn-notstarted:hover {
    color: #222;
    background-color: #ffc2b3;
    border-color: #ffc2b3;
}

.btn-inprogress {
    color: #222;
    background-color: #ffdd99;
    border-color: #ffdd99;
}

.btn-inprogress:hover {
    color: #222;
    background-color: #ffdd99;
    border-color: #ffdd99;
}

.btn-completed {
    color: #222;
    background-color: #ccffcc;
    border-color: #ccffcc;
}

.btn-completed:hover {
    color: #222;
    background-color: #ccffcc;
    border-color: #ccffcc;
}

.redreturnmessage {
    color: #d9534f;
}

.greenreturnmessage {
    color: #5cb85c;
}

#cover-spin {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

/* Spinner */

@@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 50%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #275b97;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

/* End of Tab styles */