﻿/* 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;
}

/* 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;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/* Body content and container styles
-------------------------------------------------- */

.ContainerRT {
    background-color: #f5f5f5;
    padding: 5px;
    height: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
}

.BodyContent {
    padding: 18px;
}

/* Login styles
-------------------------------------------------- */

.login-page {
    background: url(../images/background1.jpg);
    /*background-repeat:repeat-x;*/
}


/*Switch
-------------------------------------------------- */
.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #3377aa;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px);
}

/*------ ADDED CSS ---------*/
.on {
    display: none;
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 40%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

.off {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 60%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}


input:checked + .slider .on {
    display: block;
}

input:checked + .slider .off {
    display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.switchContent {
    width: 250px;
    position: relative;
}

.showActive {
    position: absolute;
    top: 5px;
    left: 80px;
}

/*--------- Remove borders in BodyContainer --------*/
.lessBorderContainer {
    margin: 0px;
}

.lessBorderContent {
    padding: 20px 0px !important;
}

@media (min-width: 1200px) {
    .lessBorderContainer {
        max-width: 1900px !important;
    }
}

@media (min-width: 992px) {
    .lessBorderContainer {
        max-width: 960px;
    }
}


/*Switch
-------------------------------------------------- */

.switchS {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 34px;
}

    .switchS input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.sliderS {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.sliderS:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .sliderS {
    background-color: #0000ff;
}

input:focus + .sliderS {
    box-shadow: 0 0 1px #0000ff;
}

input:checked + .sliderS:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(46px);
}

/* Rounded sliders */
.sliderS.round {
    border-radius: 34px;
}

.sliderS.round:before {
    border-radius: 50%;
}



/*Switch ClientServices*/
/* Rounded sliders */
.switchcs {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 25px;
}

.switchcs input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slidercs {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slidercs:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slidercs {
    background-color: #0000ff;
}

input:focus + .slidercs {
    box-shadow: 0 0 1px #0000ff;
}

input:checked + .slidercs:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.slidercs.round {
    border-radius: 34px;
}

.slidercs.round:before {
    border-radius: 50%;
}


    /*QC and DE Style*/

.dx-row.dx-data-row .ImageIdStyle {
    background-color: #e6e6e6;
    font-weight: bold;
}
