html body {
    height: auto;
    min-height: auto;
    /* overflow: hidden; */
    position: relative;
}

body._icol-color-bg {
    background-image: linear-gradient(45deg, #a2a2a2, #ff770d);
}

._bgreg {
    background-image: url(../images/backgrounds/bgreg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

._bgreg .card {
    background-color: rgba(255, 255, 255, 0.89);
}

.modal-content._bordered-light {
    border-radius: 6px;
}

.modal-content._bordered-light .modal-header {
    border-color: white;
}

.modal-content._bordered-light .modal-footer {
    border-color: white;
}

.sort-highlight {
    background: #f4f4f4;
    border: 1px dashed #ddd;
    margin-bottom: 10px
}

.flexbox-container._subflex:hover,
.flexbox-container._subflex:focus {
    overflow-y: auto;
    overflow-x: hidden;
}
.table-responsive > *{
    margin:auto;
}

.img-auto {
    height: 100%;
    display: block;
    margin: auto;
}


.range-toggle {
    margin: auto;
    position: relative;
    display: inline-block;
    min-width: 200px;
    /* cursor: pointer; */
    min-height: 55px;
}

td .range-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
}

td .range-toggle._h {
    flex-direction: column;
}

.range-toggle .left-label {
    cursor: pointer;
}

td .range-toggle .left-label,
td .range-toggle .right-label {
    display: inline-block;
    margin-top: 10px;
}

td .range-toggle._h .right-label {
    display: none;
}

.range-toggle.fcactive._h .right-label {
    display: block;
    /* clear: both; */
    /* margin: auto; */
}

.range-toggle .toggle-element {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 32px;
    height: 20px;
    border-radius: 12px;
    background-color: #54056c;
    top: 5px;
    border: 3px solid #823194;
}

.range-toggle._h .toggle-element {
    display: block;
    /* clear: both; */
    /* margin: auto; */
    /* margin-bottom: 3px; */
}

.range-toggle .toggle-element::before {
    position: absolute;
    content: "";
    transition: all 0.5s ease;
    width: 16px;
    height: 17px;
    bottom: -2px;
    left: 0px;
    background: #d06edd;
    border-radius: 12px;
}

.range-toggle .right-label {
    color: rgba(210, 210, 210, 0.14);
    cursor: pointer;
}

.range-toggle .right-label small {
    display: none;
}

.range-toggle.fcactive .left-label {
    color: rgba(210, 210, 210, 0.14);
}

td .range-toggle.fcactive._h .left-label {
    display: none;
}

.range-toggle.fcactive .toggle-element {
    border-color: #095309;
    background-color: #c9ffc9;
}

.range-toggle.fcactive .toggle-element::before {
    left: unset;
    /* transform: translate(-2px, 0px); */
    left: 12px;
    /* right: 0px; */
    background: #3b842c;
}

.range-toggle.fcactive .right-label {
    color: unset;
}

.range-toggle.fcactive .right-label small {
    display: inline-block;
    display: block;
    color: #229022;
}

.account_logo {
    max-height: 200px;
    min-height: 50px;
}

.flipX {
    transform: rotateY(180deg);
}

.flipY {
    transform: rotateX(180deg);
}

._flex-logo-side {
    flex-basis: 20%;
}

._flex-logo-side img._short {
    max-height: 160px;
    max-width: 300px;
    /* margin: auto; */
}

._flex-logo-side img._long {}


.splitauthctrlbtn {
    width: 130px;
    display: block;
    text-align: center;
    /* float: right; */
    /* clear: both; */
}

.nav-back-main {
    position: fixed;
    top: 1%;
    right: 4%;
    background-color: rgba(255, 199, 150, 0.58);
    color: #ad4c2b;
    box-shadow: 0px 0px 15px 1px inset #fff;
    padding: 5px;
    width: 62px;
    height: 62px;
    text-align: center;
    border-radius: 50%;
    z-index: 99;
    transition: all 0.5s ease;
}

.nav-back-main i {
    font-size: 3rem;
    vertical-align: middle;
    margin-top: 4px;
}

.nav-back-main:hover {
    color: #ee7400;
}

.nav-back-sub {
    position: absolute;
    top: 1%;
    left: 1%;
    background-color: rgba(89, 43, 3, 0.58);
    color: #210c05;
    box-shadow: 0px 0px 15px 1px inset #fff;
    padding: 5px;
    width: 65px;
    text-align: center;
    border-radius: 7px;
    z-index: 99;
    transition: all 0.5s ease;
}

.nav-back-sub i {
    font-size: 4rem;
}

.nav-back-sub:hover {
    color: #ee7400;
}

body[data-name="admin"] a {
    display: inline;
}

._page_sidedisplay {
    position: fixed;
    top: 0px;
    right: 0px;
    min-width: 580px;
    width: fit-content;
    /* max-width: 50%; */
    padding: 10px 10px 15px 15px;
    background-color: rgba(0, 0, 0, 0.64);
    height: 100%;
    box-shadow: -1px 0px 10px 1px #000;
}

._page_sidedisplay_toggler {
    height: 50px;
    position: absolute;
    top: 5px;
    left: 5px;
}

._page_sidedisplay_content {
    height: 100vh;
    overflow: hidden;
}

._page_sidedisplay_content:hover,
._page_sidedisplay_content:focus {
    overflow-y: auto;
}

._page_sidedisplay_footer {}

.curved2 {
    border: 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 2px 1px #dcdcdc;
    -moz-box-shadow: 0px 0px 2px 1px #dcdcdc;
    -webkit-box-shadow: 0px 0px 2px 1px #dcdcdc;
    -khtml-box-shadow: 0px 0px 2px 1px #dcdcdc;
    min-height: 21px;
    padding-left: 5px;
    padding: 8px;
    width: auto;
    font-size: 1.5em;
    max-width: 960px;
    background: #119802;
    background-image: -webkit-linear-gradient(top, #73FD63, #026103);
    background-image: -moz-linear-gradient(top, #73FD63, #026103);
    background-image: -ms-linear-gradient(top, #73FD63, #026103);
    background-image: -o-linear-gradient(top, #73FD63, #026103);
    background-image: linear-gradient(top, #73FD63, #026103);
    /* background: #119802; */
    color: #D9FFBB;
    text-shadow: -1px -1px 1px #1a1a1a;
}

.error-class,
.error-class-forced,
*:focus.error-class-forced,
*:focus.error-class {
    border: 1px solid #EA0000 !important;
    border-color: #EA0000 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(233, 102, 102, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(233, 102, 102, 0.6);
}

.error-text-out {
    position: relative;
    display: block;
    height: 20px;
    /* padding-left: 4.5rem; */
    color: red;
    font-size: 11px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    /* z-index: 2; */
    white-space: nowrap;
}

.error-text-out:hover {
    overflow: visible;
    min-height: 20px;
    height: auto;
}

body._app-bg .error-text-out {
    background-color: rgba(0, 0, 0, 0.45);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 0.5rem;
    padding-top: 2px;
}

.error-class>.error-text-out {
    position: absolute;
    bottom: -20px;
    left: 0px;
}

#formend {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    border: ;
    text-align: center;
    padding-bottom: 8px;
    color: #7c7c7c;
}

#formheader {
    position: relative;
    height: 52px;
    width: 100%;
    top: 0px;
    text-align: center;
    background: #49097A;
    line-height: 45px;
    font-size: 35px;
    text-shadow: 0px 0px 5px skyblue;
    font-family: calibri;
    color: #FEFEFE;
}

.curved3 {
    border: 1px solid #C9C9C9;
    width: 266px;
    height: 114px;
    color: #444444;
}

input[type="button"],
input[type="submit"] {
    border: 0px;
}

input[name="gd_formsubmit"] {
    background-color: #3172f4;
}

.submitbutton {
    position: relative;
    right: ;
    top: ;
    text-align: center;
    width: 21%;
    min-width: 119px;
    height: 35px;
    color: #FEFEFE;
    border: ;
    display: block;
    margin: 2px auto;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #5B05AA;
}

.submitbutton:hover {
    background: #2A326B;
}

input[type=file] {
    /* display: block; */
    /* margin: auto; */
}

#form {
    position: relative;
    width: 100%;
    height: 100%;
    /* text-align: center; */
    overflow: hidden;
}

[data-name=audiosection],
[data-name=videosection] {
    display: none;
}

.total2 {
    position: absolute;
    left: 50%;
    /* right: 50%; */
    /* bottom: 50%; */
    top: 50%;
    width: 100px;
    max-height: 100px;
    transform: translate(-50%, -50%);
    width: 10%;
    max-width: 100px;
    min-width: 50px;
    min-height: 50px;
}

input,
select,
textarea:focus {
    outline-color: #7c7c7c;
    outline-style: auto;
    outline-width: 0px;
    border: 1px solid;
}

input.submitbtn,
button.submitbtn {
    color: #000;
}

button.btn-outline-info.submitbtn,
input.btn-outline-info.submitbtn {
    border-color: #ab7cd5;
    color: #83369c;
    background-color: rgba(255, 250, 190, 0);
    font-size: 1.3rem;
}

button.btn-outline-info.submitbtn:hover,
input.btn-outline-info.submitbtn:hover {
    background-color: #4a357b;
}

input#def-search,
#def-searchedit {
    position: absolute;
    margin: auto;
    display: block;
    min-width: 53%;
    left: 23.5% !important;
    border: 0px;
    box-shadow: 0px 0px 16px -3px;
    text-align: center;
    min-height: 36px !important;
    font-size: 2rem;
    z-index: 200;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px 10px;
}

div[data-hsname="prservcode"] input.form-control {
    height: 42px;
}

div[data-hsname="prservcode"] a._idapp {
    font-size: 1.9rem;
    padding: 7px 14px !important;
}

input[type="checkbox"] {
    line-height: normal;
    top: 1px;
}

select,
select.form-control {
    padding: 4px 5px 4px 15px;
}

select.form-control option {
    display: block;
    color: #000;
}

.curved {
    border: 1px solid #c9c9c9;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    /*box-shadow: 0px 0px 5px 3px #dcdcdc;-moz-box-shadow: 0px 0px 5px 3px #dcdcdc;-webkit-box-shadow: 0px 0px 5px 3px #dcdcdc;-khtml-box-shadow: 0px 0px 5px 3px #dcdcdc;*/
    min-height: 31px;
    height: auto;
    width: 98%;
    margin: auto;
    max-width: 370px;
    background: ;
    padding-left: 5px;
    color: #444444;
    text-align: left;
}

div[data-name="galleryentry"] {
    display: none;
}

div[data-name="bannerpicentry"] {
    display: none;
}

#resultheaderpanel {
    position: relative;
    top: 0px;
    width: 100%;
    min-height: 19px;
    overflow: hidden;
    border-radius: 6px;
    text-align: left;
    background: #961F1F;
    padding: 1px 4px 1px 4px;
}

#resultheadercontent {
    position: relative;
    float: left;
    width: 120px;
    height: 19px;
    overflow: hidden;
    border-right: 1px solid #6B0101;
    margin: 0px 0px 0px 5px;
    color: #F8C9C9;
    font-weight: bold;
    padding: 2px 0px 0px 5px;
}

#displayresultshold {
    position: relative;
    width: 100%;
    min-height: 480px;
    overflow: hidden;
    border: 1px solid #000;
}

#displayresulthold {
    position: relative;
    width: 100%;
    min-height: 18px;
    overflow: hidden;
    padding-left: 7px;
    /*border:1px solid #000;*/
    background: #CDCDCD;
}

#displayresultscontent {
    position: relative;
    float: left;
    width: 120px;
    min-height: 18px;
    overflow: hidden;
    font-size: 12px;
    border: 1px solid #000;
    padding-left: 5px;
    margin: 0px 0px 0px 5px;
}

#displayresultscontent a {
    font-size: 12px;
}

#displayresultscontent a:hover {}

#resultcontenttable {
    width: 100%;
    /* border:1px solid #B30101; */
    text-align: left;
    border-radius: 15px;
    /* overflow: hidden; */
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#resultcontenttable:after {
    content: " ";
    position: relative;
    clear: both;
    width: 100%;
}

td.full-span-td {
    display: table-cell;
    width: 100%;
}

table.poptable thead {}

table.poptable tbody.popbody {
    max-height: 500px;
    overflow: hidden;
}

table.poptable tbody.popbody:hover {
    max-height: ;
}

table.poptable th,
table.poptable td {
    padding: .75rem .8rem;
}

.poptable tbody>tr[data-meta]:even {
    background-color: #6d258f;
}

.poptable thead {}

.poptable .popbody {
    max-height: 500px;
    overflow: hidden;
}

.poptable .popbody:hover {
    max-height: ;
}

.poptable th,
.poptable td {
    padding: .75rem .8rem;
}

td.row_divider {
    border-bottom-color: transparent;
}

.poptable tbody>tr[data-meta]:even {
    background-color: #6d258f;
}

.poptable a.tbleditpoint[data-hstoggle="active"] {
    color: #d30000;
}

.poptable.viewmode .cover_abs {
    display: none;
}

.poptable.viewmode .invis {
    visibility: hidden;
}

.poptable.viewmode .hid {
    display: none;
}


[data-parent*="searchoptions"] .view,
.hst_viewmode .view {
    display: inline-block;
}

.hst_viewmode .view_block {
    display: block;
}

.hst_viewmode .view_default {}

[data-parent*="searchoptions"] .hid,
.hst_viewmode .hid {
    display: none;
}


[data-parent*="searchoptions"].collapsed .view,
[data-parent*="searchoptions"]._plain .view,
.hst_viewmode.hshid .view,
.hst_viewmode.hshid .view_block,
.hst_viewmode.hshid .view_default {
    display: none;
}

[data-parent*="searchoptions"].collapsed .hid,
[data-parent*="searchoptions"]._plain .hid,
.hst_viewmode.hshid .hid {
    display: inline-block;
}


.poptable.viewmode .cover_abs {
    position: absolute;
    z-index: 12;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

a.tbleditpoint[data-hstoggle="active"] {
    color: #d30000;
}

div.featurescrollarea {
    position: relative;
    max-height: 490px;
    overflow: hidden;
}

div.featurescrollarea:hover {
    overflow: auto;
}

.paydescription {
    color: #fff;
}

.paydescription p:first-of-type {
    display: block;
    width: 100%;
}

.paydescription .discount_out {
    display: block;
    font-size: .8rem;
    color: lightgreen;
}

.paydescription h2:first-of-type {
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 2.4rem;
}

.tr_td_loader {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 16%;
    text-align: center;
    background-color: #101f32a3;
}

.tr_td_loader img {
    max-height: 20px;
    position: relative;
    margin: auto;
    display: block;
}

._pckgrenderhold {
    min-height: 200px;
}

.main-menu .navigation>li>a.menu-item>i.fltc::before {
    font-size: 2.1rem;
}

h4.newgroupadditionheadingclass {
    clear: both;
}

td.tddisplayimg img {
    max-width: 150px;
    max-height: 100px;
}

#paginateddatahold {
    position: relative;
    width: 100%;
    min-height: 400px;
    overflow: hidden;
}

#paginateddatahold:hover {
    overflow-x: auto;
}

table#resultcontenttable>thead {
    background: #ac5b0f;
    /* border-top-left-radius: 50px; */
}

table#resultcontenttable thead tr {
    border-top-left-radius: 12px;
}

table#resultcontenttable>thead tr th {
    padding: 8px 5px 8px;
    color: #fefefe;
}

small.tdsmall {
    font-size: 10px;
    color: #4835ff;
}

.marginnone {
    margin: 0px !important;
}

#surveyaccordion {
    padding: 18px;
    text-align: left;
}

p {
    /* max-height: 150px; */
}

p._footer-pane {
    font-size: 1.5rem;
}

p._footer-pane span.glow {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    box-shadow: 0px 0px 6px 0px inset #00000052;
}

p._footer-pane span.glow i {
    font-size: inherit;
}

p._footer-pane span.glow i.fa {
    font-size: 1.2rem;
    transform: translate(0px, -2px);
}

p.stat-data-subtitle {
    position: relative;
    display: block;
}

p.lead._sub {
    margin-bottom: 0px;
    margin-top: 9px;
}

.ellistright p.lead._sub {
    margin-top: 0px;
    padding-top: 9px;
}

p.printtitle {
    font-size: 20pt;
    text-align: center;
}

.printdata {
    position: relative;
    display: none;
    padding: 0px !important;
    padding-left: 18px !important;
    margin: 0px;
    overflow: hidden !important;
    min-height: 100px;
}

.imgprintdatabg {
    position: absolute;
    bottom: 0em;
    right: 0%;
    transform: translate(-50%, -50%);
    width: 40px;
    z-index: -1;
    opacity: 0.4;
}

td p {
    max-height: none;
}

table#resultcontenttable>tbody {}

table#resultcontenttable>tbody>tr {}

table#resultcontenttable>tbody>tr:nth-child(even) {}

table#resultcontenttable>tbody>tr:nth-child(odd)>td {
    background: #fffbfa;
}

table#resultcontenttable>tbody>tr:nth-of-type(4n-1) {
    background: #a412f3;
    color: #fefefe;
}

tr[name="tableeditcontainer"] {
    text-align: left;
}

.pad_type .input-group-addon {
    padding-bottom: 15px;
    border-width: 0px;
}

table#resultcontenttable>tbody>tr:nth-of-type(4n-1)>td {
    background-color: #f39012;
    color: #fefefe;
}

table#resultcontenttable>tbody>tr:nth-of-type(4n-1)>td[name="trcontrolpoint"]>a {
    color: #fefefe;
}

table#resultcontenttable tbody tr td[name="trcontrolpoint"] a {
    /* text-align: center; */
    font-size: 1.4rem;
    display: block;
    padding: 5px;
    color: #ff892d;
}

table#resultcontenttable tbody>tr:nth-of-type(4n-1)>a {
    color: #e1c1f1;
}

.overflowhidden {
    overflow: hidden;
}

.form-group._blocked.clearboth.overflowhidden {}

.overflowxauto,
.overflowxautohover:hover {
    overflow-x: auto;
    overflow-y: hidden;
}

.overflowyauto,
.overflowyautohover:hover,
.overflowyautofocus:focus,
{
    overflow-x: hidden;
    overflow-y: auto;
}

img.facefile {
    max-width: 290px;
    display: block;
    margin: auto;
}

.pie-display {
    height: 250px;
    position: relative;
}

.bar-display {
    height: 300px;
    margin-top: 25px;
    position: relative;
    clear: both;
}

.bar-display-full {}

.col-md-12.textleft input[type="submit"] {
    text-align: left;
    float: left;
}

/*Control assignable content section*/
.strpholder {
    min-height: 20px;
    /* overflow: hidden; */
    position: relative;
}

.ellistleft {
    overflow-x: hidden;
}

.ellistright {
    background-color: #eec0f9;
    position: relative;
    height: 450px;
    background: linear-gradient(45deg, #b149ea, rgba(210, 162, 240, 0.66));
    overflow: hidden;
}

.listnotifications {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(11, 11, 11, 0.7215686274509804);
    color: #fefefe;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 12;
}

.listdisplay {
    min-height: 200px;
    max-height: 345px;
    overflow: hidden;
    margin-top: 5px !important;
}

.listdisplay:hover {
    overflow: auto;
}

.listdisplay:hover {
    overflow: auto;
}

.toptoolbox {
    padding-top: 10px;
    position: relative;
    clear: both;
    /* display: block; */
    height: 52px;
    overflow: hidden;
}

.toptoolbox div._1 {
    /* display: flex; */
}

.toptoolbox div._3 {}

.toptoolbox div._2 {
    line-height: 34px;
    margin-right: 15px;
    font-size: 1.2rem;
    color: #401767;
}

.stafflistentry,
.defboxentrylist {
    font-size: 1.9rem;
    padding: 5px;
    border-bottom: 1px solid #414141;
    border-top: 1px solid #fff;
    margin-bottom: 0px;
    color: #3c8dbc;
}

.stafflistentry._small,
.defboxentrylist._small {
    font-size: 1.5rem;
}

.defboxentrylist.checkbox._small {
    margin-top: 0px;
}

.qgbox .panel-collapse .stafflistentry._small {
    border: 0px;
    border-bottom: 1px solid #e4e4e4;
    color: #10981a;
}

.stafflistentry.checkbox label._labelcheckbox,
.defboxentrylist.checkbox label._labelcheckbox {
    margin: auto;
    width: 100% !important;
}

.defboxentrylist.checkbox._widthcontrol label._labelcheckbox {
    /* width: 92%; */
    display: block;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

.defboxentrylist.checkbox._widthcontrol {
    border-bottom-color: transparent;
}

.qgbox .panel-collapse .stafflistentry._small label._labelcheckbox {
    padding: 5px;
}

.stafflistentry.checkbox label._labelcheckbox input[type="checkbox"],
.defboxentrylist.checkbox label._labelcheckbox input[type="checkbox"] {
    top: 10px;
}

p.stafflistentry.checkbox label {
    width: 100%;
}

p.stafflistentry.checkbox label input[type="checkbox"] {
    top: 10px;
}

.qaedit label {
    font-weight: normal;
    font-size: 15px;
}

i.linklike {
    cursor: pointer;
    color: #4438ff;
    /* text-shadow: 1px 1px 0px #000; */
}

.cursor-pointer {
    cursor: pointer;
}

.ellistright .stafflistentry:first-of-type,
.stafflistentry.first {
    border-top-color: rgba(253, 216, 255, 0.56);
}

.rmdata,
.dfdata {
    float: right;
    margin-right: 3%;
}

.qassdata._1 {
    background-color: #1b9e1b;
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding: 5px;
    margin-top: 10px;
}

.qassdata._2 {
    background-color: rgb(182, 2, 2);
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding: 5px;
    margin-top: 10px;
}

.container.idapp-cont {
    margin: auto;
    clear: both;
    display: block;
    /* min-height: 10px; */
    /* overflow: hidden; */
}

span.plain_char {
    font-size: 15px;
}

/* end */
.row.dropcoldowndivide {
    margin-bottom: 56px !important;
}

table#resultcontenttable>tbody>tr:nth-child(odd):hover {
    background: #a84a00;
    color: #f5eedc;
}

table#resultcontenttable>tbody>tr:nth-of-type(4n-1) a {
    color: #a3dbff;
}

table#resultcontenttable>tbody>tr:nth-child(odd):hover>td {
    font-family: "Open Sans";
    background: #1c0702;
}

td.tdimg i {
    font-size: 4rem;
}

table#resultcontenttable>tbody>tr:nth-child(odd):hover>td a {
    color: #FFF500;
}

table#resultcontenttable>tbody>tr>td {
    padding: 8px 8px 8px;
    max-width: 200px;
    position: relative;
}

td.tdimg img {
    max-height: 100px;
    max-width: 150px;
}
td.tdimg._img-xs img {
    max-height: 50px;
    max-width: 100px;
}
tbody tr[name="tableeditcontainer"] {
    /*display: block;position: relative;width: 100%;min-height: 30px;overflow: hidden;*/
    padding: 0;
    /* height: 0px; */
}

tr[name="tableeditcontainer"]>td {
    padding: 0px !important;
    /*  -webkit-transition: all 0.5s;      -moz-transition: all 0.5s;       -ms-transition: all 0.5s;        -o-transition: all 0.5s;           transition: all 0.5s;*/
    /*   display: block; width: 100%;    padding: 0px;   min-height: 30px;   overflow: hidden;*/
}

tbody tr[name="tableeditcontainer"] td div#completeresultdisplay {
    position: relative;
    width: 100%;
    height: 0px;
    /* overflow:hidden; */
    /*border:1px solid beige;*/
    /* float:left; */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

tbody tr[name="tableeditcontainer"] td div#completeresultdisplay div#completeresultdisplaycontent {
    position: relative;
    /* overflow: hidden; */
    min-height: 200px;
    width: 100%;
    background: #fff;
    /* overflow-y:auto; */
    /*border:1px solid orange;*/
}

#editimgs {
    position: relative;
    float: left;
    margin-right: 2%;
    margin-top: 12px;
    width: 31%;
    max-width: 150px;
    text-align: center;
    height: 100px;
    overflow: hidden;
}

#editimgsoptions {
    border: ;
    width: 20px;
    min-height: 66px;
    height: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0.5;
    background: #1a1a1a;
}

#editimgsoptionlinks {
    position: relative;
    width: 100%;
    min-height: 21px;
    overflow: hidden;
}

.rTable {
    display: table;
    width: 100%;
}

.rTableRow {
    display: table-row;
    /* position: relative; */
    /* clear: both; */
    width: 100%;
}

div#resultcontenttable.rTable div.rTableRow {
    width: 100%;
    clear: both;
    /* float: left; */
    /* position: relative; */
}

.price-box ul {
    margin: 0;
    color: #777;
    padding: 25px 0 0;
    letter-spacing: .6px;
    border: solid #eee;
    border-width: 0 1px;
}

div#resultcontenttable.rTable div.rTableRow[name=tableeditcontainer] {
    /* display: table; */
    border: 0px;
    border-color: transparent;
}

div#resultcontenttable.rTable div.rTableRow .rTableCell {}

div#resultcontenttable.rTable div.rTableRow .rTableCell.colspan {
    padding: 0px;
    border: 0px;
    border-color: transparent;
    border-image-width: 0px;
}

.rTableRow.colspan {
    width: 100%;
}

.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
}

.rTableCell,
.rTableHead {
    display: table-cell;
    padding: 3px 10px;
    border: 1px solid #999999;
}

.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
    font-weight: bold;
}

.rTableFoot {
    display: table-footer-group;
    font-weight: bold;
    background-color: #ddd;
}

.rTableBody {
    display: table-row-group;
}

.rTableBody div.rTableRow[name="tableeditcontainer"] div.rTableCell div#completeresultdisplay {
    border-color: transparent;
    visibility: hidden;
}

.rTableBody div.rTableRow[name="tableeditcontainer"] div.rTableCell div#completeresultdisplay div#completeresultdisplaycontent {
    border: 0px;
}

._upindex {
    z-index: 300;
}

.loadermini._igloader {
    display: ;
}

#mainPageModal,
#mainConfirmModal,
#ContactModal,
#SysOpsModal {
    z-index: 9999;
}

#SysOpsModal .modal-content {}

#SysOpsModal .modal-header {
    border: 0px;
}

#SysOpsModal iframe {
    width: 100%;
    max-height: 90vh;
    border: 0px;
    min-height: 360px;
}

._zorro {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.33);
}

img.loadermini,
img.loadermidi {
    position: absolute;
    left: 50%;
    /* right: 50%; */
    /* bottom: 50%; */
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10%;
    max-width: 40px;
    min-width: 30px;
    min-height: 33px;
    z-index: 99;
}

img.loadermidi {
    width: 20%;
    max-width: 150px;
    min-width: 30px;
    min-height: 100px;
}

img.idafminiimg {
    max-height: 100px;
}

img.loadermini._2 {
    width: 20%;
    max-width: 100px;
}

img.loadermini._igloader {
    width: 42px;
    bottom: 0px;
    left: 2px;
    min-height: auto;
    height: 100%;
    top: 0px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

._gdb2 img.loadermini._igloader {
    background: transparent;
}

img.loadermask.loadermini._igloader._upindex._vmimagecapture {
    background: rgba(0, 0, 0, 0.29);
}

._idapp._2 img.loadermini._igloader {
    width: 100%;
    max-width: 44px;
    position: absolute;
    display: block;
    height: 100%;
    float: none;
    clear: both;
}

.gd_blockbtn {
    position: absolute;
    top: 0px;
    left: 0px;
    /* width: 94%!important; */
    background: rgba(0, 0, 0, 0.58);
    /* max-width: 500px; */
    text-align: center;
}

/* .gd_blockbtn > img.loadermini._igloader {
    background-color: transparent!important;
    left: unset;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    /* margin: -3px auto 0px auto; */
/* }  */
span.bs-igicon.blockdisplay._idapp.gd_blockbtn img.loadermask.loadermini._igloader._upindex {
    margin-top: 13px;
}

span.gd_blockbtn {
    position: absolute;
    top: 0px;
    left: 0px;
    /* width: 94%!important; */
    background: rgba(0, 0, 0, 0.58);
    /* max-width: 500px; */
    text-align: center;
    z-index: 90;
}

span.gd_blockbtn._gdb2 {
    background: rgba(255, 255, 255, 0.58);
}

._full._fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 300;
    background-color: rgba(3, 3, 3, 0.32);
}

._acc-picker {
    color: #fff;
    font-size: 3rem;
    box-shadow: 0px 0px 14px 2px inset #fff;
    /* height: fit-content; */
    /* position: relative; */
    display: block;
    /* height: 80%; */
    margin-bottom: 12px !important;
    border-radius: 7px;
    max-width: 350px;
    padding: 10px;
    min-width: 140px;
}

._acc-picker:hover {
    color: #fff;
}

html body a._acc-picker i,
html body a._acc-picker i.la {
    font-size: 9rem;
}

._acc-picker._1 {
    background-color: rgba(46, 199, 199, 0.73);
    font-size: 2rem;
}

._acc-picker._1:hover {}

._acc-picker._2 {
    background-color: rgba(255, 0, 0, 0.59);
    font-size: 2rem;
}

._acc-picker._4 {
    font-size: 2rem;
}

._acc-picker._2:hover {}

._acc-picker._3 {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.63), rgba(255, 165, 0, 0.64) 50%);
}

._acc-picker._3:hover {}

._acc-picker.fcactive {
    box-shadow: 0px 0px 16px 0px #ffa96f, 0px 0px 14px 2px inset #fff;
}

.estatespickerarea {
    max-height: 380px;
    overflow-x: hidden;
    /* display: block; */
    /* overflow-y: auto; */
}

.estatespickerarea:focus,
.estatespickerarea:hover {
    overflow-y: auto;
}

.estatespickerarea:hover {
    /* overflow-y: a; */
}

._estatedata {
    position: relative;
    display: flex;
    min-width: 150;
    margin-bottom: 13px;
}

._estatedata::before {
    content: "";
    position: absolute;
    width: 100%;
    height: : 100%;
    z-index: 1;
}

._estatedata ._estatelogo {
    background-color: #c38100;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 110px;
}

._estatedata ._estatelogo img {
    /* max-width: 100%; */
    max-height: 115px;
}

._estatedata ._estatename {
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.84);
    display: flex;
    align-items: center;
    min-width: 150px;
}

._estatedata ._estatename h4 {
    font-size: 1.7rem;
}

._estatelogopreviewer {
    max-height: 100px;
}

._estatetitlepreviewer {
    background-color: rgba(0, 0, 0, 0.49);
    padding: 2px;
    margin-top: 10px;
    border-radius: 5px;
}

._estatedata.fcactive {
    box-shadow: 0px 0px 6px 3px #ff924b;
    z-index: 12;
    padding: 0px;
    background-color: #000;
}

._estatedata.fcactive ._estatelogo {}
.select_custom{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: 12px 36px 12px 0;
    font-size: 16px;
    line-height: 1.5;
    color: #1b1d1c;
    font-weight: 700;
    font-family: inherit;
    /* background-color: #fff; */
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: solid rgba(124,136,157,.15);
    border-width: 0 0 1.6px;
    border-radius: 0;
    /* outline: none; */
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.full-app-welcome {
    display: flex;
}

.full-app-welcome._default {
    background-color: rgba(134, 60, 189, 0.82);
}

.full-app-welcome._red {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._red._light {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._red._dark {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._orange {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._orange._light {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._orange._dark {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._yellow {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._yellow._light {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._yellow._dark {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._green {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._green._light {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._green._dark {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._blue {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._blue._light {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._blue._dark {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._indigo {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._indigo._light {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._indigo._dark {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._violet {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._violet._light {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._violet._dark {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._aqua {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._aqua._light {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._aqua._dark {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._teal {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._teal._light {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._teal._dark {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._maroon {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._maroon._light {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._maroon._dark {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._magenta {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._magenta._light {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._magenta._dark {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._burgundy {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._burgundy._light {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome._burgundy._dark {
    background-color: rgba(75, 1, 129, 0.82);
}

.full-app-welcome .app-welcome {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem;
    box-shadow: 0px 0px 46px 0px inset #ffffff;
    border-radius: 5px;
    background-color: rgba(204, 171, 237, 0.42);
    z-index: 3;
}

.full-app-welcome .app-welcome._left-sided,
.full-app-welcome .app-welcome._right-sided,
.full-app-welcome .app-welcome._bottom-centered,
.full-app-welcome .app-welcome._top-centered {
    background-color: rgba(0, 0, 0, 0.27);
}

.full-app-welcome .app-welcome._left-sided {
    left: 0%;
    transform: translate(-0%, -50%);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.full-app-welcome .app-welcome._right-sided {
    right: 0%;
    left: unset;
    transform: translate(0%, -50%);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.full-app-welcome .app-welcome._bottom-centered {
    bottom: 0%;
    top: unset;
    transform: translate(-50%, 0%);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.full-app-welcome .app-welcome._top-centered {
    top: 0%;
    transform: translate(-50%, 0%);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.full-app-welcome .app-welcome._bglayer {
    background-color: rgba(0, 0, 0, 0.38);
}

.full-app-welcome .app-welcome ._large-logo,
._large-logo {
    text-align: center;
}

.full-app-welcome .app-welcome ._large-logo>a {}

.full-app-welcome .app-welcome .title-link {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 1rem;
}

.full-app-welcome .app-welcome .title-text {
    display: flex;
    width: 100%;
    font-size: 3rem;
    color: #fff;
    text-shadow: 0px 0px 3px;
    flex-direction: column;
    justify-content: space-evenly;
}

.full-app-welcome .app-welcome .title-content {
    color: #fff;
    text-shadow: none;
}

.full-app-welcome._default .app-welcome .title-text {
    color: #fff;
}

.full-app-welcome._default .app-welcome .title-text span.content {
    text-shadow: 0px 0px 13px skyblue;
    padding: .5rem;
    display: block;
    /* background-color: #522585; */
    border-radius: 6px;
}

.full-app-welcome._default .app-welcome .title-text span.content:hover {
    background-color: #522585;
}

.full-app-welcome .app-welcome .title-text small {
    font-size: 1.7rem;
    /* opacity: .75; */
    display: block;
    line-height: 2.2rem;
}

/* VM Application style control */
#revisit-self-service {}

.vegas-full-holder {
    z-index: 0;
    position: fixed !important;
    width: 100%;
    height: 100% !important;
}

.vegas-full-holder .video-custom-vegas {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    object-position: center center;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

._rvv-app-container {
    position: relative;
    padding: 0px;
    /* height: 100vh; */
    min-height: 100vh;
    float: none;
    margin: auto !important;
    clear: both;
    height: auto;
    max-width: 1366px;
}

._rvv-app-container ._app-sidebar {
    height: 100vh;
    /* background-color: rgba(44, 23, 55, 0.77); */
    /* height: auto; */
    position: relative;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 3;
    /* overflow-y: auto; */
}

._rvv-app-container ._app-sidebar ._app-menu-link {
    display: block;
    text-align: center;
    padding: 1rem 0rem 1rem 0rem;
    width: 100%;
    background-color: rgba(215, 125, 255, 0.23);
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.32);
    border-top: 1px solid rgba(137, 126, 126, 0.32);
    /* background-image: url(../../../images/backgrounds/overlays/08.png); */
}

._rvv-app-container ._app-sidebar ._app-menu-toggle,
._rvv-app-container ._app-sidebar ._app-menu-option {
    background-color: rgba(12, 1, 18, 0.38);
    display: block;
    width: 100%;
    text-align: center;
    z-index: 2;
}

._rvv-app-container ._app-sidebar ._app-menu-option[data-type="reload"] {}

._rvv-app-container ._app-sidebar ._app-menu-toggle a i,
._rvv-app-container ._app-sidebar ._app-menu-option a i {
    color: rgba(215, 183, 246, 0.76);
    font-size: 3rem;
    text-shadow: 1px 1px 4px #28005e;
    padding: .5rem;
}

._rvv-app-container ._app-sidebar ._app-menu-link.active {
    background-color: rgba(30, 5, 41, 0.17);
    /* box-shadow: 41px 0px 10px -8px inset rgba(255, 255, 255, 0.11); */
    text-shadow: 0px 0px 55px;
    border-top: 0px;
    background-image: none;
}

._rvv-app-container ._app-sidebar ._app-menu-link a {}

._rvv-app-container ._app-sidebar ._app-menu-link a {}

._rvv-app-container ._app-sidebar ._app-menu-link a {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    text-align: center;
    /* width: 90%; */
    position: relative;
    color: #d7d7d7;
    margin: auto;
}

._rvv-app-container ._app-sidebar ._app-menu-link a i {
    color: rgb(220, 212, 255);
    font-size: 6.6rem;
}

._rvv-app-container ._app-sidebar ._app-menu-link a span {
    font-size: 1.5rem;
    display: block;
    padding-top: 8px;
}

._rvv-app-container ._app-sidebar ._app-menu-link.active a {
    color: #fff;
}

._rvv-app-container ._app-sidebar ._app-menu-link.active a i {
    color: #302aa6;
    background: linear-gradient(87deg, #ae36ce, #d476ff, #e056bd, #a3b83f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 199, 199, 0);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    /* text-shadow: none; */
    text-shadow: 0px 0px 63px;
}

._rvv-app-container ._app-sidebar ._app-menu-link.active a span {
    text-shadow: 2px 2px 7px #000;
}

._rvv-app-container ._app-sectors {
    background-color: rgba(30, 5, 41, 0.17);
    display: inline-block;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    min-height: 100vh;
    height: auto;
    z-index: 1;
    position: relative;
}

._rvv-app-container ._app-sectors ._large-logo {
    padding: 0px;
    flex-basis: 25%;
    max-height: 230px;
}

._rvv-app-container ._app-sectors ._large-logo a,
._platform-suite-hold ._logo-hold a.btamenu,
._logo-hold a.btamenu {
    padding: 1rem;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.15);
    padding-bottom: 1rem;
    border-radius: 5px;
    margin-top: 1rem;
}

.login-logo a.btamenu.pull-left {
    background-color: #000;
}

._rvv-app-container ._app-sectors ._large-logo a.btamenu,
._platform-suite-hold ._logo-hold a.btamenu,
._logo-hold a.btamenu {
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
}

._platform-suite-hold ._logo-hold a.btamenu,
._logo-hold a.btamenu {
    left: 5px;
    right: unset;
    border-radius: 50%;
    line-height: 1rem;
}

._platform-suite-hold ._logo-hold a.btamenu i {
    font-size: 1.7rem;
    font-weight: bold;
}

._rvv-app-container ._app-sectors ._large-logo a.btamenu i {
    font-size: 3.9rem;
}

._rvv-app-container ._app-sectors ._large-logo a img {
    max-width: 170px;
    max-height: 64px;
}

._rvv-app-container ._app-sectors ._app-sector-title {
    color: #fff;
    padding-top: 1rem;
    font-size: 4rem;
    /* position: relative; */
}

._rvv-app-container ._app-sectors ._app-sector-title::before {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 80%;
    height: 2px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.48);
    transform: translate(-50%, -0%);
}

._rvv-app-container ._app-sectors ._app-sector-title::after {
    content: " ";
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 20%;
    height: 8px;
    border-radius: 0px;
    background-color: rgba(48, 5, 65, 0.98);
    /* background-image: linear-gradient(0deg, #44015e, rgba(116, 45, 141, 0.69)); */
    transform: translate(-50%, -0%);
    box-shadow: 0px 0px 16px 0px #36045d;
}

._rvv-app-container ._app-sectors ._app-sector-content {
    position: relative;
    padding: 0px;
    flex-basis: 75%;
    max-height: 631px;
    /* overflow: hidden; */
    overflow-x: hidden;
    overflow-y: auto;
}

._rvv-app-container ._app-sectors ._app-sector-content::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(248, 214, 252, 0);
}

._rvv-app-container ._app-sectors ._app-sector-content::-webkit-scrollbar-thumb {
    background-color: #2d0057;
}

._rvv-app-container ._app-sectors ._app-sector-content::-webkit-scrollbar-track {
    box-shadow: 0 0 2px 0px inset rgba(0, 0, 0, 0.85);
    background-color: #e8b9f4;
    border-radius: 5px;
}

._rvv-app-container._app-menu-hide ._app-sidebar {
    transform: translateX(-190%);
    transition: all 0.5s ease;
    position: fixed;
    top: 0px;
}

._rvv-app-container._app-menu-hide ._app-sidebar ._app-menu-toggle {
    /* transform: translate(190%,100px); */
    position: fixed;
    top: 0px;
    left: 190%;
    display: block;
}

._rvv-app-container._app-menu-hide ._app-sectors {
    transition: all 0.5s ease;
}

._rvv-app-container ._app-sectors ._app-sector-content ._app-sector-container {
    position: relative;
    /* height: 0; */
}

._tag-code-details {}

._tag-code-details dt {
    color: #fff;
}

._tag-code-details dd {
    color: #fff;
    font-size: 1.2rem;
    text-shadow: 2px 2px 1px #000;
}

._tag-code-details dd>img {
    min-height: 100px;
    max-width: 240px;
}

/* vm legal documents section */
.legal_content_list {
    background-color: rgba(0, 0, 0, 0.64);
    padding: 0px;
    max-height: 600px;
    overflow: hidden;
}

.legal_content_list:focus,
.legal_content_list:hover {
    /* overflow-y: auto; */
}

.legal_content_list a[data-aid],
.legal_content_list a._legal_doc_link {
    padding: 1rem;
    position: relative;
    display: block;
    color: white;
    font-size: 1.2rem;
    border-bottom: 1px solid;
    word-break: break-word;
}

.legal_content_list a._legal_doc_link {
    padding: 1.8rem 1rem 1.8rem 1rem;
}

.legal_content_list._full-legal a._legal_doc_link {
    border-left: 1px solid;
}

.legal_content_list._full-legal a._legal_doc_link:first-of-type {}

.legal_content_list a[data-aid].active,
.legal_content_list a._legal_doc_link.active {}

.legal_content_list a[data-aid].fcactive,
.legal_content_list a._legal_doc_link.fcactive {
    background-color: rgb(64, 17, 113);
}

.legal_content_area {
    background-color: #fff;
    max-height: 572px;
    /* margin-bottom: 20px; */
}

.legal_content_area div.legal-frame {
    max-height: 530px;
    overflow: hidden;
}

.legal_content_area div.legal-frame:hover {
    overflow: auto;
}

.legal_content_area div.doctitle {
    color: #000;
    font-size: 2rem;
    text-align: center;
    border-bottom: 1px solid;
}

.legal_content_area div.doctitle {}

.legal_content_area div.doctitle small {
    font-size: .8rem;
}

.legal_content_area._1 .sign_pad_area {
    background-color: rgb(250, 240, 251);
    position: relative;
    padding: 1rem;
    transition: all 0.5s ease;
    margin: auto;
    max-width: 300px;
    margin-top: 10px;
}

.sign_pad_area .sign_pad {
    background-color: #fff;
    width: 100% !important;
    margin: auto;
    position: relative;
    min-height: 136px !important;
    height: auto;
    max-height: 250px;
    border-radius: 5px;
    display: block;
    margin-top: 0rem;
}

.sign_pad_area .sign_pad_controls,
.uimagedisplay .photo_pad_controls {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 57px;
    max-height: 230px;
    height: 83%;
    min-height: 180px;
    background-color: rgb(55 33 2 / 61%);
    text-align: center;
    transform: translate(0%, -50%);
    /* padding: 1rem 0 1rem 0; */
}

.uimagedisplay .photo_pad_controls {
    width: 42px;
    height: 50%;
    z-index: 16;
    min-height: 129px;
}

.sign_pad_area .sign_pad_controls a.sign_pad_option,
.uimagedisplay .photo_pad_controls a.photo_pad_option {
    position: relative;
    display: block;
    font-size: 2rem;
    color: #ffa0f4;
    border-bottom: 1px solid rgb(0, 0, 0);
    padding: .5rem;
    border-top: 1px solid rgb(111, 111, 111);
    transition: 0.5s all inherit;
}

span.small_opt_text {
    font-size: .8rem;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    top: -2px;
}

a.sign_pad_option[data-action="toggle"] span.small_opt_text {
    top: -10px;
}

.sign_pad_area.hold .sign_pad_controls a.sign_pad_option[data-action="toggle"] span.small_opt_text {
    top: -2px;
}

.uimagedisplay .photo_pad_controls a.photo_pad_option {
    font-size: 1.5rem;
    color: #f8ac60;
}

.sign_pad_area .sign_pad_controls a.sign_pad_option i.save_success,
.uimagedisplay .photo_pad_controls a.photo_pad_option i.save_success {
    color: #5fff5f;
    text-shadow: 0px 0px 3px skyblue;
    font-size: 1rem;
    position: absolute;
    bottom: 4px;
}

.sign_pad_area .sign_pad_controls>a.sign_pad_option:first-of-type,
.uimagedisplay .photo_pad_controls>a.photo_pad_option:first-of-type {
    border-top: 0px;
    padding-top: 0px;
}

.sign_pad_area .sign_pad_controls a.sign_pad_option[data-hstoggle="active"] {}

a._legal-toggler[data-hstoggle="active"] {}

a._legal-toggler[data-hstoggle="active"] .hidetoggle {
    display: none;
}

.sign_pad_area .sign_pad_controls a.sign_pad_option.active {}

.sign_pad_area.hold {}

.sign_pad_area.hold .sign_pad_controls,
.uimagedisplay.hold .photo_pad_controls {
    /* right:0px; */
    min-height: 20px;
    overflow: hidden;
    top: 12%;
    height: 69px;
    /* transform: translate(256%, 0); */
    background: transparent;
}

.uimagedisplay.hold .photo_pad_controls {
    height: 38px;
    background: rgba(0, 0, 0, 0.66);
}

.sign_pad_area.hold .sign_pad_controls a.sign_pad_option[data-action="toggle"],
.uimagedisplay.hold .sign_pad_controls a.sign_pad_option[data-action="toggle"] {
    /* transform: translate(-256%, 10px); */
    background: rgba(0, 0, 0, 0.71);
    padding-top: .5rem;
    box-shadow: 0px 0px 14px 1px #000 inset;
}

.legal_content_area iframe.legal-frame {
    border: 0px;
    width: 100%;
    height: 530px;
}

._settingsoptions {
    background-color: #6a2891;
    background-image: linear-gradient(45deg, #130031, transparent);
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

._settingsoptions._collapsed {
    max-width: 73px;
}

._settingsoptions a {
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    padding: 5px 7px 5px 7px;
    color: #fff;
    border-top: 1px solid #372a3f;
    border-bottom: 1px solid rgba(255, 255, 255, 0.51);
}

._settingsoptions>a:first-of-type {
    /*     border-top:0px solid transparent; */
}

._settingsoptions>a:nth-of-type(2) {
    border-top: 0px solid transparent;
}

._settingsoptions>a:last-of-type {
    border-bottom: 0px solid transparent;
}

._settingsoptions a:hover {
    color: #fff;
}

._settingsoptions a i {
    font-size: 1.8rem;
    margin-right: 5px;
}

._settingsoptions._collapsed a.setmenu i.hid {
    display: block;
}

._settingsoptions a span.opt-text {
    font-size: 1.2rem;
}

._settingsoptions a.setmenu {
    position: absolute;
    width: 25px;
    height: 25px;
    background: rgba(0, 0, 0, 0.6);
    top: 0px;
    z-index: 12;
    border: 0px;
}

._settingsoptions a.setmenu i.hid {
    display: none;
}

._settingsoptions._collapsed a.setmenu i {
    display: none;
}

._settingsoptions a.setmenu i {
    margin: 0px;
    font-size: 1rem;
}

._settingsoptions a.setmenu.hidecontent i.hid {}

._settingsoptions._collapsed a span.opt-text {
    display: none;
}

._settingsoptions a.active {
    background-color: #fff;
    color: #400980;
}

._settingholder {}

.optiondisplayarea {}

.optiondisplayarea ._title {
    background-color: #6a2891;
    color: #fff;
}

.optiondisplayarea ._title i {
    margin-right: 1rem;
}

.optiondisplayarea ._title span {
    font-size: 1.6rem;
}

.settsection {}

.settsection>a.sectionhead {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.4rem;
}

.settsection .shfull {
    display: inline-block;
}

.settsection .shcoll {
    display: none;
}

.settsection>a.sectionhead:hover,
.settsection>a.sectionhead:focus {
    color: #fff;
}

.settsection>a.sectionhead .toggleiconarea i {
    transition: all 0.5s ease;
}

.settsection>a.sectionhead .toggleiconarea i.hid {
    /* display: none; */
}

.settsection._collapsed>a.sectionhead {}

.settsection._collapsed>a.sectionhead .toggleiconarea i {
    /* display: none;     */
}

.settsection._collapsed>a.sectionhead .toggleiconarea i.hid {
    /* display: block; */
    transform: rotateX(180deg);
}

.settsection._collapsed>.sectioncontent {
    display: none;
}

.settsection._collapsed .shfull {
    display: none;
}

.settsection._collapsed .shcoll {
    display: inline-block;
}

.settsection>.sectioncontent {
    font-size: 1.12rem;
}

._sett-custom-flex {
    /* border-bottom: 1px solid #8924af; */
}

.miniheader {
    font-size: 1.5rem;
    padding-bottom: 10px;
}

.img-preset-holder {
    position: relative;
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.vid-mini {
    width: 100%;
    height: auto;
}

.img-preset-holder img {
    max-width: 200px;
    /* height: 100%; */
}

.img-preset-holder._2 {
    height: 200px;
    width: 200px;
}

.img-preset-holder._2 * {
    /*     z-index:2; */
}

.slide_count_area {
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    background-color: rgba(26, 26, 26, 0.82);
    color: #fff;
    font-size: 2.8rem;
    line-height: 2rem;
    z-index: 4;
    padding: 5px;
    height: 40px;
    min-width: 40px;
}

.img-preset-holder._2 img {
    height: 108%;
    max-width: none;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-preset-holder._prev-accent {
    width: 100px;
    height: 100px;
}

._prev-accent._red {
    background-color: #bb0303;
}

._prev-accent._orange {
    background-color: orange;
}

._prev-accent._yellow {
    background-color: yellow;
}

._prev-accent._green {
    background-color: green;
}

._prev-accent._blue {
    background-color: blue;
}

._prev-accent._indigo {
    background-color: indigo;
}

._prev-accent._violet {
    background-color: #a431a4;
}

._prev-accent._white {
    /* background-color: #fffdf9; */
    border: 1px solid grey;
}

._prev-accent._black {
    background-color: black;
}

._prev-accent._grey {
    background-color: grey;
}

._upload-area-sim-large {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    font-size: 5rem;
    text-align: center;
    border: 6px solid;
    border-radius: 50%;
    z-index: 1;
}

._upload-area-sim-large>i {
    font-size: 5rem !important;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

/*--------------------------- Print area section Start--------------------------- */
body>#printArea,
body>.isprintArea {
    position: absolute;
    top: 0px;
    left: 1px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    width: fit-content;
    height: fit-content;
    background-color: #fff;
    padding-top: 5px;
    display: none;
}

.printarea {
    position: relative;
    width: 190px;
    height: 340px;
    width: 7cm;
    height: 13cm;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid black;
    margin: auto;
    /* padding:2px; */
}

.printarea>* {
    position: relative;
    z-index: 2;
}

/* force hidden print area element attribute */
.printarea [data-print-hide="true"] {
    display: none;
}

.printarea._landscape {
    width: 340px;
    height: 190px;
}

.printarea .badge-img {
    text-align: center;
    margin: auto;
    max-width: 106px;
    width: fit-content;
    display: flex;
    justify-content: center;
}

.printarea .badge-img img {
    position: relative;
    max-height: 85px;
}

.printarea .guest-type {
    font-size: 24px;
    text-align: center;
}

.printarea .guest-type .guest-type-text {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.19);
    padding: 0px 3px;
    font-weight: bold;
    letter-spacing: 1px;
}

.printarea .guest-type.visitor {
    background-color: #7227bf;
    /* background-image: linear-gradient(45deg, black, transparent); */
}

.printarea .guest-type.consultant {
    background-color: rgb(255, 1, 115);
}

.printarea .guest-type.appointment {
    background-color: #273181;
}

.printarea .guest-type.vendor {
    background-color: #d50000;
}

.printarea .guest-type.courier {
    background-color: #f0831f;
}

.printarea .guest-details {}

.printarea .guest-details .fullname {
    background-color: rgba(255, 255, 255, 0.17);
}

.printarea .guest-details .fullname .firstname {}

.printarea .guest-details .fullname .middlename {}

.printarea .guest-details .fullname .lastname {
    font-weight: bold;
}

.printarea .guest-details .purpose {
    background-color: rgba(255, 255, 255, 0.17);
}

.printarea .guest-details .purpose .purp-head {
    font-weight: bold;
}

.printarea .guest-details .purpose .purp-name {}

.printarea .guest-details .organisation {
    background-color: rgba(255, 255, 255, 0.17);
}

.printarea .guest-details .organisation .org-head {}

.printarea .guest-details .organisation .org-name {}

.printarea .guest-details .designation {}

.printarea .guest-details .designation .desig-head {}

.printarea .guest-details .designation .desig-name {}

.printarea .guest-details .phonenumber {}

.printarea .guest-details .phonenumber i {
    font-size: 8px;
}

.printarea .guest-details .phonenumber .phone {}

.printarea .guest-details .email {}

.printarea .guest-details .email i {
    font-size: 8px;
}

.printarea .guest-details .email .eaddr {}

.printarea .guest-details .entrycode {}

.printarea .guest-details .entrycode .code-text {
    display: block;
    height: 10px;
    margin-top: 2px;
    font-weight: bold;
}

.printarea .guest-details .entrycode .code {
    font-weight: bold;
    font-size: 24px;
}

.printarea .guest-details .timein {}

.printarea .host-details {}

.printarea .host-details .host-intro {}

.printarea .host-details .wtsfullname {
    text-shadow: 1px 1px 1px #000;
}

.printarea .host-details .wtsfullname .wtsfirstname {}

.printarea .host-details .wtsfullname .wtsmiddlename {}

.printarea .host-details .wtsfullname .wtslastname {}

.printarea .host-details .wtsfacdept {}

.printarea .host-details .wtsfacdept .wtsfaculty {}

.printarea .host-details .wtsfacdept .wtsdept {
    text-shadow: -1px 1px 1px #000;
}

.printarea .barcode {
    position: relative;
    padding: 0px 2px;
}

.printarea .barcode img {
    max-width: 100%;
}

.printarea .qrcode {
    position: relative;
    padding: 0px 2px;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.27);
}

.printarea .qrcode img {
    max-width: 100%;
}

.printarea .host-account-img {
    position: relative;
    text-align: center;
    z-index: 2;
}

.printarea .host-account-img img {
    position: relative;
    max-width: 100%;
    max-height: 26px;
}

/* default print style version 1 */
.printarea._d-1 {
    color: #000;
    font-size: 13px;
}

.printarea::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: " ";
    width: 100%;
    height: 100%;
    z-index: 1;
}

.printarea._d-1::after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: " ";
}

.printarea._portrait._d-1 {}

.printarea._portrait._d-1::before {
    background-size: cover;
}

.printarea._portrait._d-1 .badge-img {
    border-radius: 50%;
    overflow: hidden;
    transform: translate(38px, 51px);
    border: 11px solid #ad5bf8;
}

.printarea._portrait._d-1 .guest-type {
    float: left;
    transform: translate(0px, -108px);
    width: 100%;
}

.printarea._portrait._d-1 .guest-details {
    float: left;
    max-width: 156px;
    transform: translate(2px, -100px);
    height: 180px;
}

.printarea._portrait._d-1 .guest-details._full {
    max-width: 148px;
}

.printarea._portrait._d-1 .guest-details .purpose {}

.printarea._portrait._d-1 .guest-details .purpose .purp-head {
    display: block;
}

.printarea._portrait._d-1 .guest-details .purpose .purp-name {}

.printarea._portrait._d-1 .guest-details .fullname {
    display: block;
    transform: translate(0px, -8px);
    font-size: 18px;
    width: 260px;
    overflow: hidden;
}

.printarea._portrait._d-1 .guest-details .fullname::before {
    position: absolute;
    bottom: 0px;
    content: "";
    width: 50%;
    border-bottom: 1px solid;
}

.printarea._portrait._d-1 .guest-details .fullname::after {
    position: absolute;
    bottom: 0px;
    content: "";
    border-bottom: 2px solid #933db3;
    width: 16%;
    left: 0%;
    z-index: 2;
}

.printarea._portrait._d-1 .guest-details .fullname .firstname {
    /* font-weight: bold; */
}

.printarea._portrait._d-1 .guest-details .fullname .middlename {
    display: none;
}

.printarea._portrait._d-1 .guest-details .organisation {}

.printarea._portrait._d-1 .guest-details .organisation .org-head {
    display: block;
    font-weight: bold;
}

.printarea._portrait._d-1 .guest-details .organisation .org-name {}

.printarea._portrait._d-1 .guest-details .designation {}

.printarea._portrait._d-1 .guest-details .designation .desig-head {
    font-weight: bold;
    display: block;
}

.printarea._portrait._d-1 .guest-details .designation .desig-name {}

.printarea._portrait._d-1 .guest-details .phonenumber {
    position: absolute;
    top: 115px;
    right: -105px;
    width: 115px;
    padding: 0px 2px;
    color: #fff;
    background: rgba(0, 0, 0, 0.68);
    border-top-left-radius: 5px;
}

.printarea._portrait._d-1 .guest-details._full .phonenumber {
    right: -114px;
    /* top: 88px; */
}

.printarea._portrait._d-1 .guest-details .phonenumber i {}

.printarea._portrait._d-1 .guest-details .phonenumber .phone {}

.printarea._portrait._d-1 .guest-details .email {
    position: absolute;
    top: 133px;
    right: -105px;
    width: 115px;
    color: #fff;
    word-break: break-all;
    padding: 0px 2px;
    background: rgba(0, 0, 0, 0.71);
    border-bottom-left-radius: 5px;
}

.printarea._portrait._d-1 .guest-details._full .email {
    right: -114px;
    /* top: 102px; */
}

.printarea._portrait._d-1 .guest-details .email i {
    /* display: none; */
}

.printarea._portrait._d-1 .guest-details .email .eaddr {
    width: 100px;
    float: right;
}

.printarea._portrait._d-1 .guest-details .timein {
    position: absolute;
    top: 190%;
    left: -1%;
    text-align: center;
    width: 7cm;
    font-size: 16px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.24);
}

.printarea._portrait._d-1 .host-details {
    float: right;
    transform: translate(-30px, -40px);
    font-size: 17px;
    color: #fff;
    display: block;
    width: 142px;
}

.printarea._portrait._d-1 .host-details .host-intro {
    font-size: 22px;
    text-shadow: -1px -1px 1px #000;
}

.printarea._portrait._d-1 .barcode {}

.printarea._portrait._d-1 .barcode img {}

.printarea._portrait._d-1 .qrcode {
    transform: translate(2px, 105px);
    float: left;
}

.printarea._portrait._d-1 .qrcode img {}

.printarea._portrait._d-1 .host-account-img {
    max-width: 87px;
    float: left;
    transform: translate(161px, 432px);
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.17);
    border-radius: 5px;
}

.printarea._portrait._d-1 .host-account-img img {
    max-height: 45px;
}

.printarea._landscape._d-1 {
    background-image: url(../../../images/backgrounds/badges/default-1-landscape.jpg);
    background-size: cover;
}

/*--------------------------- Print area section End--------------------------- */
.img-prev-hold {
    z-index: 5;
    /* display: flex; */
    height: 200px;
}

.color-picker-area {
    background-color: #000;
}

div.dataTables_wrapper div.dataTables_paginate a {
    display: inline-block;
    padding: 5px;
    border: 1px solid;
    border-color: #a04920;
    color: #d7d7d7;
    border-left-width: 0px;
    color: #a04920;
}

div.dataTables_wrapper div.dataTables_paginate a:first-of-type {
    border-left-width: 1px;
    border-left-color: inherit;
    border-left-style: solid;
    border-color: #a04920;
}

div.dataTables_wrapper div.dataTables_paginate .page-item.active .page-link {
    background-color: #f2661e;
    color: #ffffff;
}

div.dataTables_wrapper div.dataTables_paginate a:last-of-type {
    color: #672a12;
    padding: 10px;
}

.dt-buttons .btn {}

.dt-buttons .buttons-excel {
    background: green;
}

.dt-buttons .buttons-csv {}

.dt-buttons .buttons-pdf {
    background: darkred;
}

.dt-buttons .buttons-print {
    background: darkblue;
}

.color-picker-area input {
    opacity: 0;
    height: 21px;
    cursor: pointer;
}

.fileupload-invisible {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 12;
    height: 100% !important;
    width: 100%;
    cursor: pointer;
}

span._admin.gd_blockbtn {
    width: 100%;
    height: 100%;
}

._blocked {
    position: relative;
    float: none;
    display: block;
    /* flex: none!important; */
}

.btn.btn-block {
    display: inline-block;
}

._inline-blocked {
    position: relative;
    float: none;
    display: inline-block;
    /* flex: none!important; */
}

.rel {
    position: relative;
    top: 0px;
}

.abs {
    position: absolute;
}

.top {
    top: 0px;
}

.bottom {
    bottom: 0px;
}

.left {
    left: 0px;
}

.right {
    right: 0px;
}

.tiny-action-btn {
    width: 30px;
    display: inline-block;
    height: 30px;
}

.floating-action-top-right-outset {
    position: absolute;
    top: 23px;
    right: 0%;
}

.floating-action-top-right {
    position: absolute;
    top: 0px;
    right: 0%;
}

.floating-action-top-left-outset {
    position: absolute;
    top: 23px;
    left: 0%;
}
.floating-action-top-left-outset._xxs {

    top: 10px;
}
.floating-action-top-left {
    position: absolute;
    top: 0px;
    left: 0%;
}
.floating-action-top-right-inset {}

.display-inline-block {
    display: inline-block !important;
}

.display-none {
    display: none !important;
}

.login-box {
    width: auto;
    max-width: 360px;
}
._card-flexed-centered{
    height: 80%;
    justify-content: center;
    margin-top: 12px;
}
._card-login {
    background-color: rgba(245, 141, 42, 0.71);
}

.login-logo,
.register-logo {
    overflow: hidden;
}

.login-logo img,
.register-logo img {
    max-height: 80px;
    max-width: 100%;
    /* background-color: rgba(0, 0, 0, 0.1); */
}

a._idapp._2 {
    width: 50px;
    font-size: 2.5rem;
    height: 100%;
    line-height: 1.3rem;
    max-height: 44px;
    overflow: hidden;
    border: 0px;
}

div#editimgsoptionlinks a img {
    max-width: 21px;
}

.img_prev_hold {
    text-align: center;
    overflow: hidden;
    height: 100px;
}

.img_prev_hold a {}

.img_prev_hold a:hover {}

.img_prev_hold a img {
    max-height: 220px;
    max-width: 240px;
}

.fd {
    display: block !important;
}

.blur_1 {
    filter: blur(20px);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.modal._revvin {}

.modal._revvin .modal-body {
    color: rgba(255, 255, 255, 0.89);
}

.modal._revvin .modal-footer {}

.modal._revvin .modal-footer .btn {
    color: #fff;
}

div#actionCompletionModal {}

div#editimgsoptionlinks a:hover {}

div#editimgsoptionlinks a {
    display: block;
    width: 100%;
    overflow: hidden;
}

#editimgs:hover #editimgsoptions {
    opacity: 1;
}

#editmediacontent {
    position: relative;
    float: left;
    margin-right: 2%;
    margin-top: 12px;
    width: 31%;
    max-width: 150px;
    text-align: center;
    height: 100px;
    overflow: hidden;
}

#editmediacontentoptions {
    border: ;
    width: 20px;
    min-height: 66px;
    height: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0.5;
    background: #1a1a1a;
}

#editmediacontentoptionlinks {
    position: relative;
    width: 100%;
    height: 21px;
}

#editmediacontent:hover #editmediacontentoptions {
    opacity: 1;
}

#paginationhold {
    position: relative;
    width: 100%;
    margin-top: 5px;
    min-height: 34px;
    border: aliceblue;
    background-color: #311700;
    overflow: hidden;
    padding-bottom: 4px;
    margin: auto;
}

#pagepointleft,
#pagepointright {
    position: relative;
    float: left;
    width: 9%;
    min-height: 50px;
    border: 1px solid green;
}

#pagepointnumberhold {
    position: relative;
    width: 72%;
    min-height: 50px;
    border: 1px solid brown;
    margin: 3px 0px 3px 0px;
    float: left;
}

#paginationnumber {
    position: relative;
    width: 10%;
    height: ;
    margin: 2px 2px 2px 0px;
    border: 1px solid black;
}

#pagetotalentries {
    position: relative;
    width: 100%;
    min-height: 30px;
    border: 1px solid red;
}

div.pagination {
    padding: 3px;
    margin: 3px;
    text-align: center;
    color: #676462;
    display: inline-block;
    font-size: 12px;
}

div.pagination a {
    border: 1px solid #b48429;
    margin-right: 3px;
    padding: 5px 7px;
    display: inline-block;
    /* background-image:url(../images/meneame.jpg); */
    background-position: bottom;
    background: #2d0000;
    text-decoration: none;
    color: #FFFFFF;
}

div.pagination a:hover,
div.meneame a:active {
    border: 1px solid #ff0081;
    background-image: none;
    background-color: #121111;
    color: #ff8787;
}

div.pagination span.current,
div.pagination a[class="current"] {
    margin-right: 3px;
    padding: 5px 7px;
    border: 1px solid #ff6b00;
    background-image: url();
    font-weight: bold;
    background-color: #a82f00;
    color: #FDFDFD;
}

div.pagination span.disabled,
div.pagination a.disabled {
    margin-right: 3px;
    padding: 5px 7px;
    border: 1px solid #FFFAF5;
    background: url();
    color: #D7D7D7;
}

.minisharecontainers {
    width: 32px;
    height: 42px;
    overflow: hidden;
    float: left;
    margin: 10px 0px 0px 2%;
}

.minisharecontainers img {
    height: 100%;
    width: 100%;
    margin: auto;
}

#commentsholder,
#commentholder {
    position: relative;
    width: 100%;
    min-height: 16px;
    overflow: hidden;
    margin: 6px auto 6px auto;
    background: #3C0101;
    color: #FC8686;
    border-bottom: 1px solid #7C7C7C;
    text-align: left;
    font-size: 13px;
    padding: 0px 0px 3px 3px;
}

#commentholder {
    border-bottom: 0px solid #7C7C7C;
}

#commentholder a {
    color: #FCE0A6;
    display: inline;
}

#commentholder a:hover {
    color: #FFBDBD;
}

a.adminremoval {
    font-size: 18px;
    color: #C2FF00;
    text-align: center;
}

a.adminremoval:hover {
    color: #F90;
    font-weight: bold;
    text-shadow: 0px 0px 3px #D10000;
}

#commentpoint {
    position: relative;
    width: 100%;
    min-height: 64px;
}

#commentimg {
    position: relative;
    width: 50px;
    height: 50px;
    /*border:1px solid black;*/
    float: left;
    margin-right: 2px;
}

#commentimg img {}

#commentholder:hover div a[name="reply"] {
    opacity: 1;
}

#commentimg a {
    position: absolute;
    bottom: 0px;
    height: 20px;
    text-align: center;
    width: 100%;
    background-color: #1a1a1a;
    color: #fefefe;
    font-size: 13px;
    font-family: fortyniner;
    line-height: 20px;
    opacity: 0.1;
    letter-spacing: 5px;
    transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    -moz-transition: opacity 0.7s;
    -webkit-transition: opacity 0.7s;
}

#commentdetails {
    position: relative;
    width: 80%;
    min-height: 64px;
    font-size: 12;
    font-family: ;
    float: left;
    text-shadow: none;
    color: #E7B17F;
    /*border:1px solid black;*/
}

#commentdetailsheading {
    position: relative;
    width: 100%;
    min-height: 16px;
    font-family: Ebrima;
    text-shadow: none;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 2px;
    color: #FC0;
    overflow: hidden;
}

#commentdetailsheading span {
    font-family: calibri;
    font-size: 12px;
    /*float: right;*/
    line-height: 11px;
    width: 122px;
    text-shadow: none;
    background: rgba(0, 0, 0, 0);
    color: #7C7C7C;
    margin-top: 0px;
}

#newcommenthold {
    position: relative;
    height: 372px;
    width: 100%;
    font-size: 12px;
}

.miniwiddy {
    position: relative;
    margin: 10px auto;
    width: 320px;
    height: 240px;
    text-align: center;
    overflow: hidden;
    /* border-radius: 50%; */
}

._icol-segment {
    /* max-width: 960px; */
    max-height: 90vh;
    position: r;
}

.entry_btn {
    display: block;
    width: fit-content;
    min-width: 140px;
    max-width: 240px;
    margin: auto;
    color: #ff8d40;
    background-color: #000;
    padding: 1rem;
    border-radius: 9px;
    transition: all 0.5s ease;
}

.entry_btn:hover {
    color: #fff;
    background: rgba(214, 86, 0, 0.4);
}

.heightfull {
    height: 100%;
}

/*gappdata display table*/
table.gdlstatstbl {
    border-right: 1px solid #ffae4b;
}

table.gdlstatstbl thead {
    background-color: #f4a931;
    color: #fefefe;
}

table.gdlstatstbl._vmscp thead {}

table.gdlstatstbl thead th {
    padding: 4px 5px 4px 5px;
    border-left: 1px solid #000;
}

table.gdlstatstbl tbody {
    background-color: #ffffff;
    color: #000000;
}

span.wtsouttext {
    width: 100%;
    display: block;
}

td span.overstaymarker,
td span.acceptedmarker,
td span.waitflagmarker {
    display: block;
    width: 9px;
    height: 9px;
    background-color: red;
    position: relative;
    margin: 10px auto;
    border-radius: 50%;
    box-shadow: 0px 0px 21px 1px red;
}

td span.acceptedmarker {
    background-color: #05fd05;
    box-shadow: 0px 0px 21px 1px #00ff1f;
}

span.acceptedmarker {}

td span.waitflagmarker {
    box-shadow: 0px 0px 21px 1px #006bff;
    background-color: #054afd;
    float: left;
}

._markersides span[class*="marker"] {
    display: inline-block;
    /* margin: auto; */
    margin-left: 12px;
}

table.gdlstatstbl._vmscp tbody {}

table.gdlstatstbl tbody tr {
    border-bottom: 1px solid #ff9a4b;
}

table.gdlstatstbl tbody tr:hover {}

table.gdlstatstbl._vmscp tbody:hover {}

table.gdlstatstbl tbody tr:nth-child(even) {
    background-color: #fff4df;
}

table.gdlstatstbl tbody tr:odd {}

table.gdlstatstbl tbody tr>td {
    padding: 8px 5px 8px 5px;
    border-left: 1px solid #ffca4b;
    /* border-bottom: 1px solid #979797; */
}

table.gdlstatstbl tbody tr:hover>td {}

/*---------------------Legacy admin css stop---------------------------*/
.blog-classic-item .owl-theme .owl-dot {}

.progress-done._transbg {
    background-color: transparent;
}

.background-color-lightorange.progress-done {}

.quoter-info span:before,
.blog-post .blog-container h4,
.blog-post .blog-container .read-more,
.blog-post-2 .blog-container h4,
.blog-post-2 .blog-container .read-more,
.portfolio-navigation li a:hover,
.accordion-title i,
.iconned-list li i,
.count-to-title,
.tmq-btn:after,
.blog-tags .tags a,
.blog-share .blog-share-socials a:hover,
.author-box .author-name,
.author-box .author-name a,
.author-box .author-social a,
.widget ul>li a:hover,
.banner-content.banner-about .banner-text,
.banner-content.banner-services-3 .banner-text,
.tp-caption.reckless_icon i.fa {
    color: #c678ff;
}

.blog-post-2 .blog-container h4 {
    color: #ae40ff;
}

blockquote,
.count-icon:after {
    border-left-color: #da5c5d;
}

.arrow-heading-left:after {
    border-right-color: #da5c5d;
}

.portfolio-navigation li a:hover {
    border-color: #da5c5d;
}

.sidebar-searchbox input:focus,
.sidebar-searchbox input:hover {
    outline-color: #da5c5d;
}

h3.heading {
    color: #fff;
    padding: 15px 15px 10px 15px;
    border-radius: -webkit-calc(.35rem - 1px) -webkit-calc(.35rem - 1px) 0 0;
    border-radius: -moz-calc(.35rem - 1px) -moz-calc(.35rem - 1px) 0 0;
    border-radius: calc(.35rem - 1px) calc(.35rem - 1px) 0 0;
    margin-bottom: 0px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1c0700), color-stop(1, #cf9500)) !important;
}

.full-header {
    display: block;
    float: none;
    width: 100%;
}

/* Vertical menu default */
body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content>span.menu-title,
body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content a.menu-title {
    color: #fff;
    border-color: #f26d1e;
    background-color: #f2631e;
}

.navbar-semi-light {
    background: rgba(130, 118, 107, 0.43);
}

body.vertical-layout.vertical-menu.menu-expanded .navbar .navbar-container,
body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-container {
    background-color: #fff;
    border-color: transparent;
}

.vertical-overlay-menu .navbar .navbar-header {
    background: #ffffff;
}

[data-menu="vertical-menu-modern"] .navbar .navbar-header {
    background: #1d0e00;
}

.navbar-container.content {}

body.vertical-layout.vertical-menu-modern.menu-expanded .navbar .navbar-header,
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header {
    background: #1d0e00;
    min-height: 76px;
}

.navbar-semi-light .navbar-nav .nav-link {
    color: #ac500e;
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content>ul.menu-content {
    background-image: linear-gradient(45deg, black, transparent);
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content>ul.menu-content li {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0), rgba(255, 107, 0, 0.71));
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content>ul.menu-content>li>ul.menu-content li.is-shown a {
    background-color: rgba(0, 0, 0, 0.47);
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content>ul.menu-content>li>ul.menu-content li.is-shown a.active {
    background-color: rgba(41, 0, 0, 0.91);
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content>ul.menu-content li:hover>a,
body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content>ul.menu-content li.hover>a,
body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content>ul.menu-content li.active>a {
    transform: translateX(0px);
    /* color: #fff; */
    background: #7b2e00;
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content>ul.menu-content li.has-sub>a:not(.mm-next):after {
    top: 7px;
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content>ul.menu-content li.open>a:not(.mm-next):after {
    transform: rotate(90deg) translate(0px, 4px);
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content>ul.menu-content li a {
    color: #fff;
}

.main-menu.menu-light .navigation>li ul .active>a,
.main-menu.menu-light .navigation>li ul .active:hover>a {
    color: #ffffff !important;
    border-bottom: 1px solid #ffe7b9;
    background-color: #db6600 !important;
    transform: translateX(0px) !important;
}

.main-menu.menu-light .navigation>li ul .open>ul li>a {
    padding: 8px 18px 8px 44px;
}

.main-menu.menu-light .navigation>li.hover>a,
.main-menu.menu-light .navigation>li:hover>a,
.main-menu.menu-light .navigation>li.active>a {
    color: #a87d6d;
}

.vertical-menu.menu-collapsed .nav-item.has-sub.open {}

.vertical-menu .nav-item.has-sub.open a.active,
.vertical-menu .nav-item.has-sub.open.active a {
    color: #ffffff;
    border-bottom: 1px solid #ffe7b9;
    background-color: #ff6a00 !important;
    transform: translateX(0px) !important;
}

.vertical-menu li.nav-item.has-sub.open.is_min a.active,
.vertical-menu li.nav-item.has-sub.open.is_min.active a {
    color: #000;
}

.vertical-menu .nav-item.has-sub.open.hover a.active {}

.vertical-menu .nav-item>ul.menu-content>li.is_min>a.active,
.vertical-menu .nav-item>ul.menu-content>li.is_min.active>a {
    color: #ffffff !important;
    border-bottom: 1px solid #6f3f11;
    background-color: #bf3333 !important;
}

.vertical-menu .nav-item>ul.menu>li.is_min>a.active,
.vertical-menu .nav-item>ul.menu>li.is_min.active>a {
    color: #ffffff;
    border-right: 3px solid #ffd197;
    background-color: #ac1051 !important;
}

.vertical-menu .nav-item>li.is_min>ul.menu {
    background-color: #fff;
}

/* Vertical Menu Modern */
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.has-sub .has-sub>a:not(.mm-next):after,
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub .has-sub>a:not(.mm-next):after {
    top: 14px;
}

.navbar-semi-dark .navbar-nav .nav-link {
    color: #6b6f82;
}

/* Vertical Compact menu */
.vertical-compact-menu h3.heading._hasnavtab,
.vertical-content-menu h3.heading._hasnavtab {
    padding: 1rem 1.5rem 0rem;
}

.vertical-compact-menu .main-menu .navigation>li.navigation-header {
    color: #ffaf7c;
}

.main-menu.menu-light .navigation>li>a {
    color: #cf530a;
}

.main-menu.menu-light .navigation .navigation-header {
    color: #82786b;
}

.vertical-menu-modern.menu-collapsed .nav-item.has-sub.open {}

.vertical-menu-modern .nav-item.has-sub.open a.active,
.vertical-menu-modern .nav-item.has-sub.open.active a {
    color: #ffffff;
    border-bottom: 1px solid #ffe7b9;
    background-color: #ff6a00 !important;
    transform: translateX(0px) !important;
}

.vertical-menu-modern li.nav-item.has-sub.open.is_min a.active,
.vertical-menu-modern li.nav-item.has-sub.open.is_min.active a {
    color: #000;
}

.vertical-menu-modern .nav-item.has-sub.open.hover a.active {}

.vertical-menu-modern .nav-item>ul.menu-content>li.is_min>a.active,
.vertical-menu-modern .nav-item>ul.menu-content>li.is_min.active>a {
    color: #ffffff;
    border-right: 3px solid #ffd197;
    background-color: #330c00 !important;
}

.vertical-menu-modern .nav-item>li.is_min>ul.menu-content {
    background-color: #fff;
}

/* Vertical overlay menu */
.vertical-overlay-menu .main-menu .navigation li.has-sub .has-sub>a:not(.mm-next):after {
    top: 15px;
}

body.vertical-layout.vertical-overlay-menu.menu-collapsed .main-menu.expanded .navigation li.has-sub .has-sub>a:not(.mm-next):after,
body.vertical-layout.vertical-overlay-menu.menu-expanded .main-menu .navigation li.has-sub .has-sub>a:not(.mm-next):after {
    top: 14px;
}

.vertical-overlay-menu.menu-collapsed .nav-item.has-sub.open {}

.vertical-overlay-menu .nav-item.has-sub.open a.active,
.vertical-overlay-menu .nav-item.has-sub.open.active a {
    color: #ffffff;
    border-bottom: 1px solid #ffe7b9;
    background-color: #ff6a00 !important;
    transform: translateX(0px) !important;
}

.vertical-overlay-menu li.nav-item.has-sub.open.is_min a.active,
.vertical-overlay-menu li.nav-item.has-sub.open.is_min.active a {
    color: #000;
}

.vertical-overlay-menu .nav-item.has-sub.open.hover a.active {}

.vertical-overlay-menu .nav-item>ul.menu-content>li.is_min>a.active,
.vertical-overlay-menu .nav-item>ul.menu-content>li.is_min.active>a {
    color: #ffffff;
    border-right: 3px solid #ffd197;
    background-color: #ac1051 !important;
}

.vertical-overlay-menu .nav-item>li.is_min>ul.menu-content {
    background-color: #fff;
}

/* Vertical Content Menu */
.vertical-content-menu.menu-collapsed .nav-item.has-sub.open {}

.vertical-content-menu .nav-item.has-sub.open a.active,
.vertical-content-menu .nav-item.has-sub.open.active a {
    color: #ffffff;
    border-bottom: 1px solid #ffe7b9;
    background-color: #ff6a00 !important;
    transform: translateX(0px) !important;
}

.vertical-content-menu li.nav-item.has-sub.open.is_min a.active,
.vertical-content-menu li.nav-item.has-sub.open.is_min.active a {
    color: #000;
}

.vertical-content-menu .nav-item.has-sub.open.hover a.active {}

.vertical-content-menu .nav-item>ul.menu-content>li.is_min>a.active,
.vertical-content-menu .nav-item>ul.menu-content>li.is_min.active>a {
    color: #ffffff;
    border-right: 3px solid #ffd197;
    background-color: #ac1051 !important;
    /* padding: 15px 18px 15px 25px; */
}

.vertical-content-menu .nav-item>li.is_min>ul.menu-content {
    background-color: #fff;
}

._fcustomized+h3.heading {}

/* Alternative Color */
#container:after,
.logo-container:before,
#main-menu .drop ul:after,
.breadcrumb-bar:after,
.icon-box:hover .icon-place,
.icon-box:hover .icon-place:after,
.icon-box-2:hover .icon-place,
.icon-box-2:hover .icon-place:after,
.icon-box-2:hover .underline,
.staff .staff-social a:hover,
.owl-theme .owl-controls .owl-next:after,
.btn-primary:hover,
.pricing-table.standard li:first-child:after,
.blog-header .blog-date .blog-month,
.blog-header .blog-date .blog-month:after,
.blog-under>.blog-tags>i,
.blog-under>.blog-tags>i:after,
.bypostauthor .comment-box,
footer .footer-label .underline,
footer .footer-line,
.owl-theme .owl-controls .owl-next,
.comment-box .comment-info:hover,
.comment-box .comment-info:hover:after,
.pricing-table.standard li:first-child {
    background-color: #4d0303;
}

#main-menu .megamenu>ul>li li a:before,
.author-box .author-social a:hover,
.tp-caption.reckless_icon span,
.tp-caption.reckless_light_alt_color {
    color: #9f2544;
}

.nav-vertical .nav-left.nav-tabs.nav-overlap {
    left: 1px;
}

.nav-vertical .nav-left.nav-tabs.nav-border-left li.nav-item a.nav-link.active,
._fcustomized .nav-left.nav-tabs.nav-border-left li.nav-item a.nav-link.active,
._fcustomized li.nav-item a.nav-link.active {
    border-color: rgba(211, 34, 0, 0.23);
    border-right: 0px;
    border-left-color: #db774a;
    border-top-left-radius: 0px;
    color: #d68334;
}

._fcustomized.nav li.nav-item a.nav-link {
    font-size: 1.2rem;
    color: #fff1ce;
    /* border-bottom: 1px solid #808cdf; */
}

._fcustomized.nav li.nav-item a.nav-link:not(.active):hover {
    color: #ffeab3;
}

._fcustomized.nav li.nav-item a.nav-link.active {
    display: block;
    /* padding: .9rem .7rem; */
    /* height: 47px; */
    float: none;
    border: 0;
    /* border-bottom: 1px solid; */
    color: #a84e08;
    font-weight: bold;
    border-radius: 0;
    background-color: #ffffff;
    box-shadow: 0px 4px 9px 0px inset #432808;
}

.nav-vertical .nav-left.nav-tabs.nav-border-left li.nav-item a.nav-link,
._fcustomized .nav-left.nav-tabs.nav-border-left li.nav-item a.nav-link,
._fcustomized li.nav-item a.nav-link.active {
    font-size: 1.2rem;
    /* border-right: 1px solid rgba(148, 0, 211, 0.23); */
    border-top-right-radius: 0px;
    border-right: 0px;
    color: rgb(255 191 117);
    width: 100%;
}

._fcustomized.nav .nav-item a.active i {
    margin: 0;
}

.loadmask {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.56);
    z-index: 999;
}

/* --------------- Line Height --------------- */
.line-height-4{
    line-height: 4rem!important;
}

.line-height-0-xxxs{

    line-height: .3rem;

}

.line-height-0-xxs{
    line-height: .4rem;
}
.line-height-0-xs{
    line-height: .5rem;
}
.line-height-0-sm{
    line-height: .6rem;
}
.line-height-0-md{
    line-height: .7rem;
}
.line-height-0-lg{
    line-height: .8rem;
}
.line-height-0-xlg{
    line-height: .9rem;
}

.line-height-1-n{
    line-height: 1.0rem;
}
.line-height-1-n-2{
    line-height: 1.2rem;
}
.line-height-1-xxxs{
    line-height: 1.3rem;
}
.line-height-1-xxs{
    line-height: 1.4rem;
}
.line-height-1-xs{
    line-height: 1.5rem;
}
.line-height-1-sm{
    line-height: 1.6rem;
}
.line-height-1-md{
    line-height: 1.7rem;
}
.line-height-1-lg{
    line-height: 1.8rem;
}
.line-height-1-xlg{
    line-height: 1.9rem;
}



.line-height-2-n{
    line-height: 2.0rem;
}
.line-height-2-n-2{
    line-height: 2.2rem;
}
.line-height-2-xxxs{
    line-height: 2.3rem;
}
.line-height-2-xxs{
    line-height: 2.4rem;
}
.line-height-2-xs{
    line-height: 2.5rem;
}
.line-height-2-sm{
    line-height: 2.6rem;
}
.line-height-2-md{
    line-height: 2.7rem;
}
.line-height-2-lg{
    line-height: 2.8rem;
}
.line-height-2-xlg{
    line-height: 2.9rem;
}

.line-height-3-n{
    line-height: 3.0rem;
}
.line-height-3-n-2{
    line-height: 3.2rem;
}
.line-height-3-xxxs{
    line-height: 3.3rem;
}
.line-height-3-xxs{
    line-height: 3.4rem;
}
.line-height-3-xs{
    line-height: 3.5rem;
}
.line-height-3-sm{
    line-height: 3.6rem;
}
.line-height-3-md{
    line-height: 3.7rem;
}
.line-height-3-lg{
    line-height: 3.8rem;
}
.line-height-3-xlg{
    line-height: 3.9rem;
}

.line-height-4-n{
    line-height: 4.0rem;
}
.line-height-4-n-2{
    line-height: 4.2rem;
}
.line-height-4-xxxs{
    line-height: 4.3rem;
}
.line-height-4-xxs{
    line-height: 4.4rem;
}
.line-height-4-xs{
    line-height: 4.5rem;
}
.line-height-4-sm{
    line-height: 4.6rem;
}
.line-height-4-md{
    line-height: 4.7rem;
}
.line-height-4-lg{
    line-height: 4.8rem;
}
.line-height-4-xlg{
    line-height: 4.9rem;
}

/*transition helper class  */
.trans-all-md {
    transition: all 20s ease;
}

.trans-all-xxxs {
    transition: all 0.5s ease;
}



/*cool-title text*/
/*default*/
.text-clip-arty {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cool_title._c1 {
    color: #f35626;
    background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
}

.cool_title._c2 {
    color: #f35626;
    background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
}

/*end*/
/*
background-color: #112231;
    box-shadow: 0px 0px 125px 38px #00adff inset;
    */

._symbolbtn {
    width: fit-content;
    max-width: 100%;
    overflow: hidden;
    word-break: break-word;
    /* text-overflow: ellipsis; */
    height: auto;
    white-space: normal;
}

.fchidden {
    display: none;
}

.fcactive .fcdefault {
    display: none;
}

.fcactive .fchidden {
    display: inline-block;
}

a.input-group-addon-button {
    text-align: center;
    padding: 0.5rem;
    width: 80px;
    position: relative;
    display: flex;
    flex-direction: column;
}

a.input-group-addon-button i {
    font-size: 2rem;
}

._blocked::after {
    position: relative;
    width: 100%;
    content: "";
    display: block;
    float: none;
    clear: both;
}

@-webkit-keyframes hue {
    from {
        -webkit-filter: hue-rotate(0deg);
        filter: hue-rotate(0deg);
    }

    to {
        -webkit-filter: hue-rotate(-360deg);
        filter: hue-rotate(-360deg);
    }
}

.huespin,
.huespinafter:after,
.huespinbefore:before,
.huespinhover:hover {
    -webkit-animation: hue 60s infinite linear;
}

.huespinsh,
.huespinshafter:after,
.huespinshbefore:before,
.huespinshhover:hover {
    -webkit-animation: hue 10s infinite linear;
}

/*start bright fade animation*/
@-webkit-keyframes brightfade {
    from {
        background-color: #ffffff;
        box-shadow: 0px 0px 125px 47px #227506 inset;
        color: #fff;
    }

    to {
        /*background-color: initial;*/
        /*box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) inset;*/
    }
}

@-moz-keyframes brightfade {
    from {
        background-color: #ffffff;
        box-shadow: 0px 0px 125px 47px #227506 inset;
        color: #fff;
    }

    to {
        /*background-color: initial;*/
        /*box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) inset;*/
    }
}

@-ms-keyframes brightfade {
    from {
        background-color: #ffffff;
        box-shadow: 0px 0px 125px 47px #227506 inset;
        color: #fff;
    }

    to {
        /*background-color: initial;*/
        /*box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) inset;*/
    }
}

@-o-keyframes brightfade {
    from {
        background-color: #ffffff;
        box-shadow: 0px 0px 125px 47px #227506 inset;
        color: #fff;
    }

    to {
        /*background-color: initial;*/
        /*box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) inset;*/
    }
}

@keyframes brightfade {
    from {
        background-color: #ffffff;
        box-shadow: 0px 0px 125px 47px #227506 inset;
        color: #fff;
    }

    to {
        /*background-color: initial;*/
        /*box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) inset;*/
    }
}

.brightfade {
    -webkit-animation: brightfade 1.5s linear;
    -moz-animation: brightfade 1.5s linear;
    -ms-animation: brightfade 1.5s linear;
    -o-animation: brightfade 1.5s linear;
    animation: brightfade 1.5s linear;
}

/*end bright fade animation*/
@-webkit-keyframes rotateY {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(-360deg);
    }
}

@-webkit-keyframes rotateYandHue {
    from {
        transform: rotateY(0deg);
        -webkit-filter: hue-rotate(0deg);
    }

    to {
        transform: rotateY(-360deg);
        -webkit-filter: hue-rotate(-360deg);
    }
}

.objrh {
    -webkit-animation: rotateYandHue 60s infinite linear;
}

.objrh30 {
    -webkit-animation: rotateYandHue 25s infinite linear;
}

.objrotate {
    -webkit-animation: rotateY 60s infinite linear;
}


.connectedSortable {
    min-height: 100px
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sort-highlight {
    background: #f4f4f4;
    border: 1px dashed #ddd;
    margin-bottom: 10px
}


body[data-name="admin"] a {
    display: inline;
}

._infscrollhold {
    position: relative;
    display: block;
    max-height: 500px;
    overflow: auto !important;
    /* overflow-x: visible; */
    /* overflow-y: auto; */
}

.visibility-h {
    visibility: hidden !important;
}

.nopadding-right {
    /* padding: 0px; */
    padding-right: 5px;
}

.bs-igicon {
    padding: 10px 12px;
}

.input-group._igicononly .bs-igicon {
    /* padding-top: 13px; */
    background-color: #bec9ff;
    color: #fff;
}

.bs-igicon._stacked {
    padding: 6px 12px;
    position: relative;
    clear: both;
    display: block;
    text-align: center;
    min-height: 40px;
    border-color: transparent;
}

.bs-igicon._stacked input {
    float: left;
    clear: both;
}

.bs-igicon._stacked i.fa {
    float: left;
    margin-top: 0px;
    margin-left: 1px;
}

.bs-igicon._stacked i._fl {
    float: left;
}

.blockdisplay {
    width: 100%;
    height: 100%;
    display: block;
}

a._idapp.btn.btn-success {
    background: #3172f4;
    border-color: #2863d8;
}

span.bs-igicon.blockdisplay._idapp.gd_blockbtn {
    max-width: 100%;
}

.slaptopcenter, .slaptopcenter-before::before,.slaptopcenter-after::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slaptopleft {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(3%, -50%);
}
.slaptopright {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-3%, -50%);
}
._mservice span._t1 {
    width: 100%;
    padding-left: 4px;
}

.prod-layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

._fcustomized .nav.nav-tabs,
._fcustomized.nav.nav-tabs {
    border-top: 1px solid rgba(211, 63, 0, 0.23);
    background: #000000;
    border-bottom-left-radius: 5px;
    position: relative;
    z-index: 2;
}

._fcustomized.nav.nav-tabs {
    display: inline-block;
    background-color: transparent;
    border: 0px;
    margin-left: 3%;
    margin-bottom: -12px;
}

._fxtxoverflow a.nav-link {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.nav.nav-tabs._customisedtabs._fxtxoverflow._red .nav-item a.nav-link {
    color: #f76262;
}

.nav.nav-tabs._customisedtabs._fxtxoverflow._orange .nav-item a.nav-link {
    color: #ffa371;
}

.nav.nav-tabs._customisedtabs._fxtxoverflow._yellow .nav-item a.nav-link {
    color: #f5cc5e;
}

.nav.nav-tabs._customisedtabs._fxtxoverflow._green .nav-item a.nav-link {
    color: #68c440;
}

.nav.nav-tabs._customisedtabs._fxtxoverflow._blue .nav-item a.nav-link {
    color: #5ad4d3;
}

.nav.nav-tabs._customisedtabs._fxtxoverflow._indigo .nav-item a.nav-link {
    color: #a46fe1;
}

.nav.nav-tabs._customisedtabs._fxtxoverflow._violet .nav-item a.nav-link {
    color: #d461dd;
}

.nav.nav-tabs._customisedtabs._fxtxoverflow._white .nav-item a.nav-link {

    color: #d2d2d2;

}

.nav.nav-tabs._customisedtabs._fxtxoverflow._black .nav-item a.nav-link {
    color: #cecece;
}

.nav.nav-tabs._customisedtabs._fxtxoverflow._grey .nav-item a.nav-link {
    color: #7a7676;
}

.nav.nav-tabs._customisedtabs._fxtxoverflow .nav-item a.nav-link.active {
    /* white-space: normal; */
}

.nav.nav-tabs._customisedtabs._fxtxoverflow._red .nav-item a.nav-link.active {
    color: #2a0000;
    border-top-color: #d02828;
    /* border-bottom-color: #d02828; */
}


.nav.nav-tabs._customisedtabs._fxtxoverflow._orange .nav-item a.nav-link.active {
    color: #953500;
    border-top-color:  #d06428;
    /* border-bottom-color:  #d06428; */
}

.nav.nav-tabs._customisedtabs._fxtxoverflow._yellow .nav-item a.nav-link.active {
    color: #a77a00;
    border-top-color:  #FFC107;
    border-bottom-color:  #FFC107;
}

.nav.nav-tabs._customisedtabs._fxtxoverflow._green .nav-item a.nav-link.active {
    color: #1b5900;
    border-top-color:  #28d094;
    /* border-bottom-color:  #28d094; */
}

.nav.nav-tabs._customisedtabs._fxtxoverflow._blue .nav-item a.nav-link.active {
    color: #005352;
    border-top-color:  #0dbdd6;
    border-bottom-color:  #0dbdd6;
}

.nav.nav-tabs._customisedtabs._fxtxoverflow._indigo .nav-item a.nav-link.active {
    color: #2c035b;
    border-top-color:  #8349e9;
    border-bottom-color:  #8349e9;
}

.nav.nav-tabs._customisedtabs._fxtxoverflow._violet .nav-item a.nav-link.active {
    color: #57035d;
    border-top-color:  #a315ca;
    border-bottom-color:  #a315ca;
}

.nav.nav-tabs._customisedtabs._fxtxoverflow._white .nav-item a.nav-link.active {
    color: #d2d2d2;
    border-top-color:  #f1f1f1;
    border-bottom-color:  #f1f1f1;
}

.nav.nav-tabs._customisedtabs._fxtxoverflow._black .nav-item a.nav-link.active {
    color: #464646;
    border-top-color:  #3a3a3a;
    border-bottom-color:  #3a3a3a;
}

.nav.nav-tabs._customisedtabs._fxtxoverflow._grey .nav-item a.nav-link.active {
    color: #535353;
    border-top-color:  #afafaf;
    border-bottom-color:  #afafaf;
}


/*---------Pseudo class controls for customised tabs---------*/
.nav.nav-tabs._customisedtabs._fxtxoverflow._red .nav-item a.nav-link.active::before,.nav.nav-tabs._customisedtabs._fxtxoverflow._red .nav-item a.nav-link.active::after {
    background-color: #d02828;
}


.nav.nav-tabs._customisedtabs._fxtxoverflow._orange .nav-item a.nav-link.active::before,.nav.nav-tabs._customisedtabs._fxtxoverflow._orange .nav-item a.nav-link.active::after {
    background-color:  #d06428;
}

.nav.nav-tabs._customisedtabs._fxtxoverflow._yellow .nav-item a.nav-link.active::before,.nav.nav-tabs._customisedtabs._fxtxoverflow._yellow .nav-item a.nav-link.active::after {
    background-color:  #FFC107;
}

.nav.nav-tabs._customisedtabs._fxtxoverflow._green .nav-item a.nav-link.active::before,.nav.nav-tabs._customisedtabs._fxtxoverflow._green .nav-item a.nav-link.active::after {
    background-color:  #28d094;
}

.nav.nav-tabs._customisedtabs._fxtxoverflow._blue .nav-item a.nav-link.active::before,.nav.nav-tabs._customisedtabs._fxtxoverflow._blue .nav-item a.nav-link.active::after {
    background-color:  #0dbdd6;
}

.nav.nav-tabs._customisedtabs._fxtxoverflow._indigo .nav-item a.nav-link.active::before,.nav.nav-tabs._customisedtabs._fxtxoverflow._indigo .nav-item a.nav-link.active::after {
    background-color:  #8349e9;
}

.nav.nav-tabs._customisedtabs._fxtxoverflow._violet .nav-item a.nav-link.active::before,.nav.nav-tabs._customisedtabs._fxtxoverflow._violet .nav-item a.nav-link.active::after {
    background-color:  #a315ca;
}

.nav.nav-tabs._customisedtabs._fxtxoverflow._white .nav-item a.nav-link.active::before,.nav.nav-tabs._customisedtabs._fxtxoverflow._white .nav-item a.nav-link.active::after {
    background-color:  #f1f1f1;
}

.nav.nav-tabs._customisedtabs._fxtxoverflow._black .nav-item a.nav-link.active::before,.nav.nav-tabs._customisedtabs._fxtxoverflow._black .nav-item a.nav-link.active::after {
    background-color:  #3a3a3a;
}

.nav.nav-tabs._customisedtabs._fxtxoverflow._grey .nav-item a.nav-link.active::before,.nav.nav-tabs._customisedtabs._fxtxoverflow._grey .nav-item a.nav-link.active::after {
    background-color:  #afafaf;
}

._cmsg {
    /* overflow: auto; */
    min-height: fit-content;
    height: auto;
}

._cmsg>p {
    max-height: fit-content;
}

.heading>._fcustomized.nav.nav-tabs {
    /*position: absolute;
    bottom: 0px;
    width: fit-content;
    right: 0px;
    height: auto;
    min-height: fit-content;
    margin-left: 0px; */
}

._fcustomized.nav-tabs .nav-item {
    display: inline-block;
    padding: 0px !important;
    margin: 0px;
}

._fcustomized.nav-vertical ul.nav.nav-tabs::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -1px;
    width: 5px;
    height: 100%;
    background-image: linear-gradient(to left, #00000029, transparent);
}

._fcustomized.nav-vertical .nav-left.nav-tabs li.nav-item {
    position: relative;
}

._fcustomized.nav-vertical .nav-left.nav-tabs li.nav-item._gdfocused {
    z-index: 2;
    border-right: 0px;
}

._fcustomized .tab-contentt,
._fcustomized.tab-content {
    border-top: 1px solid rgba(148, 0, 211, 0.23);
    border-right: 1px solid rgba(148, 0, 211, 0.23);
    padding-right: 0px !important;
}

._fcustomized.tab-content {
    background-color: #fff;
    border: 1px solid rgb(142, 138, 168) !important;
}

._fcustomized>.tab-content,
._fcustomized.tab-content {
    border-top: 1px solid rgba(214, 131, 52, .23);
    border-right: 1px solid rgba(214, 131, 52, .23);
    padding-right: 0px !important;
}

._fcustomized .tab-content .tab-pane {
    border-left: 1px solid rgba(214, 131, 52, .23);
    border-bottom: 1px solid rgba(214, 131, 52, .23);
}

._fcustomized.tab-content .tab-pane {
    border-color: transparent;
}

._fcustomized .nav-vertical .nav-left.nav-tabs.nav-border-left li.nav-item:first a.nav-link.active {
    border-top: 0px;
}

._fcustomized .nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link:hover:not(.active) {
    border-color: transparent;
    /* border-right: 1px solid #ddd; */
}

._fcustomized._no-tab-border .nav.nav-tabs {}

._fcustomized._no-tab-border .tab-content {}

._fcustomized._no-tab-border .tab-content .tab-pane {}

._fcustomized._no-tab-border {}

.btn.submitbtn,
.btn.submitbtn:focus,
.btn.submitbtn:active {
    background-color: #d36300 !important;
    border-color: #d32d00 !important;
    color: #fff !important;
    transition: .5s ease;
    width: auto;
    min-width: 100px;
    width: auto;
}

.floating-point-counter {
    position: absolute;
    top: -8px;
    width: 25px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.72);
    border-radius: 50%;
    text-align: center;
    padding: 2px;
    font-size: .95rem;
    color: #fff;
}

.form-control.btn.submitbtn {
    min-width: 50px;
}

.btn.submitbtn:hover {
    background-color: #ffab6e !important;
    border-color: #d37c00 !important;
    color: #fff !important;
}

.input-group-addon {
    border-color: #1a1a1a;
    background-color: #643300;
    padding: .7rem;
}

._float {
    position: absolute;
    top: 71px;
    left: 0px;
    font-size: .8rem;
    z-index: 999;
    background: rgba(171, 28, 28, 0.95);
    color: #fefefe;
}

.alert .close:hover {
    opacity: .5;
    filter: alpha(opacity=50);
}

._float .close {
    position: absolute;
    top: 3px;
    right: 7px;
    font-size: 16px;
    font-style: normal;
    text-shadow: none;
    opacity: 0.5;
    width: 16px;
    height: 16px;
}

.alert .close {
    color: #000;
    opacity: .2;
    filter: alpha(opacity=20);
}

._float .close:after {
    content: "\f00d";
    font-family: 'Font Awesome 5 Free';
    top: 0px;
    right: 5px;
    font-size: 16px;
    z-index: 10;
}

.alert .close:hover {
    opacity: .5;
    filter: alpha(opacity=50);
}

._dashtodo {
    max-height: 420px;
    min-height: 420px;
    overflow: hidden;
    position: relative;
}

.card-body {
    position: relative;
}

.list-flow-x{position: relative;/* display: block; */max-width: 100%;margin: auto;/* height: 250px; */list-style-type: none;margin: 0px;list-style: none;padding: 0px;/* overflow: hidden; *//* display: inline; */display: -webkit-inline-box;display: flex;}
.list-flow-x:hover{
    /* overflow-x: auto; */
}
.list-flow-x li{
    float: right;
    display: inline-block;
    /* position: absolute; */
    /* top: 0px; */
    width: 270px;
    flex: none;
    /* height: 232px; */
    margin-right: 30px;
}

.list-flow-x li .card {
    margin-bottom: 0px;
    height: 220px;
}

._dashtodo:hover {
    overflow-y: auto;
}

._dashtodo ul.todo-list {
    padding: 0px;
    /* padding-left: 5px; */
    background: linear-gradient(45deg, #5a3a6a, #100b5cc2, #2a0039);
    margin: 0px;
    /* overflow: hidden; */
}

._dashtodo ul.todo-list:hover {
    /* overflow-y: auto; */
}

._dashtodo ul.todo-list li {
    list-style-type: none;
    color: #c976ff;
}

._dashtodo ul.todo-list li a {
    padding: 5px 20px 5px;
    font-size: 1.1rem;
    /* font-style: italic; */
    display: block;
    color: #ffffff;
    border-bottom: 1px solid rgba(35, 4, 51, 0.62);
    border-top: 1px solid rgba(232, 209, 246, 0.35);
}

._dashtodo ul.todo-list li:first-of-type a {
    border-top: none;
    padding-bottom: 5px;
}

._dashtodo ul.todo-list li:last-of-type a {
    border-bottom: none;
    padding-bottom: 7px;
}

._dashtodo ul.todo-list li a:hover {
    color: #dd9eff;
}

._dashboard {}

._float:before {
    content: "";
    position: absolute;
    top: -20px;
    width: 15px;
    height: 10px;
    border: 1px solid #ab1c1c;
    left: 47%;
    border-width: 10px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}

div.input-group-addon:not(._fev-group) i,
div.input-group-addon:not(._custcolor) i,
.input-group-addon span.plain_char {
    color: #fff;
}

div.input-group-addon._fev-group i._default {
    color: #fff;
}

.input-group-addon i._group.failure {
    color: #ff1818;
}

.logtypeselector {
    background-color: rgb(255, 198, 135);
    /* border-radius: 1rem; */
    padding: 0px 0px 0px;
    float: none;
    clear: both;
    display: flex;
    /* flex-wrap: wrap; */
    /* align-content: center; */
    /* align-items: center; */
    overflow: hidden;
    max-width: 390px;
    margin-bottom: 20px;
}

.logtypeselector a {
    padding: .2rem;
    text-align: center;
    display: block;
    width: 100%;
    color: #ad4d34;
}

.registration-box a.logtype {
    padding: .9rem;
    display: flex;
    align-items: center;
}

.logtypeselector a i {
    font-size: 2rem;
    display: block;
    width: 100%;
}

.logtypeselector a i[class*="re-icon"] {
    font-size: 2.3rem;
}

.registration-box .logtypeselector a i {
    font-size: 3.5rem;
}

.logtypeselector a:hover {
    background-color: #ffe29f;
    color: #2e135c;
}

.logtypeselector a:hover i {}

.logtypeselector a.active {
    background-color: rgb(255, 183, 0);
    border-bottom: 4px solid #402a05;
    color: #000000;
    box-shadow: 0px 0px 5px 1px inset #90662a;
}

.logtypeselector a.active i {}

.invisible {
    visibility: hidden;
}

form .form-section, div .form-section {
    line-height: 3rem;
    margin-bottom: 20px;
    color: #7b4a1b;
    border-bottom: 1px solid #fe7a40;
}

.form-group._nonflex {}

.form-control {
    color: #4e5154;
    border: 1px solid #c1bac7;
    border-radius: .25rem;
    background-color: #fff;
    height: calc(2.76rem + 2px);
}

.form-control::placeholder {}

.input-group-addon._isprev .bs-igicon {
    padding: 12px 10px;
}

.input-group-addon._isprev {
    border-left-width: 0px;
    border-right-width: 0px;
}

.input-group-addon._isprev a {
    position: relative;
    display: block;
    top: 0px;
    left: 0px;
}

.form-group._nonflex .input-group {}

.form-group._nonflex .input-group-addon {}

.form-group._nonflex .input-group-addon i {
    width: 100%;
    padding: 0px 10px;
    /* height: 20px; */
    display: flex;
    /* position: relative; */
    /* float: none; */
    /* clear: both; */
    flex-basis: 100%;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-top: 1px solid;
}

.form-group._nonflex .input-group-addon i::before {
    align-self: center;
    margin: auto;
}

.form-group._nonflex div.input-group-addon {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 0px;
}

.form-control-stacked {
    position: relative;
    width: 1%;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.form-group._nonflex .input-group-addon i:first-of-type {
    border-top-width: 0px;
}

/*  border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius: 0px; */
.input-group>.form-control-stacked .form-control {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.input-group-addon+.form-control-stacked .form-control {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.form-control-stacked .form-control {
    border-top-width: 0px;
}

.form-control-stacked .form-control:first-of-type {
    border-top-width: 1px;
}

.form-control-stacked .form-control:first-of-type+.form-control {
    border-top-width: 0px;
}

.form-control-stacked .form-control:not(.hidden):nth-last-of-type(1) {
    border-bottom-width: 1px;
}

span._optionattach {
    display: block;
    position: absolute;
    top: 0px;
    float: left;
    width: 100%;
    padding: 9px 4px 4px 4px;
    height: 100%;
    min-height: 43px;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
}

span._optionattach input[type="file"] {
    top: 0px;
    /* width: 100%; */
    /* height: 100%; */
    left: 0px;
    z-index: 1000;
    position: absolute;
    opacity: 0;
    display: block;
    cursor: pointer;
}

.wMax-view {
    text-align: right;
    background: #c8840e;
    color: #fefefe;
    /* display: table-cell; */
    padding: 2px;
    float: none;
    clear: both;
    width: 100%;
    position: absolute;
    margin: auto;
    bottom: -20px;
}

.wMax-view .wMax-type {}

.wMax-view .wMax-count {}

.wMax-view .wMax-limit {}

html body .app-content.content {
    min-height: 100vh;
}

html body[data-col='1-column'] {
    min-height: 100vh;
}

h4.card-header._mini {
    padding: 0px;
    border-radius: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #100000 !important;
}

.render-field-hold div[id*="searchoptions"] .card-header._mini a {
    width: 100%;
    padding: 10px;
    display: block;
}

.render-field-hold div[id*="searchoptions"] .card-header._mini a[aria-expanded="true"] {
    background-color: #815505;
}

.render-field-hold div[id*="searchoptions"] .card-header._mini a.collapsed {
    background-color: transparent;
}

.event_horizon {
    display: none;
}

.content-wrapper .content-header.head-image::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    content: '';
    opacity: .3;
}

._app-bg .content-wrapper .flexbox-container {
    overflow-y: auto;
    height: fit-content;
    padding-bottom: 5rem;
    padding-top: 5rem;
    -webkit-box-align: unset;
}
.fullbg-after::after,
.fullbg-before::before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.tracingbg::after,
.tracingbgb::before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/backgrounds/bglog_swap.jpg);
    z-index: -1;
    background-blend-mode: overlay;
    animation: hue 35s infinite linear;
    /* opacity: 0.5; */
    background-size: cover;
    background-position: center center;
}

.tracingbg._tnoan::after,
.tracingbgb._tnoan::before {
    animation: none;
    opacity: 0.8;
}

._flexyvert {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
}

._flexyvert._flcenter {
    align-items: center;
    justify-content: center;
}

._flexyvert._flowable {
    overflow: visible;
    flex-wrap: unset;
}

._flexyvert:hover {
    overflow-x: auto;
}

._dashboard ._flexyvert._mh {
    min-height: 396px;
}

._flexyvert>* {}

._flexycenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
}

._icon-control {
    display: block;
    clear: both;
    float: none;
    flex: none;
}


span._compshadow {
    text-shadow: 0px 0px 3px;
}

._selectable._size-small-x .selector-mark-hold {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
    right: unset;
    border-width: 3px;
}

._selectable._size-small-top-right .selector-mark-hold {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    top: 0%;
    border-width: 3px;
}

/* for selectable content on same line in text */
._selectable._lined-content-1 {
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

._selectable._lined-content-2 {
    margin: 0px;
    margin-left: 30px;
    text-align: center;
    height: 17px;
}

/* for selectable content on same line in text */
._selectable._subsized {
    min-height: 42px;
    width: fit-content;
    min-width: 170px;
    padding: 0px 1rem;
    /*float: left; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    /* border: 1px solid black; */
    border-radius: 5px;
    background-color: #e68a3a;
    background-image: linear-gradient(45deg, black, transparent);
    /* align-content: space-around; */
}

._selectable._subsized._plain-width {
    min-width: auto;
    padding-right: 30px;
}

._selectable._subsized {
    margin-left: 10px;
}

._selectable._subsized:nth-of-type(1) {
    margin-left: 0px;
}

._selectable._subsized .selector-mark-hold {
    width: 20px;
    height: 20px;
    right: 4px;
    top: 5px;
    position: absolute;
}

._selectable._subsized.fcactive {
    box-shadow: 0px 0px 19px -1px inset #ffb152;
}

.appsector-icon-hold._selectable .selector-mark-hold::before,
._selectable .selector-mark-hold::before {
    position: absolute;
    content: " ";
    top: 50%;
    left: 52%;
    transform: translate(-53%, -53%);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: 1;
    background-color: #cd5f0f;
}

.optiondisplayarea ._selectable .selector-mark-hold::before {
    border-radius: 1px;
    width: 82%;
    height: 88%;
    background-color: #530982;
    /* box-shadow: 0px 0px 5px #080707; */
}

.appsector-icon-hold._selectable .selector-mark-hold::after,
._selectable .selector-mark-hold::after {
    position: absolute;
    content: " ";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    z-index: 2;
}

._selectable._size-small-x .selector-mark-hold::after {}

.appsector-icon-hold._selectable .selector-mark-hold i,
._selectable .selector-mark-hold i {
    position: relative;
    z-index: 3;
    font-size: 2.4rem;
    top: -11px;
    left: -5px;
    color: #ffc8ab;
    display: none;
    text-shadow: 0px 0px 11px #ebd187;
}

._selectable._size-small-x .selector-mark-hold i {
    font-size: 1.9rem;
    top: -7px;
}

._selectable._size-small-top-right .selector-mark-hold i {
    font-size: 1.9rem;
    top: -7px;
}

.optiondisplayarea ._selectable .selector-mark-hold i {
    color: #310084;
    text-shadow: 0px 0px 6px #f7e9ff;
}

._selectable._colordependent .selector-mark-hold {}

.appsector-icon-hold._selectable:hover .selector-mark-hold::before,
._selectable:hover .selector-mark-hold::before {}

.appsector-icon-hold._selectable.fcactive {}

.appsector-icon-hold._selectable.fcactive .selector-mark-hold::before._selectable.fcactive .selector-mark-hold::before {
    background-color: #25014b;
}

.appsector-icon-hold._selectable.fcactive .selector-mark-hold::after {}

.appsector-icon-hold._selectable.fcactive .selector-mark-hold i,
._selectable.fcactive .selector-mark-hold i {
    display: block;
}

/* Handle mini floating selection elements */
._app-time-pick {
    display: inline-block;
    color: #fff;
    width: 60px;
    text-align: center;
    background-color: #7a31ee;
    padding: .5rem;
    position: relative;
    cursor: pointer;
}

._app-time-pick[data-hstoggle="active"] {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.73) inset;
}

._app-time-pick i.la {
    font-size: 3rem;
}

._app-time-pick:hover {}

._mini-select-stretched {
    position: relative;
    display: flex;
    width: 100px;
    /* text-align: center; */
    align-items: center;
    justify-content: center;
    border-right: 1px solid #d7d7d7;
    flex-direction: column;
    background-color: rgba(103, 20, 166, 0.62);
    border-right: 1px solid rgba(113, 29, 166, 0.65);
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
}

.justify-content-flex-end {
    justify-content: flex-end;
}

.justify-content-flex-centered {
    justify-content: center;
}

._mini-select-stretched .selector-mark-hold,
._inline-selector .selector-mark-hold {
    position: relative;
    display: inline-block;
    top: unset;
    right: unset;
}

._mini-select-stretched .selector-mark-hold {}

._mini-select-stretched .selector-mark-hold::before {}

._mini-select-stretched .selector-mark-hold i {}

div[class*="col-"]._inline-selector {
    align-self: start;
}

._fixed-btn-bottom {
    position: fixed;
    bottom: 0%;
    right: 8%;
    z-index: 25;
    width: fit-content;
    max-width: 500px;
}

a.form_control._selectable,
a.form_control._selectable:focus,
a.form_control._selectable:active,
a.form_control._selectable:visited {
    color: #fff;
    /* max-height: 72px; */
    background-color: rgb(139 62 22 / 81%);
    /* height: 140px; */
    max-height: unset;
    display: flex;
    flex-direction: column;
    min-height: auto;
    max-width: 166px;
    padding-bottom: 1rem;
}

a.form_control._selectable.fcactive {
    background-color: rgb(48 105 7 / 92%);
    color: rgb(255 255 206);
    /* text-shadow: 4px 1px 3px rgba(219, 136, 243, 0.73); */
    box-shadow: 0px 0px 16px 1px #c5ff8e inset;
}

a.form_control._selectable._colordependent.fcactive {
    background-color: initial;
}

a.form_control._selectable i {}

._navbar-image-dropped {
    width: 240px;
    text-align: center;
}

._navbar-image-dropped ._top {
    width: 150px;
    text-align: center;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    margin: auto;
    border: 2px solid rgba(236, 126, 16, 0.3);
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 9px 0px rgba(140, 80, 25, 0.61);
}

._navbar-image-dropped ._top img {
    align-self: center;
    margin: auto;
    width: 100%;
}

.logo-pane {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    width: fit-content;
    margin: auto;
    max-width: 100%;
}

.logo-pane img {
    max-width: 90%;
    max-height: 100px;
    margin: auto;
    border-radius: 50%;
}
.ovrf-h {
    overflow: hidden;
}
.ovrf-h-y {
    overflow-y: hidden;

}

.ovrf-h-x,.ovrf-h-x-hov:hover,
.ovrf-h-x-hov:focus {
    overflow-x: hidden;
}

.ovrf-y,.ovrf-h-y-hov:hover,
.ovrf-h-y-focus:focus {
    overflow-y: auto;
}
.ovrf-x {
    overflow-x: auto;
}

span.clearboth._blocked._blt2 {
    padding: 0px;
}

.visible-xs {
    display: none !important;
}

._infinite-scroller-holder {
    position: relative;
    min-height: 50px;
    overflow: hidden;
    overflow-y: auto;
}

._infinite-scroller-holder._sh {
    max-height: 100px;
    position: absolute;
    right: 0px;
    width: 100%;
    top: 40px;
    padding-top: 5px;
    z-index: 99;
    background-color: #ffffff;
}

._h200 {
    max-height: 200px !important;
}

._infinite-scroller {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    clear: both;
    min-width: 50px;
    float: none;
}

._infinite-scroller-chold {
    position: relative;
    display: block;
    width: 100%;
    min-height: 40px;
    overflow: hidden;
    clear: both;
    float: none;
    padding-bottom: 6px;
}

._infinite-scroller-close {
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 1%;
    width: 20px;
    text-align: center;
    height: 20px;
    background: #17453ac7;
    color: #fff;
    display: block;
    clear: both;
    font-size: 14px;
    z-index: 12;
    transition: all .5s;
    float: none;
}

._infinite-scroller-close:hover {
    color: #fff;
    text-shadow: 0px 0px 3px skyblue;
    background-color: #115caa;
}

._infinite-scroller-chold._sh {
    min-height: 30px;
    border-bottom: 1px dotted #292e4b;
}

._infinite-scroller-chold._fh {}

._infinite-scroller-chold._fh.active {
    background-color: #9cf6ff;
    padding: 5px;
    box-shadow: 0px 0px 14px 0px inset;
}

._infinite-scroller-chold._sh.active {
    background-color: #843706;
    padding: 5px;
    box-shadow: 0px 0px 10px 0px #000 inset;
}

._infinite-scroller-chold._sh.active a {
    color: #fefefe;
    text-shadow: -1px 1px 1px #000;
}

._infinite-scroller-chold._fh ._1 {
    text-align: center;
}

._infinite-scroller-chold._fh ._1 img {
    height: 50px;
}

._infinite-scroller-chold._sh ._1 img {
    max-height: 25px;
}

._infinite-scroller-chold._fh ._2 {}

._infinite-scroller-chold._fh ._2 h3 {
    margin: 0px;
}

._infinite-scroller-chold._sh ._2 h3 {
    margin: 3px 0px 0px 0px;
    font-size: 17px;
}

._infinite-scroller-chold._fh ._2 a {}

._infinite-scroller-chold._sh ._2 a {}

._infinite-scroller-chold._fh ._2 small {
    font-size: 1.5rem;
}

._infinite-scroller-chold._sh ._2 small {
    font-size: 1.5rem;
}

._infinite-scroller-chold._sh.active small._st {
    color: #fff;
}

._infinite-scroller-loader {
    position: sticky;
    bottom: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    height: 5%;
    min-height: 50px;
    background-color: #00000096;
    padding: 4px;
    overflow: hidden;
    max-height: 100px;
    clear: both;
}

._infinite-scroller-loader img {
    position: relative;
    height: 100%;
    max-height: 45px;
}

._infinite-scroller-holder._fh {
    height: 200px;
}

.stafflistentry,
.defboxentrylist {
    font-size: 1rem;
    padding: 5px;
    border-bottom: 1px solid rgba(22, 22, 22, 0.64);
    border-top: 1px solid #f8d8ff;
    margin-bottom: 0px;
    color: #ffffff;
    max-height: auto;
}

.stafflistentry label {
    cursor: pointer;
}



.dashannouncement-holder {
    position: relative;
    min-height: 250px;
    max-height: 339px;
    overflow: hidden;
}

.dashannouncement-holder .carousel-item {
    overflow: hidden;
    max-height: 307px;
}

.dashannouncement-holder .carousel-item .carousel-caption {
    background-color: rgba(10, 15, 67, 0.37);
    padding: 5px;
}

.dashannouncement-holder .carousel-item .carousel-caption h3 {
    color: #ffd9d1;
}

.carousel-caption {}

.dashannouncement-holder .carousel-item img {}

.menulinkcontainer {
    max-height: 92vh;
}

#operations-panel {
    position: relative;
    min-height: 700px;
}

.render-field-hold {
    display: block;
    position: relative;
    float: none;
    clear: both;
    /* overflow: hidden; */
}


#operations-panel::after {
    content: "";
    position: relative;
    display: block;
    clear: both;
}

.afterblocked::after {
    content: '';
    position: relative;
    display: block;
    height: 0px;
    clear: both;
}



.breadcrumbs-top ol.breadcrumb .breadcrumb-item a {
    color: #7b4205;
}

.breadcrumbs-top ol.breadcrumb .breadcrumb-item a:active,
.breadcrumbs-top ol.breadcrumb .breadcrumb-item a:focus,
.breadcrumbs-top ol.breadcrumb .breadcrumb-item a:hover {
    color: #7b3705;
}

.breadcrumbs-top ol.breadcrumb .breadcrumb-item.active {
    /* font-size: 1.5rem; */
    font-weight: bold;
    color: #d7a634;
    /* text-shadow: 2px 2px 1px #751a69, 0px 0px 1px #ffcaf8; */
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {}

.breadcrumbs-top ol.breadcrumb .breadcrumb-item.active::before {}



/* bootstrap tooltip control section */
.tooltip {
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.45;
    position: absolute;
    z-index: 9999;
    display: block;
    margin: 0;
    text-align: left;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: break-word;
    word-break: normal;
    opacity: 0;
    text-shadow: none;
    line-break: auto;
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    text-align: center;
    color: #fff;
    border-radius: .25rem;
    background-color: rgb(211, 99, 0);
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^='top'] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #d7731a;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^='right'] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #d7731a;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^='bottom'] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #d7731a;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^='left'] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #da7e2d;
}



.input-group-addon.rel {
    max-width: 32px;
    position: relative;
    max-height: 42px;
}

.input-group-addon.rel.blockroute {
    max-width: fit-content;
}

._dashboard .card {
    background-color: rgb(255, 255, 255);
}

.card._ibgd {
    background-color: transparent;
}

.card._ibgd .card-header {
    z-index: 2;
    background-color: rgba(1, 0, 24, 0.64);
}

.card._ibgd .card-header._orange {}

.card._ibgd card-content {
    z-index: 3;
}

.card._ibgd::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    border-radius: 5px;
    background-color: transparent;
}

.card._ibgd::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.trigpoint._cst-revv-tooltip {
    position: absolute;
    width: 100%;
    bottom: 5%;
}

._formminheight {
    min-height: 440px;
    /* padding-top: 14px!important; */
}

/* Picture taker and Image Captuer file uploader */
.trigpoint._cst-revv-tooltip {
    position: absolute;
    width: 100%;
    bottom: 5%;
}

.trigpoint a {
    margin: auto;
    display: block;
    transition: all 0.5s ease;
    position: relative;
    font-size: 4rem;
    /* max-width: 55px; */
    width: 5rem;
    text-align: center;
    background-image: linear-gradient(45deg, #cfaba8, rgba(236, 154, 111, 0.98));
    border-radius: 8px;
    /* border: 1px solid; */
    padding: .8rem 0rem;
    color: #ffdcdc;
    /* max-height: 55px; */
    text-shadow: 1px 1px 1px #fad559;
    transition: all 0.5s ease;
    line-height: 0rem;
}

.trigpoint a:hover {
    background-image: linear-gradient(45deg, rgba(147, 94, 197, 0.98), #b49593);
    color: #fff;
}

.trigpoint a i {
    font-size: 3rem;
}

.picdiv {
    /* border: 1px solid; */
    clear: both;
    position: relative;
    overflow: hidden;
    /* min-height: 3px; */
    /* padding-bottom: 10px; */
}

.picdiv._manual {
    min-height: 250px;
}

canvas.campicdisp,
canvas.attachpicdisp {
    max-width: 320px;
    width: 100%;
    height: 240px;
    margin: auto;
    position: relative;
    display: block;
}

canvas.attachpicdisp {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
}

video#video2,
video#video1,
video#video,
video.camvideosectdisp {
    max-width: 320px;
    width: 100%;
    height: 240px;
    margin: auto;
    position: relative;
    display: block;
    background-color: #fef8ff;
}

span.campicdispout {
    max-width: 320px;
    width: 100%;
    max-height: 320px;
    margin: auto;
    position: relative;
    text-align: center;
    display: block;
}

span.campicdispout img {
    max-height: 240px;
    width: auto;
}

button.btn-pictaker,
a.btn-pictaker,
div.btn-pictaker {
    position: absolute;
    display: block;
    margin: auto;
    float: none;
    clear: both;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, 0%);
    z-index: 10;
}

a.btn-pictaker input[type="file"],
div.btn-pictaker input[type="file"] {
    z-index: 26;
    /* visibility: hidden; */
    position: absolute;
    top: -35px;
    left: -25px;
    width: 179%;
    border: 0px transparent;
    opacity: 0;
    height: 174%;
    cursor: pointer;
}

.uimagedisplay {
    position: relative;
    display: block;
    max-width: 320px;
    width: auto;
    text-align: center;
    min-height: 100px;
    max-height: 240px;
    overflow: hidden;
    margin: auto;
    background-color: rgba(250, 250, 255, 0.06);
}

canvas.canvswap {
    transform: translate(0px, -100%);
    background: #fff;
    visibility: hidden;
}

.uimagedisplay._withhelp::before {
    position: absolute;
    width: 80%;
    height: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    text-align: center;
    font-size: 1rem;
    content: "Click or tap button to upload an Image";
    z-index: 1;
    opacity: 0.7;
    color: #fff;
    /* padding-top: 9%; */
}

.uimagedisplay.loaded::before {
    display: none;
}

.uimagedisplay img {
    z-index: 2;
    /* display: block; */
    position: relative;
    /* max-width: 320px; */
    width: auto;
    height: auto;
    max-height: 240px;
    vertical-align: middle;
    /* display: table-cell; */
}

a.btn-pictaker *,
div.btn-pictaker * {
    z-index: 1;
    position: relative;
    /* display: none; */
}

a.btn-pictaker i,
div.btn-pictaker i {
    font-size: inherit;
    color: inherit;
}

a.btn-pictaker.btn,
div.btn-pictaker.btn {
    font-size: 1.25rem;
    line-height: 3.8rem;
    width: 54px;
    border-radius: 5px;
    height: 51px;
    border: 0px;
}

a.btn-pictaker,
a.btn-pictaker:not([href]):not([tabindex]),
div.btn-pictaker {
    overflow: hidden;
    width: 5rem;
    border: 1px solid;
    height: 4rem;
    text-align: center;
    font-size: 3rem;
    /* bottom: 5px; */
    /* opacity: .5; */
    cursor: pointer;
    font-size: 3.7rem;
    line-height: 4rem;
    width: 4.5rem;
    text-align: center;
    background-image: linear-gradient(45deg, #5d5353, rgba(255, 210, 5, 0.98));
    border-radius: 8px;
    /* border: 1px solid; */
    padding: .0rem 0rem;
    color: #ffdbc4;
    text-shadow: 1px 1px 1px #47403c;
    transition: all 0.5s ease;
    z-index: 3;
}

a.btn-pictaker:hover,
a.btn-pictaker:not([href]):not([tabindex]):hover,
div.btn-pictaker:hover {
    background-image: linear-gradient(160deg, #bd9e89, rgba(49, 3, 3, 0.98));
    /* opacity: 1; */
}

/* form-control customs  border-color: #66afe9;*/
.form-group {}

.bootstrap-datetimepicker-widget.dropdown-menu tr:hover{
    background:none!important;
}

table .bootstrap-datetimepicker-widget.dropdown-menu tr {
    border: 0px!important;
}

table .bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
    border: 0px;
    padding: .5rem;
    color: #fff;
}
.form-group .input-group .select2-container {
    width: initial !important;
    width: auto !important;
    /* width: 73%!important; */
    display: flex;
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}

.form-group .select2-container span.selection {
    /* width: fit-content; */
    width: 100%;
}

.form-group .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 3px;
}

.input-group {}

.input-group._nowrap {
    flex-wrap: nowrap;
}

.form-group .form-control:focus {
    border-color: #8350b1;
}

.input-group-addon {
    position: relative;
}

.input-group-addon._fev-group {}

.input-group-addon._fev-group i {
    color: #fff;
}

.form-group.material-custom {
    /* padding-top: 1rem; */
    margin-top: 15px;
}

.form-group.material-custom .form-control {
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-radius: 0px;
    box-shadow: none;
    font-size: 1rem;
    min-height: 42px;
    height: initial;
    /* height: 100%; */
    transition: all 0.2s;
    border-top-right-radius: 20px !important;
}

.form-group.material-custom select.form-control {
    color: transparent;
}

.form-group.material-custom select.form-control.active {
    color: inherit;
    font-size: 1.7rem;
}

.form-group.material-custom select.form-control.active option {
    color: initial;
    font-size: 1.4rem;
}

.form-group.material-custom label {
    position: absolute;
    top: 30px;
    left: 56px;
    min-width: 70px;
    z-index: 3;
    color: rgb(183, 32, 12);
    font-weight: inherit;
    transition: all 0.5s;
    word-break: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 90%;
}

.text-flow-ellipsis,.text-overflow-ellipsis{
    word-break: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.text-overflow-normal-hover:hover{
    overflow: visible;
    white-space: normal;
}

form .form-section, div .form-section{
    border-color: #fe7a40;
}
.flexed{
    display: flex;
}

.flexed-items-center{
    display: flex;
    align-items: center;
}
.marginauto.form-group.material-custom label {}

/* for selection box labels */
.form-group.material-custom.isselect label {
    z-index: 1;
}

.form-group.material-custom.isselect .input-group {
    z-index: 2;
}

.form-group.material-custom.isselect .input-group select {
    background-color: transparent;
}

.form-group.material-custom label.active {
    /* transform:translateY(-14px) scale(.8); */
    top: 0px;
    left: 47px;
    font-size: 11px;
    margin-bottom: 0px;
    border-bottom: 1px solid;
    /* text-decoration: underline; */
}

.marginauto.form-group.material-custom label.active {}

.form-group.material-custom .input-group {}

.form-group.material-custom .input-group-addon {
    background-color: transparent;
    border-width: 0px;
    position: relative;
    border-radius: 0px;
}

.form-group.material-custom .input-group-addon._fev-group {
    visibility: hidden;
    display: table-column;
}

.form-group.material-custom .input-group-addon.active._fev-group {
    visibility: visible;
    display: table-cell;
    max-width: 44px;
}

.form-group.material-custom .input-group-addon::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: " ";
    width: 100%;
    height: 100%;
    /* background-color: rgba(71, 8, 119, 0.42); */
    background-image: linear-gradient(45deg, rgb(243, 119, 38), rgb(98, 17, 7));
    /* background-image: linear-gradient(-45deg,rgb(42, 0, 96),rgb(159, 21, 249)); */
    /* border-color: rgba(152, 101, 174, 0.49); */
    /* border-width: 2px; */
    /* border-style: solid; */
    z-index: 1;
    border-top-left-radius: 5px;
    border-top-right-radius: 70px;
    border-bottom-left-radius: 0px;
    transition: all 0.5s;
}

.form-group.material-custom .input-group-addon::after {
    position: absolute;
    top: 0px;
    right: 0px;
    content: "";
    border-width: 10px;
    border-style: solid;
    border-color: rgba(20, 11, 0, 0.92);
    /* border-top-width: 0px; */
    /* border-left-width: 0px; */
    border-top-color: transparent;
    border-right-color: transparent;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    z-index: 2;
    /* border-bottom-left-radius: 5px; */
}

.form-group.material-custom .input-group-addon:nth-of-type(2)::before {
    border-top-left-radius: 70px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
}

.form-group.material-custom .input-group-addon:nth-of-type(2)::after {
    border-right-color: rgba(107, 0, 0, 0.92);
    border-bottom-color: rgba(107, 27, 0, 0.92);
    border-left-color: transparent;
    border-top-color: transparent;
}

.form-group.material-custom .input-group-addon.active::before {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    background-image: linear-gradient(-45deg, rgb(96, 47, 0), rgb(249, 21, 21));
}

.form-group.material-custom .input-group-addon.active::after {
    border-width: 16px;
    /* border-top-color: transparent; */
    /* border-left-color: transparent; */
    /* border-right-color: rgba(38, 3, 72, 0.87); */
    border-bottom-right-radius: 6px;
    transform: rotateY(180deg);
}

.form-group.material-custom .input-group-addon.active:nth-of-type(2)::before {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 18px;
}

.form-group.material-custom .input-group-addon.active:nth-of-type(2)::after {
    border-bottom-right-radius: 5px;
    transform: none;
}

.form-group.material-custom .input-group-addon span,
.form-group.material-custom .input-group-addon i,
.form-group.material-custom .input-group-addon img {
    z-index: 3;
    position: relative;
    display: block;
    font-size: 1.4rem;
    transition: all 0.5s;
}

.form-group.material-custom .input-group-addon img.loadermini {
    max-height: 31px;
    transform: translate(-50%, 0);
}

.form-group.material-custom .input-group-addon.active span,
.form-group.material-custom .input-group-addon.active i {
    transform: scale(1.2);
}

/* hide show controls */
.hidegd {
    display: none;
    visibility: hidden;
}

.showgd {
    display: block;
    visibility: visible;
}

/* Steps wizard */
.steps-section-container {}

.steps-level {}

.steps-section-container .steps-level {}

.steps-content {
    min-height: 250px;
}

.steps-content .body.content {}

.step-details-section {}

.step-details-section h2.step-title {
    color: #6e0101;
}

.step-details-section p {
    color: #976613;
}

.steps-actions {
    position: relative;
    display: block;
    padding: 20px;
    padding-top: 0;
    text-align: right;
}

/* Steps marker section */
.steps-section-container .steps-levels>ul {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    list-style: none;
}

.steps-section-container .steps-levels>ul>li {
    position: relative;
    display: table-cell;
    width: auto;
    text-align: center;
    vertical-align: top;
}

.steps-section-container .steps-levels>ul>li.first {}

.steps-section-container .steps-levels>ul>li::before {
    position: absolute;
    z-index: 9;
    left: 0;
    display: block;
    content: '';
}

.steps-section-container .steps-levels>ul>li::after {
    position: absolute;
    z-index: 9;
    right: 0;
    display: block;
    content: '';
}

.steps-section-container .steps-levels>ul>li::before,
.steps-section-container .steps-levels>ul>li::after {
    top: 43px;
    width: 50%;
    height: 5px;
    background-color: #c166e8;
}

.steps-section-container .steps-levels>ul>li.first::before {
    content: "";
    width: 0px;
}

.steps-section-container .steps-levels>ul>li::after {}

.steps-section-container .steps-levels>ul>li a {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 52px;
    font-size: 1.2rem;
}

.steps-section-container .steps-levels>ul>li a .step {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    display: inline-block;
    margin-left: -24px;
    text-align: center;
    background-color: #fff;
}

.steps-section-container .steps-levels.steps-circle>ul>li a .step {
    font-size: 1.1rem;
    line-height: 3.1rem;
    width: 50px;
    height: 50px;
    border: 5px solid #f4f5fa;
    border-radius: 50%;
    transition: all 0.5s;
}

.steps-section-container .steps-levels>ul>li.steps {}

.steps-section-container .steps-levels>ul>li:last-of-type::after {
    content: "";
    width: 0px;
}

.steps-section-container .steps-levels>ul>li.current {}

.steps-section-container .steps-levels>ul>li.current~li::before,
.steps-section-container .steps-levels>ul>li.current~li::after {
    background-color: #f4f5fa;
}

.steps-section-container .steps-levels>ul>li.current::before {}

.steps-section-container .steps-levels>ul>li.current::after {
    background-color: #f4f5fa;
}

.steps-section-container .steps-levels>ul>li.current a {
    /* cursor: default; */
    color: #333;
}

.steps-section-container .steps-levels>ul>li:focus a .step,
.steps-section-container .steps-levels>ul>li a:focus .step {
    border-color: #d46d6d;
}

/* disabled steps */
.steps-section-container .steps-levels>ul>li.disabled {}

.steps-section-container .steps-levels>ul>li.disabled a {
    cursor: default;
    color: #999;
}

/* done step */
.steps-section-container .steps-levels>ul>li.done {}

.steps-section-container .steps-levels>ul>li.done a {
    color: #999;
}

.steps-section-container .steps-levels>ul>li.done a .step {
    color: #fff;
    border-color: #c166e8;
    box-shadow: 0px 0px 11px 1px inset rgba(109, 0, 156, 0.9607843137254902);
    background-color: #c166e8;
}

.steps-section-container .steps-levels>ul>li.current a .step {
    color: #e8b166;
    border-color: #b37a4b;
    background-color: #fff;
}

.steps-section-container .steps-levels>ul>li.error a .step {
    color: #ff4961;
    border-color: #ff4961;
}

/* step actions */
.steps-action>ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

.steps-action>ul>li {
    float: left;
}

.steps-action>ul>li.disabled {
    color: #999;
}

.steps-action>ul>li+li {
    margin-left: 10px;
}

.steps-action>ul>li>a {
    display: block;
    padding: 7px 12px;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #6e2201;
    position: relative;
}

.steps-action>ul>li.disabled>a {
    box-shadow: none;
}

.steps-action>ul>li>a:hover {}

ul>li.disabled>a[href='#previous'] {
    color: #393838;
    border: 1px solid #ddd;
    background-color: #fcfcfc;
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
}

ul>li.disabled>a[href='#previous'] {
    -webkit-box-shadow: none;
    box-shadow: none;
}

ul>li.disabled>a[href='#previous']:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* end steps */


.hidden,
.hidden-gdfc.fcactive > .fchid,
.hiddenbefore::before,
.hiddenafter::after,
.hiddenhover:hover,
.hiddenvisited:visited,
.hiddenactive:active,
.hiddenfocus:focus,
.hiddenfocus-within:focus-within {
    display: none !important;
    visibility: hidden !important;
}

.hidden-gdfc > .fcshown{
    display: none !important;
    visibility: hidden !important;
}
.hidden-gdfc.fcactive > .fcshown
{
    display: unset !important;
    visibility: visible !important;
}

.shown,
.shown-gdfc.fcactive > .fcshown,
.shownbefore::before,
.shownafter::after,
.shownhover:hover,
.shownvisited:visited,
.shownactive:active,
.shownfocus:focus,
.shownfocus-within:focus-within {
    display: unset !important;
    visibility: visible !important;
}

.member-badge-color {
    font-size: 3rem;
    text-shadow: 0px 0px 3px;
}

._dashboard .card {
    background-color: #fff;
}

._dashboard .card .card-title {}

._dashboard .card .card-title._re-vert {}

._dashboard .card .card-title._re-vert i {}

._dashboard .card .card-title ._re-vert {}

._sector-stacked-media-hold {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

._sector-stacked-media-hold .media-heading-img {
    text-align: center;
    width: 100%;
    align-self: center;
}

._sector-stacked-media-hold .media-heading-img img {
    /* max-width: 100%; */
    max-height: 127px;
}

._sector-stacked-media-hold .media-content {}



._stack-icons {
    position: relative;
    display: ;
}

._stack-icons>* {
    z-index: 1;
    position: relative
}

._stack-icons ._stack-bottom-left {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 2rem;
    transform: translate(3px, 3px);
}

._stack-icons:hover ._stack-bottom-left {
    text-shadow: -3px 2px 3px rgba(0, 0, 0, 0.43);
}

._stack-icons ._lv2 {
    z-index: 2;
}

._stack-icons ._lv3 {
    z-index: 3;
}

._stack-icons ._lv4 {
    z-index: 4;
}

._stack-icons ._lv5 {
    z-index: 5;
}

._stack-icons ._lv6 {
    z-index: 6;
}

._stack-icons ._lv7 {
    z-index: 7;
}

._stack-icons ._lv8 {
    z-index: 8;
}

._stack-icons ._lv9 {
    z-index: 9;
}

._stack-icons ._lv10 {
    z-index: 10;
}

._guest-badge-display {}

.guest-image-point {
    max-height: 240px;
    max-width: 320px;
}

._guest-manage-area {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

._guest-manage-area._type2 {
    align-items: normal;
    display: block;
    flex-direction: column;
}

.not-found-flex-hold {
    display: flex;
    width: 100%;
    padding: 3rem 1rem;
    height: 100%;
    flex-direction: column;
    text-align: center;
    position: relative;
    top: 0px;
}

.not-found-flex-hold ._not-found-fa {
    padding: 1rem;
}

.not-found-flex-hold ._not-found-fa i.fa-search {
    text-shadow: -8px 9px 7px rgba(88, 45, 110, 0.38);
}

.not-found-flex-hold ._not-found-content {}

.not-found-flex-hold ._not-found-content p:first-of-type {
    padding-top: 10px;
}

.card._ibgd {
    background-color: transparent;
}

.card._ibgd._red::before {
    background-image: linear-gradient(45deg, #af2a2a, #731919, rgb(255, 235, 221));
}
.card._ibgd._orange::before {
    background-image: linear-gradient(45deg, #b53e26, #deac81, rgb(243 211 189));
}
.card._ibgd._yellow::before {
    background-image: linear-gradient(45deg, #e2ce28, #ded381, rgb(245 243 191));
}
.card._ibgd._green::before {
    background-image: linear-gradient(45deg, #28e2ba, #94de81, rgb(197 251 187));
}
.card._ibgd._blue::before {
    background-image: linear-gradient(45deg, #a3b1e8, #a8bdec, rgb(61, 68, 252));
}
.card._ibgd._indigo::before {
    background-image: linear-gradient(45deg, #721ef1, #c031ef, rgb(139 18 214));
}
.card._ibgd._violet::before {
    background-image: linear-gradient(45deg, #e228af, #dd81de, rgb(227 179 243));
}
.card._ibgd._grey::before {
    background-image: linear-gradient(45deg, #e24828, #deac81, rgb(255, 235, 221));
}
.card._ibgd .card-header {
    z-index: 2;
    background-color: rgba(1, 0, 24, 0.64);
}

.card._ibgd .card-header._orange {}

.card._ibgd .card-content {
    z-index: 3;
}

.card._ibgd::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    border-radius: 5px;
    background-color: transparent;
}

.card._ibgd::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

/*----------------- Scaling----------------------*/
.scale-xxxs{
    transform:scale(.5);
}
.scale-xxs{
    transform:scale(.6);
}
.scale-xs{
    transform:scale(.7);

}
.scale-sm{
    transform:scale(.8);

}
.scale-md{
    transform:scale(.9);

}
.scale-lg{
    transform:scale(1.1);

}
.scale-xlg{
    transform:scale(1.3);

}
.scale-xxlg{
    transform:scale(1.5);

}
/*----------------- End Scaling----------------------*/


.clearboth {
    clear: both;
}

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}

.floatnone {
    float: none;
}

.float-left {
    float: left;
}

.float-left-imp {
    float: left !important;
}

.float-right {
    float: right;
}

.float-right-imp {
    float: right !important;
}



.ico-bg-circle {
    padding: 0.6rem .5rem .5rem .5rem;
    color: #fff;
    line-height: normal;
    border-radius: 50%;
}
/*Background linear gradient*/
.bg-hexa {
    background-image: url('../../../images/hexa.svg');
}

.bg-hexagons,
.bg-hexagonsbefore::before,
.bg-hexagonsafter::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'28\' height=\'49\' viewBox=\'0 0 28 49\'%3E%3Cg fill-rule=\'evenodd\'%3E%3Cg id=\'hexagons\' fill=\'%23f7f7f7\' fill-opacity=\'1\' fill-rule=\'nonzero\'%3E%3Cpath d=\'M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z\'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}

.bg-hexagons-danger,
.bg-hexagons-dangerbefore::before,
.bg-hexagons-dangerafter::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'28\' height=\'49\' viewBox=\'0 0 28 49\'%3E%3Cg fill-rule=\'evenodd\'%3E%3Cg id=\'hexagons\' fill=\'%23ff6576\' fill-opacity=\'1\' fill-rule=\'nonzero\'%3E%3Cpath d=\'M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z\'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}

.bg-hexagons-info,
.bg-hexagons-infobefore::before,
.bg-hexagons-infoafter::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'28\' height=\'49\' viewBox=\'0 0 28 49\'%3E%3Cg fill-rule=\'evenodd\'%3E%3Cg id=\'hexagons\' fill=\'%23ff6576\' fill-opacity=\'1\' fill-rule=\'nonzero\'%3E%3Cpath d=\'M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z\'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}

.bg-hexagons-warning,
.bg-hexagons-warningbefore::before,
.bg-hexagons-warningafter::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'28\' height=\'49\' viewBox=\'0 0 28 49\'%3E%3Cg fill-rule=\'evenodd\'%3E%3Cg id=\'hexagons\' fill=\'%23801f23\' fill-opacity=\'1\' fill-rule=\'nonzero\'%3E%3Cpath d=\'M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z\'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}

.bg-hexagons-success,
.bg-hexagons-successbefore::before,
.bg-hexagons-successafter::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'28\' height=\'49\' viewBox=\'0 0 28 49\'%3E%3Cg fill-rule=\'evenodd\'%3E%3Cg id=\'hexagons\' fill=\'%23ff6576\' fill-opacity=\'1\' fill-rule=\'nonzero\'%3E%3Cpath d=\'M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z\'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}

._bgbefore::before,
._bgafter::after {
    position: absolute;
    /* z-index: 1; */
    width: 100%;
    content: "";
    height: 100%;
    top: 0px;
    left: 0px;
}

.input-group-addon._fev-group i.success {
    color: #30ff2c !important;
}

.transall-ease {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*---------------------Media css start---------------------------*/

/* Large desktop */
@media screen and (max-width: 1147px) {
    table#resultcontenttable thead tr th {
        word-break: break-word;
    }
}

@media (min-width: 1024px) {}

@media (min-width: 1025px) {}

@media (max-width: 1200px) {

}

@media screen(max-width: 1025px) and (max-height: 1367px) {

}

@media screen(min-width: 992px) and screen(max-width: 1024px) {}

@media screen (min-width: 1024px) {}

@media screen(min-width: 768px) and screen(max-width: 1024px) {}

/* landscape on tablets */

@media screen(min-width: 992px) {}

/* Portrait tablet to landscape and desktop */

@media screen (min-width: 768px) and (max-width: 979px) {}

/* Media-css Landscape phone to portrait tablet */

@media (max-width: 640px) {
    .ovrf-h-640 {
        overflow: hidden !important;
    }
    .ovrf-h-y-640 {
        overflow-y: hidden !important;

    }

    .ovrf-h-x-640,.ovrf-h-x-hov-640:hover,
    .ovrf-h-x-focus-640:focus {
        overflow-x: hidden !important;
    }

    .ovrf-y-640,.ovrf-h-y-hov-640:hover,
    .ovrf-h-y-focus-640:focus {
        overflow-y: auto !important;
    }
    .ovrf-x-640 {
        overflow-x: auto !important;
    }
    ._page_sidedisplay {
        max-width: 100%;
    }

    a.btn-pictaker,
    div.btn-pictaker {
        width: 80%;
    }

    .text-flow-ellipsis-640,.text-overflow-ellipsis-640{
        word-break: break-word;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .text-overflow-normal-hover-640:hover{
        overflow: visible;
        white-space: normal;
    }

    .float-left-640 {
        float: left !important;
    }

    .float-right-640 {
        float: right !important;
    }

    ._no-flex-640 {
        justify-content: normal;
        display: inline-block;
    }

    .nav-vertical ul.nav.nav-tabs {
        float: none;
        width: 101%;
        border-radius: 0px;
    }

    .nav-vertical ul.nav.nav-tabs>li.nav-item {
        float: left;
        border-bottom-left-radius: 0px;
        border: 0px;
    }

    .text-center-640 {
        text-align: center !important;
    }

    .text-right-640 {
        text-align: right !important;
    }

    .text-left-640 {
        text-align: left !important;
    }

    .text-justify-640 {
        text-align: justify !important;
    }

    .nav-vertical ul.nav.nav-tabs>li.nav-item>a {
        border-right: 0px !important;
    }

    .nav-vertical .nav-tabs~.tab-content {
        margin: 0px;
        padding-left: 0px !important;
        width: 100%;
        padding-right: 0px !important;
        border-right-color: #fff;
    }

    .nav-vertical .nav-tabs~.tab-content>.tab-pane {
        padding-left: 0px;
        width: 100%;
        padding-right: 0px !important;
    }

    .nav-vertical .nav-tabs~.tab-content>.tab-pane .render-field-hold {
        padding: 0px;
    }


    .hidden-640,
    .hiddenbefore-640::before,
    .hiddenafter-640::after,
    .hiddenhover-640:hover,
    .hiddenvisited-640:visited,
    .hiddenactive-640:active,
    .hiddenfocus-640:focus,
    .hiddenfocus-within-640:focus-within {
        display: none !important;
        visibility: hidden !important;
    }

    .shown-640,
    .shownbefore-640::before,
    .shownafter-640::after,
    .shownhover-640:hover,
    .shownvisited-640:visited,
    .shownactive-640:active,
    .shownfocus-640:focus,
    .shownfocus-within-640:focus-within {
        display: unset !important;
        visibility: visible !important;
    }

    .noflex-640 {
        display: inline-block !important;
    }


}

/* Ipad Pro */

@media (max-height: 1367px) and (max-width:1025) {

}

/* landscape Ipad */

@media (max-width: 1367px) and (max-height:1025) {

}

/* Ipad */

@media (max-width: 640px) and (max-height: 1025px) {

}

/* Ipad Portrait */

@media (max-height: 640px) and (max-width: 1025px) {

}

/* Boca tablet Portrait-1*/

@media (max-width: 551px) and (max-height: 1025px) {

}

/* Boca tablet Portrait-2*/

@media (max-width: 650px) and (max-height: 950px) {

}

/* Boca Tablet Landscape */

@media (max-height: 551px) and (max-width: 1025px) {

}

/* Portrait mode on smaller devices */

@media (max-width: 481px) and (max-height: 860px) {

}

/* landscape mode on smaller devices */

@media (max-width: 860px) and (max-height: 481px) {
    a.form_control._selectable,
    a.form_control._selectable:focus,
    a.form_control._selectable:active,
    a.form_control._selectable:visited {
        max-width: 120px;
    }
}

/* small phones and down */

@media (max-width: 641px) {
    .ovrf-h-640 {
        overflow: hidden !important;
    }
    .ovrf-h-y-640 {
        overflow-y: hidden !important;

    }

    .ovrf-h-x-640,.ovrf-h-x-hov-640:hover,
    .ovrf-h-x-focus-640:focus {
        overflow-x: hidden !important;
    }

    .ovrf-y-640,.ovrf-h-y-hov-640:hover,
    .ovrf-h-y-focus-640:focus {
        overflow-y: auto !important;
    }
    .ovrf-x-640 {
        overflow-x: auto !important;
    }
    ._page_sidedisplay {}

    .vertical-content-menu.menu-expanded .content-body {
        /*         min-height:100vh; */
    }

    .hidden-640,
    .hiddenbefore-640::before,
    .hiddenafter-640::after,
    .hiddenhover-640:hover,
    .hiddenvisited-640:visited,
    .hiddenactive-640:active,
    .hiddenfocus-640:focus,
    .hiddenfocus-within-640:focus-within {
        display: none !important;
        visibility: hidden !important;
    }

    html body a._acc-picker i,
    html body a._acc-picker i.la {
        font-size: 4rem;
    }

    .noflex-640 {
        display: flow-root !important;
    }



    .text-flow-ellipsis-640,.text-overflow-ellipsis-640{
        word-break: break-word;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .text-overflow-normal-hover-640:hover{
        overflow: visible;
        white-space: normal;
    }
}

@media (max-width: 480px) {
    .ovrf-h-480 {
        overflow: hidden !important;
    }
    .ovrf-h-y-480 {
        overflow-y: hidden !important;

    }

    .ovrf-h-x-480,.ovrf-h-x-hov-480:hover,
    .ovrf-h-x-focus-480:focus {
        overflow-x: hidden !important;
    }

    .ovrf-y-480,.ovrf-h-y-hov-480:hover,
    .ovrf-h-y-focus-480:focus {
        overflow-y: auto !important;
    }
    .ovrf-x-480 {
        overflow-x: auto !important;
    }
    ._page_sidedisplay {}

    .logtypeselector {
        max-width: 100%;
        width: 100%;
    }

    ._app-form-control .form-control {}


    .hidden-480,
    .hiddenbefore-480::before,
    .hiddenafter-480::after,
    .hiddenhover-480:hover,
    .hiddenvisited-480:visited,
    .hiddenactive-480:active,
    .hiddenfocus-480:focus,
    .hiddenfocus-within-480:focus-within {
        display: none !important;
        visibility: hidden !important;
    }

    .shown-480,
    .shownbefore-480::before,
    .shownafter-480::after,
    .shownhover-480:hover,
    .shownvisited-480:visited,
    .shownactive-480:active,
    .shownfocus-480:focus,
    .shownfocus-within-480:focus-within {
        display: unset !important;
        visibility: shown !important;
    }

    .col-xs-12 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .noflex-480 {
        display: flow-root !important;
    }



    .text-flow-ellipsis-480,.text-overflow-ellipsis-480{
        word-break: break-word;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .text-overflow-normal-hover-480:hover{
        overflow: visible;
        white-space: normal;
    }
}

@media (max-width: 360px) {
    ._page_sidedisplay {}

    .hidden-360,
    .hiddenbefore-360::before,
    .hiddenafter-360::after,
    .hiddenhover-360:hover,
    .hiddenvisited-360:visited,
    .hiddenactive-360:active,
    .hiddenfocus-360:focus,
    .hiddenfocus-within-360:focus-within {
        display: none !important;
        visibility: hidden !important;
    }

    .noflex-360 {
        display: flow-root !important;
    }

    .hidden-360,
    .hiddenbefore-360::before,
    .hiddenafter-360::after,
    .hiddenhover-360:hover,
    .hiddenvisited-360:visited,
    .hiddenactive-360:active,
    .hiddenfocus-360:focus,
    .hiddenfocus-within-360:focus-within {
        display: none !important;
        visibility: hidden !important;
    }

    .shown-360,
    .shownbefore-360::before,
    .shownafter-360::after,
    .shownhover-360:hover,
    .shownvisited-360:visited,
    .shownactive-360:active,
    .shownfocus-360:focus,
    .shownfocus-within-360:focus-within {
        display: unset !important;
        visibility: visible !important;
    }



    .text-flow-ellipsis-360,.text-overflow-ellipsis-360{
        word-break: break-word;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .text-overflow-normal-hover-360:hover{
        overflow: visible;
        white-space: normal;
    }
}


@media (max-height: 360px) {
    .vertical-content-menu.menu-expanded .content-body {
        min-height: 100vh;
    }
}

@media (max-width: 240px) {

}
