﻿/**************************************************
  Default Style Sheet for OTI
  Parent ID: OTI

  Theme Colors:
    Grey: #696868;
    Green: #013901
    Links: #18bc9c;
**************************************************/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

/**************************************************
  TODO: Organize CSS files
**************************************************/

html, body {
    margin: 0;
    padding: 0;
}

.nav-link-light {
    color: #ffffff;
}

/*BootStrap Override*/
.navbar-default {
    background: #0b0a0d;
    padding: 3px 15px;
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #defaff;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 11pt;
        letter-spacing: .3px;
    }

#divHeader {
    /*height: 100px;
    width: 100%;
    background: #424242 url(../ui-bg_diagonals-thick_8_333333_40x40.png) 50% 50% repeat;
    color: white;
    padding: 0;*/
    box-shadow: inset 0 20px 20px -20px #696868;
}

.headerText {
    font-size:24px;
}

.columnText {
    font-size:16px;
}

.badge.bg-secondary {
    letter-spacing: .05rem;
    font-size: 9pt;
}

/*#Content {
    padding-top: 0;
    width: 100% !important;
    height: 100% !important;    
}*/

.content-wrapper {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
}

.float-left {
    float: left;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

/*Square Box*/

.square-box {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 0 5px 0;
    background: #424242 url('../ui-bg_diagonals-thick_8_333333_40x40.png') 50% 50% repeat;
    color: #fff;
}

.square-box-clear {
    max-width: 500px;
    padding: 40px 40px;
    background-color: white;
    box-shadow: 0 1px 19px #00000014;
    margin: auto;
    top: 35%;
    transform: translateY(-35%);
    position: absolute;
    left: 0;
    right: 0;
}

.square-box-header {
    background-color: #424242;
    color: #f2f2f2;
    padding: 10px;
}


.square-box-title {
    color: #f2f2f2;
    padding: 10px;
    text-align: left;
    font-size: 1.8em;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.square-box-title-clear {
    /*color: #424242;*/
    padding-left: 10px;
    text-align: left;
    font-size: 1.8em;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.square-box-body {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*Custom Buttons*/

.btn-sm {
    font-size: 14px;
}

.large-button {
    background: white;
    border: 1px solid black;
    color: black;
    display: block;
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 75%;
    margin: auto;
    padding: 6px 12px;
    font-weight: normal;
    white-space: nowrap;
    touch-action: manipulation;
    user-select: none;
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .large-button:hover, .large-button:link, .large-button:active, .large-button:visited {
        color: white;
        background: linear-gradient(90deg, rgb(255, 196, 17) 0%, rgb(59, 195, 32) 35%, rgb(0, 139, 255) 79%, rgb(140, 35, 255) 100%);
    }

.extralarge-button {
    color: white;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
    font-size: 2em;
    text-decoration: none;
    display: block;
    height: 60px;
    margin: 10px auto;
    background-color: #013901;
}

.extralarge-button:hover {
    background: #2c503e;
}

.btn--light {
    background-color: #dfdfdf;
}

    .btn--light:hover {
        background-color: #d3d3d3;
        border-color: #d3d3d3;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

select {
    cursor: pointer;
}

.table {
    --bs-table-bg: transparent;
    --bs-table-striped-bg: transparent;
}

/*Inputs*/
/*input, textarea {
    border: 2px solid silver;
    background: #fff;
    color: #333;
    margin: 5px 0 6px 0;
    padding: 5px;
}

    input[type="textbox"] {
        width: 300px;
        height: 30px;
    }

    input[type="text"] {
        width: 300px;
        height: 30px;
    }

    input[type="password"] {
        width: 300px;
        height: 30px;
    }*/



/* product icon container
----------------------------------------------------------*/
.product-container {
    height: 200px;
    width: 200px;
    position:relative;
    background-color: #013901;
    padding: 10px 25px;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    color: white;
    text-align: center;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    cursor:default;
}
    .product-container:hover {
        background-color: #424242;
        cursor:pointer;
    }

.product-container-clicked {
    background-color: #424242 !important;
}

.forgot-password {
    color: #008BFF;
}

.back-arrow {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 16pt;
    cursor: pointer;
    color: black;
}

    .back-arrow:hover {
        color: #008BFF;
    }

/*Menu bar*/
div.menubar {
    position:relative;
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 0px !important;
}

    div.menubar div {
        border-top: 1px solid #d7d7d7;
        border-left: 1px solid #d7d7d7;
        border-bottom: 1px solid #d7d7d7;
        float: left;
        display: block;
        text-decoration: none;
        font-weight: bold;
        background-color: #f8f8f8;
        width: 110px;
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
    }

    div.menubar div.menutab-end {
        width: 1px;
    }

        div.menubar div.menutab-selected {
            background-color: white;
            border-bottom: none;
        }

        div.menubar div a {
            color: #545454;
            text-decoration: none;
        }

ul.menubar li.r {
    float: right;
}

ul.menubar li.lend {
    width: 10px;
    background-color: Silver;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

 /*div.menubar div:hover {
    background-color: #ededed;
    cursor: pointer;
}*/

  div.menubar div:not(.menutab-selected):hover {
    background-color: #ededed;
    cursor: pointer;
}


  tr.hr td{
      background-color: #013901;
      color: white;
  }


  tr.dr td{
      border-bottom: 1px solid #424242;
      color: #424242;
  }
    
 /*  ///////////////    Progress Loader ///////////////////  */

.dialogSaveOverlay {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../../Images/ajax-loader.gif') 50% 50% no-repeat;
}

.dialogSaveOverlayMessage {
    height: 100%; 
    width: 200px; 
    margin-left: auto; 
    margin-right: auto; 
    text-align: center; 
    margin-top: 40px;
    font-size: 24px;
    color: #013901;
    font-weight: bold;
}
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .dialogSaveOverlay {
    display: block;
}

hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #000 !important;
}



/*JqueryUI Override*/
.dataTables_wrapper
{
    min-height:0 !important;
}

select.form-control {
    -webkit-appearance: auto;
    -moz-appearance: none;
    appearance: auto;
}

input.form-control {
    height: 35px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}