﻿:root {
    /*--color1: #000000;
    --color2: #f1f1f1;
    __color3: #04AA6D;
    --color9: #3a9d9a;
    --blue: #1e90ff;*/
    --form-control-disabled: #959495;
    /*Paleta 1*/
    --color10: #2F3A59;
    --color11: #359AF2;
    --color12: #21BFA2;
    --color13: #D96A6A;
    --color14: #262626;
    --color15: #222222;
    --color16: #424242;
    --color17: #31385D;
    /*Paleta 2*/
    --color20: #07070D;
    --color21: #144017;
    --color22: #37D932;
    --color23: #33A621;
    --color24: #F24444;
    --color25: #252526;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

h1 {
    color: var(--color10);
}

h2 {
    color: var(--color10);
}

.center_text {
    text-align: center;
    color: white;
}

.left_text {
    text-align: left;
    color: white;
}

.center_image_uc2 {
    display: flex;
    justify-content: center;
    width: 30%;
}

.center_image_uc {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

.no_padding{
    padding: 0px;
    margin: 0px;
}

.center {
    display: flex;
    justify-content: center;
}

/* flex box, all on one row */
.footerLogos {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    padding-top: 20px;
    padding-left: 10px;
    vertical-align: central;
}

/* flex box, in a column */
.footerLogosCol {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30px;
}

#container {
    min-height: 100%;
    position: relative;
}

#header {
    background: #ff0;
    padding: 10px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 10px;
}

form {
    /*border: 3px solid #f1f1f1;*/
    /*border: hidden;*/
}

/* Full-width inputs */
input[type=text], input[type=password] {
    width: 100%;
    padding: 8px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 2px solid #ffffff;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button {
    background-color: #04AA6D;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

/* Add a hover effect for buttons */
button:hover {
    opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

.backbtn {
    width: auto;
    height: auto;
    margin-top: 20px;
    padding: 10px 18px;
    background-color: transparent;
}

/* Add padding to containers */
.container {
    padding: 16px;
}

body {
    margin: 0;
    padding: 0;
    /*background: url(https://i.ibb.co/VQmtgjh/6845078.png) no-repeat;*/
    /*background-color: #d2dcb1;*/
    height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-family: sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.editBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 600px;
    height: 400px;
    background: #000000;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    font-size:1em;
}

.editBox input {
    width: 98%;
    margin-bottom: 20px
}

.editBox input[type="text"], .editBox input[type="password"] {
    border: 2px solid #262626;
    outline: none;
    height: 30px;
    color: #fff;
    background: transparent;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.editBox-larger {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 700px;
    height: 500px;
    background: #000000;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 1em;
}

.editBox-larger label {
    padding: 2px 2px;
}

.editBox-larger input[type=text] {
    padding: 5px;
    margin: 2px;
    font-size: 12px;
    height:30px;
}

.textReadOnly {
    color: #42F3FA;
    border: 2px solid #f1f1f1;
}

.textReadOnly:focus {
    color: #42F3FA;
    border: 2px solid #262626;
}

.textReadOnly:hover {
    color: #42F3FA;
    border: 2px solid #262626;
}

.editBox-dropdown {
    border: 2px solid #262626;
    outline: none;
    height: 30px;
    color: #fff;
    background: transparent;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.editBox-dropdown-larger {
    border: 2px solid #262626;
    outline: none;
    height: 30px;
    color: #fff;
    background: black;
    font-size: 12px;
    margin:0px;
    padding-left: 5px;
    padding-right: 10px;
    box-sizing: border-box;
}

.editBox-dropdown-content {
    /*display: none;*/
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.ddlStyle {
    background-color: black;
}

.ddlStyle-larger {
    background-color: red;
}

.editBox-dropdown:hover {
    color: #42F3FA;
    border: 1px solid #42F3FA;
    box-shadow: 0 0 5px rgba(0,255,0,.3), 0 0 10px rgba(0,255,0,.2), 0 0 15px rgba(0,255,0,.1), 0 2px 0 black
}

.editBox-dropdown:focus {
    border: 2px solid #42F3FA;
}

.editBox input[type="text"]:hover, .editBox input[type="password"]:hover {
    color: #42F3FA;
    border: 1px solid #42F3FA;
    box-shadow: 0 0 5px rgba(0,255,0,.3), 0 0 10px rgba(0,255,0,.2), 0 0 15px rgba(0,255,0,.1), 0 2px 0 black
}

.editBox input[type="text"]:focus, .editBox input[type="password"]:focus {
    border: 2px solid #42F3FA;
}

.editBox input[type="submit"] {
    border: none;
    outline: none;
    height: 40px;
    font-size: 16px;
    background: #59238F;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    width: 100%;
}

.inputBox {
    position: relative;
    top: 0px;
    left: 0px;
}

.inputBox span {
    position: absolute;
    top: 10px;
    color: #262626
}

.editBox a {
    color: #262626;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: block
}

.editBox-button {
    border: none;
    outline: none;
    overflow: hidden;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    background-color: transparent;
    background-repeat: no-repeat;
    color: #262626;
    cursor: pointer;
    padding: 0px;
    position: absolute;
    width: 100px;
    right: 0;
    bottom: 20px;
}

.editBox-button-left {
    border: none;
    outline: none;
    overflow: hidden;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    background-color: transparent;
    background-repeat: no-repeat;
    color: #262626;
    cursor: pointer;
    padding: 0px;
    position: absolute;
    width: 100px;
    left: 5px;
    bottom: 20px;
}

.editBox-button:hover, .editBox-button-left:hover {
    color: #00ffff
}

a:hover {
    color: #00ffff
}

p {
    color: #0000ff
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 5px 0px;
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 350px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url("/img/ilgqWuX.png");
    display: none;
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url("/img/Q9BGTuy.png");
    display: none;
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url("/img/Z8q7ww7.png");
    display: none;
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url("/img/GnyDvKN.png");
    display: none;
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url("/img/GnyDvKN.png");
    display: none;
}

.boxes {
    content: "";
    display: table;
    clear: both;
}

.div-2columns {
    float: left;
    height: 80px;
    width: 50%;
    padding: 0px;
    margin:0px;
}

.div-2columns1 {
    float: left;
    height: 80px;
    width: 60%;
    padding: 0px;
}

.div-2columns2 {
    float: left;
    height: 80px;
    width: 35%;
    padding: 0px;
}

.div-2columns-larger {
    height: 150px;
}

.div-3columns1 {
    float: left;
    height: 80px;
    width: 40%;
    padding: 0px;
}

.div-3columns4 {
    float: left;
    height: 80px;
    width: 20%;
    padding: 0px;
}

.div-3columns5 {
    float: left;
    height: 80px;
    width: 40%;
    padding: 0px;
}

.div-3columns6 {
    float: left;
    height: 80px;
    width: 33%;
    padding: 0px;
}

.div-3columns7 {
    float: left;
    height: 80px;
    width: 25%;
    padding: 0px;
}

.div-3columns2 {
    float: left;
    height: 80px;
    width: 30%;
    padding: 0px;
}

.div-3columns8 {
    float: left;
    height: 80px;
    width: 55%;
    padding: 0px;
}

.div-3columns9 {
    float: left;
    height: 80px;
    width: 90%;
    padding: 0px;
}

.div-3columns10 {
    float: left;
    height: 80px;
    width: 5%;
    padding: 0px;
}

.div-3columns3 {
    float: left;
    height: 80px;
    width: 70%;
    padding: 0px;
}

.breakout {
    margin: 1em -100%; /* old browsers fallback */
    margin: 1em calc(50% - 50vw);
    background-color: rgba(255,0,255,0.5)
}

#imgUser {
    cursor: pointer
}

.editButton {
    cursor: pointer;
    height: 20px;
    padding:0px;
    margin: 0px;
    box-sizing: border-box;
    color:white;
}

.listBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width:900px;
    min-height:500px;
    overflow-x: auto;
    background-color: #000;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    color: white
}

.gridview {
    width: 100%;
    border: none;
    overflow:auto;
    max-height: 400px;
    background-color: #000;
    color: #fff;
    box-sizing: border-box;
}

.gridview a /** FOR THE PAGING ICONS **/ {
    background-color: Transparent;
    padding: 2px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.gridview a:hover /** FOR THE PAGING ICONS HOVER STYLES**/ {
    background-color: #383838;
    color: #000;
}

.gridview span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/ {
    background-color: #fff;
    color: #000;
    padding: 2px;
}

.pager {
    background-color: #646464;
    color: White;
    height: 20px;
    text-align: center;
}

.gridview td, .gridview tr {
    padding: 2px;
    margin: 0px;
    white-space: nowrap;
    height: 20px;
    border:none;
    color: #fff;
}

.gridview header {
    color: #fff;
}

tr:nth-child(even) {
    background-color: #383838;
    color: #fff;
}

/*tr:nth-last-child(-n+2), tr:nth-last-child(-n+2):hover {
    background-color: #000;
    color: black;
}
tr:nth-last-child(-n+1), tr:nth-last-child(-n+1):hover {
    background-color: #000;
    color: black;
}
tr:nth-child(n+9):hover {
    background-color: #000;
}
tr:nth-child(n+9) {
    background-color: #000;
}
tr:nth-child(-n+1):hover {
    background-color: #000;
}
*/

tr:hover {
    /*background-color: darkorange;*/
    /*color: black;*/
    background-color: #000;
    color: white;
}

.no_record {
    background-color: #000;
    color: white;
}

.no_record:hover {
    background-color: #000;
    color: white;
}

.gridview th {
    padding: 2px;
    margin: 2px;
    white-space: nowrap;
    height: 20px;
    color: #fff;
    border-bottom: 2px solid white;
}

.gridview td {
    height:20px;
}

.labelBlock {
    color:#fff;
    display:block;
}

.container-checkbox, input[type=checkbox] {
    display: block;
    position: relative;
    padding-left: 30px;
    padding-top: 10px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    place-content: center;
}

/* Hide the browser's default checkbox */
container-checkbox input, input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    color: #fff;
}

/* On mouse-over, add a grey background color */
container-checkbox:hover input ~ .checkmark, input[type=checkbox]:hover input ~ .checkmark:after {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
container-checkbox input:checked ~ .checkmark, input[type=checkbox]:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
container-checkbox input:checked ~ .checkmark:after, input[type=checkbox]:checked ~ .checkmark:after {
    display: block;
    color: #fff;
}

/* Style the checkmark/indicator */
container-checkbox .checkmark:after, input[type=checkbox] .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.customTextBox-readOnly {
    border: 2px solid #f1f1f1;
    outline: none;
    height: 30px;
    color: #bebbbb;
    background: transparent;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    width: 98%;
}

.textReadOnly:hover, .customTextBox-readOnly:hover {
    color: #42F3FA;
    border: 2px solid #262626;
}

.forceBorder {
    border: 2px solid #f1f1f1;
    box-sizing: border-box;
}

.labelTitle {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
    text-align: center;
    padding-bottom: 20px
}

.labelTitle2 {
    color: aqua;
    display: block;
    text-align: center;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    background-color: darkorange;
}

.labelFooter {
    color: #9d9090;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    text-align: left;
    padding: 5px;
}

.div-footer {
    padding: 0px;
    margin: 0px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    height: 10px;
}

.btn-footer {
    display:inline;
    float:left;
    padding: 0px;
    margin:0px;
}

.btn-footer-submit {
    /*clear:both;*/
    padding: 10px;
    /*margin-top: 100px;*/
    height: 30px;
    width:100%;
}

.div-footer-btn {
    float: left;
    height: 30px;
    width: 20px;
    padding: 0px;
    margin:0px;
    padding-top: 5px;
}

.div-footer-lbl1 {
    float: left;
    height: 30px;
    width: 110px;
    padding: 0px;
    margin: 0px;
    padding-top: 5px;
}

.div-footer-lbl2 {
    float: left;
    height: 30px;
    width: 70px;
    padding: 0px;
    margin: 0px;
    padding-top: 5px;
}

.freezeHeader {
    position: relative;
    top: expression(this.offsetParent.scrollTop);
    z-index: 10
}

.divMain {
    width:100%;
    height:100%;
    padding:0px;
    margin:0px;
    overflow:hidden;
    background-color:black;
}

.searchBox {
    min-height: 0px;
    width: 500px;
    height: 40px;
    padding: 0px 5px 5px 5px;
    margin: 0px;
    transform: none;
    top: 5px;
    left: 5px;
}

.searchBox input[type=text] {
    padding: 0px;
    margin: 5px;
    width: 300px;
    display: inline;
}

.hero-image {
    /*background-image: url("/img/build1.jpg");
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: 1800px 1200px;
    background-color: #0F181D;
    background-color: #ccc;*/
    color: azure;
    overflow-y: auto;
    font-weight: 400;
}

.client-activate {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    padding: 10px;
    /*background: #ccc;*/
    /*border: 1px solid rgba(0, 0, 0, 0.6);*/
    /*border-radius: 10px;*/
    box-sizing: border-box;
    font-size: 1em;
    margin-top: 0;
    color:black;
}

.client-activate-form1 {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 350px;
    height: 100%;
}

.client-activate-form2 {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 80%;
    max-width: 400px;
    height: 100%;
}

.btn-primary, .btn-success {
    font-size:1.5em;
    background-color:var(--blue);
    border-radius:8px;
    height: 40px;
    padding-top: 5px;
}

.step3 {
    /*background-color: lightblue;*/
}

.step3 span {
    color: var(--info);
    font-size: 1em;
    width: 90%;
}


@media screen and (max-width: 768px) {
    .client-activate {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        padding: 10px;
    }

    .client-activate-form1 {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -40%);
        width: 80%;
        max-width:350px;
        height: 100%;
    }

    .client-activate-form2 {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -40%);
        width: 80%;
        max-width: 400px;
        height: 100%;
    }

}

.form-control-custom {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control-label {
    padding: 0;
    margin: 0;
}

.uppercase {
    text-transform: uppercase;
}

.error_email {
    /*border: 1px solid;
    margin: 2px;
    padding: 2px;
    background-color: var(--danger);
    background-position: 10px center;*/
    font-size: 0.75em;
    color: var(--danger);
}

input[readonly] {
    background: #CCC;
    color: #333;
    /*border: 1px solid #666*/
}