﻿/*body {
}

#btnCancel {
    border: none;
    background-color: transparent;
    text-decoration: underline;
    margin-right: 40px;
    font-weight: 600;
    text-transform: uppercase;
}*/

.hide_column {
    display: none
}

.dataTables_filter {
    display: none;
}

/*div.row {
    margin: 15px auto 0px;
}*/

#searchShareUser input {
    /*width: 468px;*/
    font-size: 20px;
    padding: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    /*width: 97%;*/
    height: 40px !important;
    background-repeat: no-repeat;
    background-size: 30px;
    text-decoration: none;
    outline: none;
}

/*#shareUserTable thead tr th:nth-child(1),
#shareUserTable tbody tr td:nth-child(1),
#shareUserTable thead tr th:nth-child(2),
#shareUserTable tbody tr td:nth-child(2),*/
#shareUserTable thead tr th:nth-child(6),
#shareUserTable tbody tr td:nth-child(6) {
    text-align: left;
    width: 90%;
}
#shareUserTable thead tr th:nth-child(4),
#shareUserTable tbody tr td:nth-child(4),
#shareUserTable thead tr th:nth-child(5),
#shareUserTable tbody tr td:nth-child(5) {
    text-align: left;
    width: 8%;
}
#shareUserTable thead tr th:nth-child(7),
#shareUserTable tbody tr td:nth-child(7) {
    text-align: center;
    width: 2%;
}
/*#shareModal{
    width:750px;
}*/
.editShareGroup {
    cursor: pointer;
}
.shareGroupNameTextField {
    /*width:50%*/
    display: none;
    /*margin-top: -25px;*/
    margin-bottom: 15px;
}
#btnCreateGroup{
    /*margin-top:26px;*/
    text-align: center;
    padding-top: 9px;
}
.topBtnRowContainer {
    text-transform: uppercase;
    height: 40px;
    padding-left: 100px;
    padding-right: 25px;
    padding-top: 10px;
    background-color: #5091CE;
    border: 1px solid #1976D3 !important;
    color: white;
    font-weight: 600;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.share-left{
    /*margin-top:26px;*/
    margin-right:10px
}
.btn-create-right {
    /*margin-top: 26px;*/
    margin-left:10px;
}
.leftArrow {
    /*float: left !important;
    margin-top: 2px;*/
    position: absolute;
    left: 25px;
    top: 9px;
    margin: 0;
}
.rightArrow {
    /*float:right !important;
    margin-top:2px;*/
    position: absolute;
    right: 25px;
    top: 9px;
    margin: 0;
}
.userGlyph {
    float: left !important;
    margin-top: 11px;
    padding-right: 9px;
}
#modalBody {
    padding: 0px 0px 0px 0px !important;
}

.topBtnRowContainer {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .5) 0 2px 6px;
}
#topBtnRow {
    margin: 0px auto 0px !important;
    /*line-height: 35px;
    height:68px;*/
}

.shareGlyph {
    text-transform: uppercase;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    margin-top: 4px;
    background-color: #5091CE;
    border-radius: 4px;
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    /* margin-left: 12px; */
    float: right;
}

    .shareGlyph:hover {
        cursor: pointer;
        background-color: #1976D3;
        box-shadow: rgba(0,0,0,.4) 0 0 5px inset;
    }

.shareDocGlyph, .multi-shareDocGlyph {
    text-transform: uppercase;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    margin-top: 4px;
    background-color: #5091CE;
    border-radius: 4px;
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    /* margin-left: 12px; */
    float: right;
}

.shareDocGlyph:hover {
    cursor: pointer;
    background-color: #1976D3;
    box-shadow: rgba(0,0,0,.4) 0 0 5px inset;
}

.sharedGlyphToBeClicked {
    text-align: right;
    float: right;
    padding-top: 3px;
    color: grey;
    cursor: pointer;
    font-size: 20px;
    /*text-shadow: rgba(0, 0, 0, .5) 0 2px 12px;*/
}

    .sharedGlyphToBeClicked:hover {
        color: purple;
        cursor: pointer;
    }

/*#btnCancel, #btnSubmit, #btnSubmitShareModal {
    margin-top: 25px !important;
}*/
/*#btnSubmitShareModal{
    min-width:142px
}*/
/*#searchShareUserText {
    margin-left: 10px;
}*/
#txtGroupNameLabel{
    float:left;
}
/*#shareUserTable_info, #shareUserTable_paginate {
    display: none;
}*/
#shareUserTableResponsive{
    width:97%;
    /*margin-left:9px*/
}
#deleteGlyphSize {
    font-size: 25px;
}
#editGlyphSize {
    font-size: 25px;
}
#shareModalBtmBtns{
    display:none;
}

#shareUserTable {
    margin-bottom:5px;
}
.checkbox-shareUserTable{
    margin-right:10px
}

/*fix to keep the year field from being cut off in datepicker fields*/
div#ui-datepicker-div {
    min-width: 261px !important;
}

.edit {
    cursor: pointer;
}

/*Info - Warning - alert box*/
.alert-box {
    background-color: #FFF3CD;
    border: 2px solid #856404;
    padding: 12px;
    border-radius: 4px;
    color: #856404;
}

.info-box {
    background-color: #E0F7FF;
    border: 2px solid #0077AA;
    padding: 12px;
    border-radius: 4px;
    color: #0077AA;
}

.warning-box {
    background-color: #f8d7da;
    border: 2px solid #dc3545;
    padding: 12px;
    border-radius: 4px;
    color: #721c24;
}

/*==== Model Styling====*/
.modal-title-strong {
    color: #212529; 
    font-weight: 600;
}

/*===== Selectize======*/
.selectize-input.is-invalid {
    border-color: #dc3545 !important;
    background-color: #f8d7da !important; 
    border-width: 2px !important;
    color: #721c24 !important;
    box-shadow: 0 0 5px rgba(220, 53, 69, 0.5) !important;
}

    .selectize-input.is-invalid.focus {
        border-color: #dc3545 !important;
        background-color: #f5c6cb !important;
        box-shadow: 0 0 6px 2px rgba(220, 53, 69, 0.4) !important;
    }

/* ====== SPACING UTILITIES ====== */
/* Margin */
.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: .25rem !important;
}

.m-2 {
    margin: .5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: .25rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ms-0 {
    margin-inline-start: 0 !important;
}

.ms-1 {
    margin-inline-start: .25rem !important;
}

.ms-2 {
    margin-inline-start: .5rem !important;
}

.ms-3 {
    margin-inline-start: 1rem !important;
}

.ms-4 {
    margin-inline-start: 1.5rem !important;
}

.ms-5 {
    margin-inline-start: 3rem !important;
}

.me-0 {
    margin-inline-end: 0 !important;
}

.me-1 {
    margin-inline-end: .25rem !important;
}

.me-2 {
    margin-inline-end: .5rem !important;
}

.me-3 {
    margin-inline-end: 1rem !important;
}

.me-4 {
    margin-inline-end: 1.5rem !important;
}

.me-5 {
    margin-inline-end: 3rem !important;
}

.mx-0 {
    margin-inline: 0 !important;
}

.mx-1 {
    margin-inline: .25rem !important;
}

.mx-2 {
    margin-inline: .5rem !important;
}

.mx-3 {
    margin-inline: 1rem !important;
}

.mx-4 {
    margin-inline: 1.5rem !important;
}

.mx-5 {
    margin-inline: 3rem !important;
}

.my-0 {
    margin-block: 0 !important;
}

.my-1 {
    margin-block: .25rem !important;
}

.my-2 {
    margin-block: .5rem !important;
}

.my-3 {
    margin-block: 1rem !important;
}

.my-4 {
    margin-block: 1.5rem !important;
}

.my-5 {
    margin-block: 3rem !important;
}

/* Padding */
.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: .25rem !important;
}

.pt-2 {
    padding-top: .5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: .25rem !important;
}

.pb-2 {
    padding-bottom: .5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-inline-start: 0 !important;
}

.ps-1 {
    padding-inline-start: .25rem !important;
}

.ps-2 {
    padding-inline-start: .5rem !important;
}

.ps-3 {
    padding-inline-start: 1rem !important;
}

.ps-4 {
    padding-inline-start: 1.5rem !important;
}

.ps-5 {
    padding-inline-start: 3rem !important;
}

.pe-0 {
    padding-inline-end: 0 !important;
}

.pe-1 {
    padding-inline-end: .25rem !important;
}

.pe-2 {
    padding-inline-end: .5rem !important;
}

.pe-3 {
    padding-inline-end: 1rem !important;
}

.pe-4 {
    padding-inline-end: 1.5rem !important;
}

.pe-5 {
    padding-inline-end: 3rem !important;
}

.px-0 {
    padding-inline: 0 !important;
}

.px-1 {
    padding-inline: .25rem !important;
}

.px-2 {
    padding-inline: .5rem !important;
}

.px-3 {
    padding-inline: 1rem !important;
}

.px-4 {
    padding-inline: 1.5rem !important;
}

.px-5 {
    padding-inline: 3rem !important;
}

.py-0 {
    padding-block: 0 !important;
}

.py-1 {
    padding-block: .25rem !important;
}

.py-2 {
    padding-block: .5rem !important;
}

.py-3 {
    padding-block: 1rem !important;
}

.py-4 {
    padding-block: 1.5rem !important;
}

.py-5 {
    padding-block: 3rem !important;
}

/* ====== AUTO SPACING ====== */

/* Margin Auto */
.m-auto {
    margin: auto !important;
}

.mx-auto {
    margin-inline: auto !important; /* left & right */
}

.my-auto {
    margin-block: auto !important; /* top & bottom */
}

.mt-auto {
    margin-top: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-auto {
    margin-inline-start: auto !important;
}

.me-auto {
    margin-inline-end: auto !important;
}

/* Padding Auto */
.px-auto {
    padding-inline: auto !important;
}

.py-auto {
    padding-block: auto !important;
}

.ps-auto {
    padding-inline-start: auto !important;
}

.pe-auto {
    padding-inline-end: auto !important;
}