﻿/*Start of Master page Design*/
@font-face {
    font-family: 'SIFONN_BASIC';
    src: url('../fonts/SIFONN_BASIC.otf') format('truetype');
}

@font-face {
    font-family: "AllerLight";
    src: url("../fonts/Aller_Lt.eot?") format("eot"),url("../fonts/Aller_Lt.woff") format("woff"),url("../fonts/Aller_Lt.ttf") format("truetype"),url("../fonts/Aller_Lt.svg#Aller-Light") format("svg");
    font-weight: normal;
    font-style: normal;
}

.btn-larger {
    font-size: 17px !important;
}

@font-face {
    font-family: 'LiberationSans';
    src: url('../fonts/LiberationSans-Regular.ttf') format('truetype');
}

.ui-autocomplete-multiselect-item-val
{
    display:none;
}

.odd {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.btn-200
{
    width: 200px !important;
}

.form-control-max-width {
    max-width: 400px;
}

.close-icon {
    color: red;
    float: left;
    margin-top: 4px;
    margin-right: 2px;
    font-size: 13px;
    cursor: pointer;
}

.ui-icon-close {
    float: left;
    margin-top: 3px !important;
    color: red !important;
}

.ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png") !important;
}



.pl-1 {
    padding-left: 5px;
}

.table-grid-main {
    font-size: 14px;
}

h4 {
    font-size: 18px;
}

.pb-10
{
    padding-bottom: 110px;
}

.panel-title
{
    font-size:15px;
}

.header-small
{
    font-weight:bold;
    padding-top:10px;
    padding-bottom:0px;
}

.header_main {
    font-weight: bold;
    font-size: 21px;
    padding-top: 15px;
    padding-bottom: 25px;
}

.pdf-view {
    min-height: 627px
}

.ld-over > .ld-spin {
    display: none;
}

.ld-over.running > .ld-spin {
    display: block;
    opacity: 0.5 !important;
}

.text-align-left {
    text-align: left !important;
}
/* GLOBAL VARIABLES */
:root {
    --main-bg-color: #F0F3F7;
    --header-color: #014B7E;
    --button-color: #014B7E;
    --button-active-color: #165e8f;
    --button-hover-color: #0161a2;
    --font-color: black;
    --page-header-font-color: black;
    --secondary-header-font-color: black;
    --field-header-font-color: white;
    --highlight-color: #1E824C;
    --alert-color: red;
    --detail-color: #3C6E71;
    --secondary-detail-color: #43425B;
    --button-ahead-color: #1E824c;
    --loading: #cef2df;
    --button-ahead-hover-color: #1e824cbf;
}

.margin-auto
{
    margin:auto;
}

.admin-var {
    color: var(--detail-color);
    font-size: 32px;
}

.expand-icon
{
    text-decoration:none !important;
}

.highlight_stay {
    background-color: #3C715DA1;
    cursor: pointer;
    color: #fff;
}

.highlight_complete {
    background-color: #1E824c;
    cursor: pointer;
    color: #fff;
}



.grid-section

{
    padding-top:25px;
    padding-bottom:50px;
}

.disablelink {
    pointer-events: none;
    cursor: none;
    background-color: #d2cfcf21 !important;
    opacity: 0.9;
    cursor: not-allowed;
}

.disablelinkupdate {
    pointer-events: none;
    cursor: default;
    background-color: #d2cfcf21 !important;
    opacity: 0.9;
}

.siffonfont {
    font-family: SIFONN_BASIC;
}

.section-header {
    padding-top:25px;
    font-weight:bold;
    padding-bottom:25px;
    font-size: 22px;
}





.selector-bold
{
    font-weight:bold;
}

.ld-large
{
    font-size:64px;
}

.allerfont {
    font-family: AllerLight;
}

.Liberfont {
    font-family: LiberationSans;
}

#popup_container {
    font-family: Tahoma !important;
    width: 400px !important;
    border-radius: 15px !important;
    box-shadow: 4px 5px 5px #00000045 !important;
    border:none !important;
    
}


#popup_title {
    background-color: var(--detail-color) !important;
    color: white !important;
    font-weight: bold !important;
    font-size: 18px !important;
    border-radius: 15px 15px 0px 0px;
    border: none !important;
}
#popup_message {
    font-family: Tahoma !important;
    font-size: 12px !important;
    font-weight: bold;
}

.pt-10
{
    padding-top: 20px;
}

#popup_ok
{
    min-width:80px !important;
    color:white !important;
    font-weight: bold !important;
    padding: 8px 2px;
    border-radius:5px;
    border:none;
    background-color: var(--button-ahead-color);
}

#popup_cancel {
    min-width: 80px !important;
    color: white !important;
    font-weight: bold !important;
    padding: 8px 2px;
    border-radius: 5px;
    border: none;
    background-color: var(--button-ahead-color);
}

#popup_overlay {
    opacity: 0.2 !important;
    background-color: black !important;
}

.grid-edit-icon {
    font-size: 24px !important;
    color: var(--header-color);
}

/* BOOTSTRAP OVERRIDES */
.secretbutton {
    background: #165e8f;
    border: 1px solid #999;
    cursor: pointer;
    padding: 5px 10px !important;
    margin: 0px 2px !important;
    font-size: 13px !important;
}

    .secretbutton:hover {
        background: #014B7E;
    }


.txt-view
{
    width:650px;
    height:590px;
    text-align:center;
    padding-top:150px;
    margin-left:25px;
    margin-right:25px;
    font-weight:bold;
}

.fact_list_text {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
    border-bottom: solid 1px #00000008;
    padding-bottom: 5px;
}

.modal_no_overflow {
    overflow: hidden !important;
}

.fact_list_number
{
    text-align:center;
    
}


.box-shadow {
    box-shadow: 1px 1px 1px 1px #0000002e;
}

.stats_entry {
    max-width: 800px;
    margin: auto;
}

.border_right {
    border-right: solid 1px #0000001c;
}

.fact_list_right {
   
    margin-top: 5px;
    margin-bottom: 5px;
}

.user-dropdown {
    width: 250px;
    font-size: 14px;
    padding: 2px;
    text-align: right;
}

.fact_list_main {
    margin-top: 5px;
    margin-bottom: 5px;
}

.modal-embed-pdf {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: solid 1px #00000063;
}

.modal-header-full
{
    min-height: 20px !important;
}

.modal-full {
    width: 95% !important;
    height: 100% !important;
}

.modal-body-full
{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height:90%;
}

.modal-content-full
{
 
    height:100%;
    margin-left: 0px !important;
}


.pdf_embed_preview {
    width: 650px;
    height: 590px;
    border-radius: 5px;
    border: solid 1px #00000063;
}

.pdf_embed_preview_unloaded {
    width: 650px;
    height: 590px;
    border: solid 1px #0000003d;

    box-shadow: 5px 5px 5px #0000000a;
}

.pdf_embed_column 
{
    max-width:650px;

}


.dataTables_info {
    font-size: 14px !important;
}


.dataTables_paginate
{
    font-size:14px !important;
}

.layout-section {
    background-color: #dbe4f0 !important;
    color: black !important;
}

.layout-divider {
    background-color: var(--button-active-color) !important;
    color: white !important;
}


.btn-primary {
    background-color: var(--button-color);
    font-weight:bold !important;
}

    .btn-primary:hover {
        background-color: var(--button-hover-color);
    }

    .btn-primary:active, .btn-primary:visited {
        background-color: var(--button-color);
    }


.btn-ahead {
    background-color: var(--button-ahead-color);
    color: white;
    font-weight: bold;
    min-width: 125px;
}



    .btn-ahead:hover,
    .btn-ahead:focus,
    .btn-ahead:active,
    .btn-ahead.active,
    .open .dropdown-toggle.btn-ahead {
        background-color: var(--button-ahead-hover-color) !important;
        border-color: #77C9D4 !important;
        color:white !important;
    }

.btn-ahead:active,
.btn-ahead.active,
.open .dropdown-toggle.btn-ahead {
    background-image: none;
}

.btn-prior {
    padding: 6px 12px !important;
    color: var(--button-active-color) !important;
    font-weight:bold;
    background-color: #fff !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
    min-width:125px;
}

    .btn-prior:hover,
    .btn-prior:focus,
    .btn-prior:active,
    .btn-prior.active,
    .open .dropdown-toggle.btn-prior {
        color: #000 !important;
        background-color: #77c9f23b !important;
   
    }

    .btn-prior:active,
    .btn-prior.active,
    .open .dropdown-toggle.btn-prior {
        background-image: none;
    }


/* BEGIN SITE CSS */

html,
body {
    /*background-image: url("Images/61951800_thumbnail.jpg");
    background-repeat: no-repeat;
    background-size: 100%; */
    background-color: var(--main-bg-color) !important;
    padding: 0;
    font-family: Tahoma;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}

.icon-float-right {
    float:right;
    padding-top:0px;
    font-size:17px;
}






.top-logo {
    color: var(--button-color);
    
    font-size:1vw;
    font-weight: bold;
}



a.list-group-item {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    background-color: var(--button-color);
    font-size: 13px;
    font-weight: bolder;
    color: white;
    border: none;
}




a.list-group-item:focus {
     background-color: var(--button-color);
}


a.list-group-item:hover {
    background-color: var( --button-hover-color);
}


a.list-group-child:hover, a.list-group-child:focus {
    background-color: #d8e6f4;
}

a.list-group-child {
    border: none;
    padding-left: 25px;
    background-color: white;
    color: var(--button-color);
}

.list-group-item-selected {
    background-color: var(--highlight-color) !important;
    border-left: 0.3rem solid white !important;
    color: white !important;
}

.inner-setup {
    font-size: 12px !important;
}

.fullDT
{
    width:100% !important;
}

.list-group-item-open {
    background-color: var(--highlight-color) !important;
    color: white !important;
}

.side-view-main {
    font-size: 12px !important;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}


.list-group-child-selected {
    background-color: #c4c4c4 !important;
    border-left: solid 0.3rem #575659 !important;
    color: var(--button-color);
}

.leftnav-header {
    font-size: 25px;
    color: white;
    font-family: Tahoma;
    margin: auto;
    text-align: center;
    margin-left: 15px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    height: 25px;
    display: inline-block;
   
}

.top-name {
    vertical-align: middle;
    line-height:27px;
}

.update-max-width
{
    max-width: 410px;
}



.modal-action {
    width:500px;
}

.modal {
    text-align: center;
}

#topmenunew a {
    /*background: #77C9D4;*/

    display: block;
    color: black;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    font-size: calc(1px + .7vw);
   overflow:hidden;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

#menuupdate a {
    /*background: #77C9D4;*/

    display: block;
    color: black;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    font-size: calc(1px + .7vw);
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.selected > div > a {
    color:white !important;

}

.jstree {
    min-height: 300px;
    background-color: #d9d2d259;
    box-shadow: inset 0px 0px 15px 5px #0000000d;
    border: solid 1px #00000021;
    padding: 10px;
    margin-bottom: 10px;
    max-width: 900px;
}

.login-pw {
    font-size: 16px;
}

.login-label {
    font-size: 19px;
    font-weight: bold;
}

    .login-panel {
        background-color: white;
        border-radius: 15px;
        padding: 5px;
        width: 450px;
    }

.blockheader
{
    width: 100%;
    height: 47px;
    background-color: var(--detail-color);
}



.menuTable {
    /*width: 100%;*/
    position: relative;
    margin-bottom: 0px;
    font-size: 15px;
    margin-left: 1px;
    margin-right: 0px;
    list-style-type: none;
    padding-left: 0px !important;
}


.leftMenuTable {
    width: 20%;
    border: 1px solid #BFBDBD;
    position: relative;
    min-height: 480px;
    background-color: #FFFFFF;
    /*font-family: 'Helvetica';*/

    font-size: 18px;
}

.newMenu {
    /*font-family: 'Helvetica';*/
    border-radius: 8px 8px 0px 0px;
    margin-right: 12px;
    height: 43px;
    border: solid #0000005e .1px;
    background-color: white;
    color: black;
    border-bottom: none;
    padding: 10px 10px 10px 10px; /*(top, right, bottom, and left)*/
}

.padding-bot
{
    padding-bottom:5px;
}

.panel-heading-large {
    min-height: 50px;
    margin-bottom: 10px;
}

.form-check-input-row
{
font-weight:bold;
}

.form-error {
    color:red;
    font-size: 12px;
    font-weight: bold;
}

.newMenuText {
    font-size: 14px;
    color: black;
    font-weight: bold;
}

.global-loader {
    width: 100vw;
    height: 100vh;
    z-index: 0;
    pointer-events: none;
    position: fixed !important;
}

.running
{
    z-index:5;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
   
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    
}

.selected {
    background-color: var(--detail-color) !important;
    color:white !important;
    font-weight:bold !important;
    border: none;
}

.panel-heading.running {
    transition: background-color 0.3s ease;
    background-color: var(--loading) !important;
    color: black !important;
}

.panel-heading.uploaded {
    transition: background-color 0.3s ease;
    background-color: var(--button-ahead-color) !important;
    color: white !important;
    font-weight: bold !important;
    border: none;
}

.panel-heading.dynamic-section {
    transition: background-color 0.3s ease;
    color: white !important;
    font-weight: bold !important;
    border: none;
}

    .panel-heading.dynamic-section:not(.uploaded) {
        background-color: #5f5a38 !important;
    }

    .panel-heading.dynamic-section.uploaded {
        background-color: #998921 !important;
    }




.newMenu:hover, .newMenus:focus {
    background-color: #56928b66;
}

.selected:hover {
    background-color: var(--detail-color) !important;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-body
{
padding-top: 36px;
padding-bottom: 36px;
}

.min-width-300 {
    min-width: 300px;
}

.avatar-icon {
    font-size: 22px;
    padding-left: 5px;
}

.modal-header {
    background-color: var(--detail-color);
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding-left:15px;
    min-height: 70px;
}

.padding-5t{
    padding-top:10px;
}



.top-second-col {
    padding-left: 10px;
}

.user-arrow
{
    padding-left:10px;
    padding-right:10px;
}

.table-grid-main
{
min-width:650px !important;
}

.select-box {
    border: solid 1px #0000003d;
    width: 250px;
    padding: 4px;
    padding-right: 4px;
    margin-left: 19px;
    font-size: 12px;
    text-align: right;
    border-radius: 5px;
    max-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ui-autocomplete-multiselect > .ui-icon-close {
    margin-top: 5px;
   
}

.ui-autocomplete-multiselect {
    font-size: 14px !important;
    background: none !important;
    border: none !important;
    color: black !important;
    padding-bottom: .25rem !important;
    padding-top: .25rem !important;
}

.top-text {
    border-right: solid 1px #0000003d;
    padding-right: 15px;
    font-size: 12px;
    margin-left: auto;
}

.button-bottom-back
{
    margin-right:15px;
}

@media screen and (max-width: 1200px) {
    .top-first-col {
        display: none;
    }

    .top-second-col {
        padding-left: 50px;
    }

    .select-box {
        font-size: 10px;
    }

    .top-text {
       
        padding-right: 12px;
    }

    .avatar-icon {
        font-size: 16px;
      
    }
}

.main-button-width
{
    min-width:350px;
}

.table.dataTable tbody tr.selected {
    background-color: var(--button-ahead-color) !important;
}

.hidden {
    display: none !important;
}

.p-right-5
{
    padding-right:15px;
}

.valign {
    height: 100%;
    display: flex;
    align-items: center;
}

.instructions-text {
    font-size: 15px;
    text-align: center;
}

.panel-selector {
    width: 90%;
    margin: auto;
    margin-bottom: auto;
    border: solid 1px #00000070 !important;
    margin-top: 3px;
    font-size: 15px !important;
}

.grid-header {
    background-color: #0d665a !important;
    color: white !important;
}

.panel-upload-section {
   background-color: #5b7fa62e !important;
}

table.dataTable tr.selected td.select-checkbox::after, table.dataTable tr.selected th.select-checkbox::after {
    margin-left: -6px !important;
    text-shadow:0px 0px !important;

}
    .panel-accordian-select {
    overflow: scroll;
    max-width: 500px;
    border: solid 1px #00000030;
    border-radius: 5px;
    margin: auto;
    min-height: 100%;
}

button-hyperlink {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}

.display-flex
{
    display:flex;
}

.topbar {
    z-index: 1;
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    padding-left: 250px;
    padding-top: 22px;
    box-shadow: 0px 0px 5px #0000008c;
}

.icon-folder
{
    padding-right:3px;
}


.leftnav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: var(--button-color);
    overflow-x: hidden;
    padding-top: 20px;
    box-shadow: 1px 0px 5px 5px #00000014;
}

.nopadding {
  
    padding-left:0px !important;
    padding-right:0px !important;
}

.hideShowPassword-toggle {
    background-image: url("Images/wink.svg");
    background-position: 0 center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    text-indent: -9999em;
    width: 44px;
    margin-top: 0px !important;
}

.hideShowPassword-toggle-hide {
    background-position: -44px center;
}
/* Simple text toggle style */
.my-toggle-class {
    color: #888;
    cursor: pointer;
    font-size: 0.75em;
    font-weight: bold;
    padding: 0.5em 1em;
    text-transform: uppercase;
}
/*
   * Because our input elements have a z-index so that
   * their borders will overlap on focus, we'll give ours
   * a higher one to make sure they're always visible.
   */
.hideShowPassword-toggle, .my-toggle-class {
    z-index: 3;
}


#main, #logo, #menubar, #site_content, #footer, #subheader {
    margin-left: auto;
    margin-right: auto;
}

* {
    margin: 0;
    padding: 0;
}


#landingheader {
    height: 180px;
}



#subheader {
    /*width: 1100px;*/
    width: auto;
    position: relative;
    height: 20px;
    background: linear-gradient(#97ce77,#82c156);
}


#logo {
    /*width: 1100px;*/
    width: auto;
    position: relative;
    height: 100%;
    background: #57BC90;
    /*opacity: 0.9;*/
}

.headermenu {
    float: right;
    position: relative;
    
    font-size: 10pt;
    padding-top: 60px;
}

#logo .logo_img {
    cursor: pointer;
    position: relative;
    height: 75%;
    width: auto;
    margin-left: 10%;
    margin-top: 20px;
}

#logo .logo_img_rht {
    float: right;
    font-weight: bold;
    padding-top: 63px;
    padding-right: 17%;
    color: white;
}

#logo .logo_landing {
    cursor: pointer;
    position: relative;
    height: 100px;
    width: 370px;
    margin-left: 5px;
}

.panel_img {
    cursor: pointer;
    position: relative;
    height: 100%;
    width: 100%;
    float: left;
}

#footer .footer_img {
    position: relative;
    bottom: 0;
    right: 0;
    z-index: 200;
    left: 30px;
    height: 55px;
    width: 80px;
}

#tabfooter {
    /*width: 1100px;*/
    width: auto;
    height: 20px;
    position: relative;
    text-align: right;
 
    font-size: medium;
    background: rgba(0, 0, 0, 0.20);
    padding-right: 40px;
}

    #tabfooter .tab_footer_img {
        position: relative;
        bottom: 0;
        right: 0;
        z-index: 200;
        height: 70px;
        width: 90px;
    }

#site_content {
    /*width: 1100px;*/
    width: auto;
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding: 20px 24px 20px 37px;
    background: #fff;
    min-height: 550px;
  
}

#landing_content {
    /*width: 1100px;*/
    width: auto;
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding: 20px 24px 20px 37px;
    min-height: 830px;
   
}

.btn-primary.gradient {

}

.btn-primary.rptgradient {
    padding: 8px 20px 8px 20px;
    background: -moz-linear-gradient(top, #015249 50%, #015249 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#015249), color-stop(50%,#015249)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #015249 50%,#015249 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #015249 50%,#015249 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #015249 50%,#015249 50%); /* IE10+ */
    background: linear-gradient(to bottom, #015249 50%,#015249 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015249', endColorstr='#015249',GradientType=0 ); /* IE6-9 */
    width: 190px;
    height: 60px;
    white-space: pre-wrap;
}

.btn-primary.small {
    padding: 2px 10px 2px 10px;
    background: -moz-linear-gradient(top, #015249 50%, #015249 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#015249), color-stop(50%,#015249)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #015249 50%,#015249 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #015249 50%,#015249 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #015249 50%,#015249 50%); /* IE10+ */
    background: linear-gradient(to bottom, #015249 50%,#015249 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015249', endColorstr='#015249',GradientType=0 ); /* IE6-9 */
}

.btn-primary.cancel {
    padding: 8px 20px 8px 20px;
    border-color: #B2B2B2;
    background: -moz-linear-gradient(top, #B2B2B2 50%, #B2B2B2 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#B2B2B2), color-stop(50%,#B2B2B2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #B2B2B2 50%,#B2B2B2 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #B2B2B2 50%,#B2B2B2 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #B2B2B2 50%,#B2B2B2 50%); /* IE10+ */
    background: linear-gradient(to bottom, #B2B2B2 50%,#B2B2B2 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B2B2B2', endColorstr='#B2B2B2',GradientType=0 ); /* IE6-9 */
}

.formHeader {
    
    font-size: 22px;
    font-weight: bold;
   
}
/*End of Master page Design*/

#myfooter {
    height: 25px;
    width: 100%;
    height: 20px;
    width: 100%;
    padding: 2px 20px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 1000;
    background: #3AA6DD;
   
    font-size: 14px;
    color: #fff;
}


.loginfooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    font-weight:bold;
   
    color: white;
    text-align: center;
    font-size: 16px;
}



#selectfoldercontainer {
    clear: both;
    top: 0px;
    left: 20px;
    position: relative;
    text-align: left;
    /*border: 1px solid #235C77;
    border-spacing: 5px;
    border-radius: 10px;*/
   
    font-size: 15px;
    display: table;
    width: 98%;
}

#selectfolderinnerContainer {
    min-height: 100px;
}

.Docdetails {
    width: 60%;
    border: 1px solid;
    color: #595959;
}

.user-grid-view
{
    min-width:700px;
}

.Scanupload {
    width: 50%;
    border: 1px solid;
    color: #595959;
}

#existingFolders {
    width: 70%;
    max-height: 50%;
    border: 1px solid;
}

.ScanuploadDocuments {
    width: 50%;
    border-top-style: dotted;
    border-right-style: dotted;
    border-bottom-style: dotted;
    border-left-style: dotted;
    color: #595959;
}

#leftsec {
    clear: both;
    float: left;
    width: 35%;
    position: relative;
    text-align: right;
    height: 100%;
}

#addRootLevel {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

#fullsec {
    clear: both;
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
}

#rightsec {
    float: left;
    width: 64%;
    position: relative;
    height: 100%;
    padding-left: 15px;
}

.btn
{
font-size: 14px; 
}

input[type="text"], input[type="Password"], input[type="select"], input[type="date"] {
    font-size: 1.1em;
    border: 1px solid #AFAFB1;
    color: #000;
    background: #F6F6F6;
    font-size: 15px;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 30px;
}

.control-label
{
    font-weight:bold;
    padding-top:1px;

}

.date-connector {
    padding-top: 5px;
    font-size: 14px;
}

.input-sm {
    font-size: 1.1em;
    border: 1px solid #AFAFB1;
    color: #000;
    background: #F6F6F6;
    font-size: 14px;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 4px !important;
}

.date-input {
    width:200px
}

.date-sm {
    max-width: 150px !important;
}

textarea.form-control, selcet.form-control {
    font-size: 1.1em;
    border: 1px solid #AFAFB1;
    color: #000;
    background: #F6F6F6;
    
    font-size: 15px;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

select.input-sm {
    font-size: 1.1em;
    border: 1px solid #AFAFB1;
    color: #000;
    background: #F6F6F6;
    font-size: 14px;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 4px !important;
}

.metadata-section {
    border: solid #0000000a 1px;
    background-color: #dddddd1f;
    padding: 25px;
    border-radius: 15px;
    box-shadow: #0000001f 1px 1px 1px;
}

.dropdown {
    font-size: 1.1em;
    border: 1px solid #AFAFB1;
    color: #000;
    background: #F6F6F6;
   
    font-size: 15px;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  
}

.btnleft {
    padding: 7px 20px;
    border-radius: 2px;
    float: left;
    background-color: #3AA6DD;
    color: #fff;
    border-radius: 8px;
    border-color: #fff;
}

.btnright {
    padding: 7px 20px;
    border-radius: 2px;
    float: right;
    background-color: #3AA6DD;
    color: #fff;
    border-radius: 8px;
    border-color: #fff;
}

.myfootertext {
    vertical-align: middle;
    padding: 5px;
    top: 2px;
    position: relative;
}

.clearfix {
    clear: both;
    padding: 0;
    margin: 5px;
    height: 5px;
    display: block;
}


/* centered columns styles */
.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.control-label {
    text-align: right;
    white-space: nowrap;
}

.control-label-l {
    text-align: left;
    white-space: pre-wrap;
    font-weight: 200 !important;
}

.control-label-left {
    text-align: left!important;
    
}

.btm-lft-btn {
    text-align: left;
    left: 5%;
}

.btm-rgt-btn {
    text-align: right;
    right: 5%;
}

hr.sectionsplit {
    color: #00000038;
}

.embed-div {
    width: 650px;
    height: 963px;
    border: 1px solid rgb(204, 204, 204);
    display: block;
    position: relative;
    background-color: rgb(255, 255, 255);
    padding: 10px;
}

.icons-div {
    text-align: center;
    width: 100%;
}

.well-custom {
    min-height: 725px;
    /*padding: 19px;*/
    margin-bottom: 20px;
    background-color: var(--header-color);
    border: 1px solid var(--header-color);
    border-radius: 20px;
    box-shadow: 1px 1px 10px #000000b8;
    
    position: fixed;
    top: 45%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    padding: 10px 40px 100px 40px;
    text-align: center;
    margin-top: 50px;
}

.crop-height {
    /* max-width: 1200px; /* img src width (if known) */
    max-height: 320px;
    overflow: hidden;
}



.h2homepage {
    padding-top: 80px;
    color: white;
    font-size: 20pt;
}

.parahomepage {
    color: black;
 
    font-size: 11pt;
}


.deleteitemlink {
    display: inline-block;
    width: 18px;
    height: 18px;
    /*background-image: url('Images/trash_empty.png');*/
    /*background-image: url('Images/Remove.png');*/
    left: 0px;
    position: relative;
    background-repeat: no-repeat;
}

.pad-top
{
    padding-top:25px;
}

.full-table {
    width: 100% !important;
}

.button-group-bottom {
    text-align: right;
    width: 100%;
    padding-bottom:10px;
}

.width-300
{
    max-width:300px;
}

.min-table
{
    min-width:750px;
}

.button-row-bottom {
    padding-top: 50px;
    padding-bottom: 15px;
    position: absolute;
    bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.button-bottom-continue
{
    margin-right:15px;

}

.btn-100
{
    max-width:100px;
}

.Ocrflaggroup {
    text-align: center;
    font-size: 15px !important;
}

.button-bottom-cancel {
    margin-right: 22px;
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
}

.button-cancel
{
    margin-right:15px;
    font-size:12px;
    text-decoration: underline;
}



.summaryTable
{
    min-height:600px;

}

.Summary {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

    .Summary th {
        color: #F6F6F6;
        background-image: linear-gradient(to bottom, #396f57, #498068);
        background-color: var(--detail-color);
        border-style: solid;
        border-width: 1px;
        border-color: #dddddd;
        padding: 5px;
        text-align: center;
        vertical-align: top;
        font-size: 14px;
        font-weight: bold;
        text-decoration: underline;
        text-decoration: none;
    }

        .Summary th a {
            color: #FFF;
            text-decoration: none;
        }

    .Summary tr {
        color: #121112;
       
        font-size: 14px;
        border-style: solid;
        border-width: 1px;
        border-color: #57BC90;
    }

        .Summary tr:hover td {
            color: #5B7A9C;
        }



    .Summary td {
        padding: 3px 5px;
        vertical-align: middle;
        border-style: solid;
        border-width: 1px;
        border-color: #dddddd;
    }

    .Summary th:first-child {
        border-top-left-radius: 5px;
    }

    .Summary th:last-child {
        border-top-right-radius: 5px;
    }

    .Summary tr:last-child td:first-child {
        border-bottom-left-radius: 5px;
    }

    .Summary tr:last-child td:last-child {
        border-bottom-right-radius: 5px;
    }

    .Summary tr:nth-child(odd) {
        background-color: #F4F4F4;
    }

    .Summary tr:nth-child(even) {
        background-color: #FFF;
    }

#tabheader {
    height: 45px;
}


.text-align-center {
    text-align: center;
}


.button {
    background-color: var(--header-color);
    border: none;
    color: white;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height54px;
    font-weight:bold;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}


#container {
    display: table;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

    #container > div {
        display: table-row;
        width: 100%;
    }

        #container > div > div {
            display: table-cell;
            width: 100%;
        }

#header > div {
    width: auto;
    /*position: relative;*/
    height: 100px;
    /*background: #57BC90;*/
    /*opacity: 0.9;*/
}

#content > div {
    height: 100%;
    padding: 20px 24px 20px 37px;
 
}

#footer > div {
    height: 50px;
    text-align: center;
  
    font-size: medium;
    background: rgba(0, 0, 0, 0.20);
}

.form-group.required .control-label:before {
    content: "*";
    color: red;
}

#manageTemplatecontainer {
    clear: both;
    top: 20px;
    left: 0%;
    position: relative;
    text-align: left;
    /*border: 1px solid #235C77;
    border-spacing: 5px;
    border-radius: 10px;*/
   
    font-size: 15px;
    display: table;
    width: 60%;
}

.padding-bot-5
{
    padding-bottom:5px;
}

#manageTemplatecontainer {
    min-height: 100px;
}

.del-field {
    width: 82% !important;
    float: left;
}

.del-field-img {
    float: right;
    vertical-align: middle;
    top: 10px;
    position: relative;
    left: 10px;
}

.hideTransparancy {
    background: url(Images/hideTransparent.jpg);
}

.modal-stats
{
    min-width:900px;
}

.pointer a {
    text-decoration: none !important;
    color: #428bca;
}


    .pointer a:hover {
        color: #2a6496;
    }

    .pointer a:focus {
        color: #428bca;
    }

.modal-stats-table-header {
    background-color: #bcdfbc70;
}

.modal-stats-table {
    border: solid #00000024 1px;
    box-shadow: 3px 5px 3px #00000012;
}

.modal-stats-header {
    text-align:center;
    padding-top:20px;
}



.tasks-icon
{
    font-size:85px;
 
    padding-bottom:10px;
}



.pointer {
    cursor: pointer;
}

.container-center
{
    padding-top:30vh;
}

.panel {
    border: none;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-heading {
  
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-body{
    background-color:white;
}

.pt-2
{
    padding-top:2px;
}

.panel-stats > .panel-heading {
    background-color: var(--detail-color);
    height: 7px;
    padding: 0px;
}

.panel-stats > .panel-body {
    
}

.panel-tasks > .panel-heading {
    background-color: var(--detail-color);
    height: 7px;
    padding: 0px;
    margin: 0px;
}

.panel-tasks > .panel-body {

    padding: 15px;
    padding-bottom: 45px;
}

.panel-header-text
{
    font-weight:bold;
    padding-bottom:25px;
}

.welcome-div {
    text-align: center;
    font-size: 18pt;
    padding: 15px;
    position: relative;
    left: -20px;
}



.pad-right
{
    padding-right:10px;
}

.successMsg {
    color: #015249;
    font-size: 18pt;
    background-color: #57BC90;
    width: 100%;
}

.sucessMessage {
    color: green;
    font-weight:bold;

    padding-top:10px;
    text-align: center;
}

.sharedHeading {
    border-bottom: 1px #e5e5e5 solid;
    text-align: left;
    padding: 4px;
}

user-name {
    font-size: 18px;
    float: left;
    padding: 5px 11px 2px 5px;
    width: 100%;
}

.user-role {
    font-size: 14px;
    float: left;
    /* padding: 5px; */
    width: 100%;
    padding: 2px 13px 1px 5px;
}

.containercount {
    text-align: center;
    float: right;
    width: 24%;
    font-size: 12px;
    top: -79px;
    position: relative;
}

.wide-button
{
    width:100px;
}

.Tick_White {
    width: 22px;
    height: 22px;
    float: right;
   
}

.selecteditem {
    background-color: var(--button-active-color);
    border: 1px solid #9d9d9d;
    border-top: none;
    cursor: pointer;
    color: #fff;
}

.selecteditem-subsec {
    background-color: #77C9F2;
    border: 1px solid #9d9d9d;
    border-top: none;
    cursor: pointer;
    color: #fff;
}

.panel-collapse {
    background-color: #60609b0d;
    solid 1px #00000017;
}

    .panel-collapse > .panel-body {
        background-color: #60609b0d !important; 
    }

    .panel-collapse > panel-body {
        background-color: #60609b0d !important;
    }

.panel-internal {
    border: solid 1px #0000002e;
    box-shadow: 2px 2px 5px #00000026;
    max-width: 700px;
    margin: auto;
}

.panel-group 
{
    padding-top:2px;
}

.panel-selecr-group {
    padding-top: 2px;
    color: white !important;
    font-size: 14px;
}

.container-inner
{
    padding-top:30px;
}

.add-subsec {
    background-color: #77C9F2 !important;
}

.completeditem {
    background-color: var(--detail-color) !important;
    border: 1px solid #9d9d9d1f !important;
    border-top: none;
    cursor: pointer;
    color: white;
}

.completeditem-subsec {
    background-color: #278A5F7D !important;
    border: 1px solid #9d9d9d1f;
    border-top: none;
    cursor: pointer;
    color: white;
}


.dynamsoft-dwt-dialogProgress {
    top: 30%;
    z-index: 500002;
    left: 45%;
    padding: 5px;
    width: 20%;
}

.sec-divider {
    background: #ccc !important;
    color: #555 !important;
}

.subsecspan {
}
.required{
    color:#f00;
}
