﻿.bobody {
    font-family: arial;
    font-size: 12px;
    background-color: #eeeeee;
}

    .bobody table {
        font-family: arial;
        font-size: 12px;
    }

    .bobody input, .bobody textarea, .bobody select {
        font-family: arial;
        font-size: 12px;
    }


.trow {
    display: table;
    width: 100%;
}

.t00 {
    display: table-cell;
}

.t10 {
    display: table-cell;
    width: 10%;
}

.t15 {
    display: table-cell;
    width: 15%;
}

.t20 {
    display: table-cell;
    width: 20%;
}

.t25 {
    display: table-cell;
    width: 25%;
}

.t30 {
    display: table-cell;
    width: 30%;
}

.t33 {
    display: table-cell;
    width: 33%;
}

.t35 {
    display: table-cell;
    width: 35%;
}

.t40 {
    display: table-cell;
    width: 40%;
}

.t45 {
    display: table-cell;
    width: 45%;
}

.t50 {
    display: table-cell;
    width: 50%;
}

.t55 {
    display: table-cell;
    width: 55%;
}

.t60 {
    display: table-cell;
    width: 60%;
}

.t65 {
    display: table-cell;
    width: 65%;
}

.t70 {
    display: table-cell;
    width: 70%;
}

.t75 {
    display: table-cell;
    width: 75%;
}

.t80 {
    display: table-cell;
    width: 80%;
}

.t85 {
    display: table-cell;
    width: 85%;
}

.t90 {
    display: table-cell;
    width: 90%;
}



.slideshow {
    position: relative;
}

    .slideshow .slide, .slideshow .slide100 {
        display: block;
    }


        .slideshow .slide:nth-child(n+2), .slideshow .slide100:nth-child(n+2) {
            position: absolute;
            top: 0px;
        }


        .slideshow .slide:nth-child(n+2), .slideshow .slideno, .slideshow .noslide, .slideshow .slide100:nth-child(n+2) {
            display: none;
        }


    .slideshow .prev, .slideshow .next, .slideshow .dot, .slideshow .dot100 {
        cursor: pointer;
        margin: 0 4px;
        padding: 2px 5px;
        display: inline-block;
    }

        .slideshow .prev:hover, .slideshow .next:hover, .slideshow .active, .slideshow .dot:hover, .slideshow .dot100:hover {
            background-color: #cccccc;
        }



/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}



input[type="radio"], input[type="checkbox"] {
    vertical-align: middle;
    margin: 3px;
}

.alert, alert {
    color: red;
}


.detaillayout th {
    background-color: #eeeeee;
}


.detaillayout .celllabel {
    vertical-align: top;
    text-align: right;
    background-color: #eeeeee;
}

.boxpopup .grayzone1 {
    width: 50%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 1500;
    background-image: url('bgsemitransp.png');
}

.boxpopup {
    position: fixed;
    right: 50%;
    margin-right: -400px;
    width: 800px;
    /*margin-left: auto;
    margin-right: auto;
    max-width: 800px;*/
    /*width: 50%;
    right: 25%;*/
    min-height: 10%;
    max-height: 60%;
    overflow: auto;
    top: 20%;
    background-color: white;
    z-index: 2;
    padding: 10px 10px;
    border: solid 2px #888888;
    box-shadow: 5px 5px 10px rgba(55,55,55,0.5);
}

.boxpopup-small {
    position: fixed;
    right: 50%;
    margin-right: -300px;
    width: 600px;
    /*width: 40%;
    right: 30%;*/
    min-height: 10%;
    max-height: 50%;
    overflow: auto;
    top: 23%;
    background-color: white;
    position: fixed;
    z-index: 1000;
    padding: 10px 10px;
    border: solid 2px #888888;
    box-shadow: 5px 5px 10px rgba(55,55,55,0.5);
}

.boxpopup-xsmall {
    position: fixed;
    right: 50%;
    margin-right: -200px;
    width: 400px;
    /*width: 30%;
    right: 35%;*/
    min-height: 10%;
    max-height: 40%;
    overflow: auto;
    top: 26%;
    background-color: white;
    position: fixed;
    z-index: 1000;
    padding: 10px 10px;
    border: solid 2px #888888;
    box-shadow: 5px 5px 10px rgba(55,55,55,0.5);
}

.errorpopup {
    width: 50%;
    min-height: 10%;
    top: 20%;
    right: 25%;
    background-color: white;
    position: fixed;
    z-index: 2000;
    padding: 10px 10px;
    border: 2px solid #FF3300;
    box-shadow: 5px 5px 10px rgba(55,55,55,0.5);
}

.horizontal-scroll {
    overflow-x: auto;
}

.expander {
    cursor: pointer;
    text-decoration: underline;
}

.expandible {
    display: none;
}

    .expandible .scroller {
        display: inline-block;
        overflow: auto;
        max-height: 400px;
    }

.collapser {
    cursor: pointer;
}

.tooltip {
    position: relative;
}

.tooltip-alert {
    display: block;
    width: max-content;
}

.qty:not(.qty-spedizione) .tooltip-alert {
    width: auto;
    margin-top: 5px;
}

.tooltip-alert .tip {
    text-align: left;
}

    .tooltip .tip {
        width: 400px;
        padding: 10px;
        box-shadow: 5px 5px 5px rgba(55,55,55,.5);
        -webkit-box-shadow: 5px 5px 5px rgba(55,55,55,.5);
        border-radius: 5px;
        -webkit-border-radius: 5px;
        position: absolute;
        top: 20px;
        left: 50px;
        display: none;
        background: #FFFFFF;
        border: 1px solid #f9a200;
        z-index: 2500;
    }

    .tooltip .small {
        width: 200px;
    }

    .tooltip .center {
        left: -160px;
    }

    .tooltip .right {
        left: -360px;
    }


    .tooltip .scroller {
        display: inline-block;
        overflow: auto;
        max-height: 300px;
    }

.cmdtool {
    position: relative;
}

    .cmdtool .tool {
        box-shadow: 2px 2px 2px rgba(55,55,55,.5);
        -webkit-box-shadow: 2px 2px 2px rgba(55,55,55,.5);
        border-radius: 3px;
        -webkit-border-radius: 3px;
        position: absolute;
        top: 15px;
        left: 0px;
        display: none;
        background: #ffffff;
        border: 1px solid #ffffff;
        z-index: 2500;
    }

    .cmdtool a {
        margin: 3px 1px;
        padding: 2px 5px;
        text-decoration: none;
        border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .cmdtool .tool a {
        background: #eeeeee;
        border: 1px solid #eeeeee;
    }

.wclposRB {
    width: 45px;
    bottom: 0px;
    right: 0px;
    position: fixed;
    z-index: 2000;
    box-shadow: 2px 2px 2px rgba(55,55,55,0.5);
}

.wcladmin {
    font-family: arial;
    font-size: 12px;
}


    .wcladmin .editon {
        background-image: url('img/SettingsOn.png');
        background-repeat: no-repeat;
        display: inline-block;
        width: 40px;
        height: 40px;
        text-indent: -5000px;
    }

    .wcladmin .editoff {
        background-image: url('img/SettingsOff.png');
        background-repeat: no-repeat;
        display: inline-block;
        width: 40px;
        height: 40px;
        text-indent: -5000px;
    }

    .wcladmin .head {
        border-bottom: solid 2px #147DA7;
        margin: 0px 0px 15px 0px;
        color: #147DA7;
        margin-bottom: 4px;
        padding: 2px;
    }

    .wcladmin .scroll {
        max-height: 550px;
        overflow: auto;
    }


.wclpage .media .item {
    border: solid 1px #aaaaaa;
    padding: 5px;
    min-height: 110px;
    vertical-align: middle;
}

    .wclpage .media .item .descr a {
        display: block;
        min-height: 40px;
        text-decoration: none;
    }

.wclmedia .fields input[type=text], .wclmedia .fields textarea {
    width: 99%;
}

.wclmedia .morefiles {
    padding: 2px;
    border-top: solid 2px #147DA7;
    margin-top: 2px;
}

.wclmedia .items {
    display: table;
    width: 100%;
}

    .wclmedia .items .trow {
        display: table-row;
    }

.wclmedia .media .item {
    border: solid 1px #dddddd;
    padding: 10px;
    font-size: .9em;
    min-height: 90px;
    vertical-align: top;
}

    .wclmedia .media .item a {
        text-decoration: none;
        color: #333333;
    }

    .wclmedia .media .item img {
        max-width: 100%;
    }

    .wclmedia .media .item .txt {
        margin-top: 3px;
        display: flex;
        justify-content: space-between;
    }

.wclmedia .morefiles {
    text-align: center;
    font-size: .8em;
}

.wcladmin .links th {
    border-color: #eeeeee;
}

.wcladmin .links td {
    border-color: #eeeeee;
}

.wcladmin .links input {
    border: 0px;
    /*padding-left: 2px;*/
}

.wcladmin .links select {
    border: 0px;
}

.wcladmin .links .hitcount {
    text-align: center;
}


.boxmessage {
    width: 40%;
    min-height: 10%;
    top: 35%;
    left: 50%;
    background-color: white;
    position: fixed;
    z-index: 2000;
    padding: 10px 10px;
    border: 1px solid #707070;
    opacity: 1;
    box-shadow: 4px 4px 4px rgba(55,55,55,0.5);
    transform: translate(-50%, -50%);
}

    .boxmessage h3 {
        font-size: 14px;
        font-weight: bold;
        padding-bottom: 7px;
        border-bottom: solid 1px #bbb;
        margin-bottom: 7px;
    }

.picker {
    position: relative;
}



.pickerpopup {
    background-color: white;
    position: absolute;
    left: 0px;
    z-index: 1800;
    border: solid 1px #aaaaaa;
    box-shadow: 1px 1px 2px rgba(55,55,55,0.5);
}

.picker .flow {
    display: inline-block;
}

.flow .pickercontrol {
    display: inline-block;
}

.flow .pickerpopup {
    width: 400px;
}

.picker .sgv {
    border: solid 1px #cccccc;
    background-color: #eeeeee;
    margin-left: 1px;
    margin-right: 1px;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 4px;
}

    .picker .sgv input {
        margin-left: 3px;
    }

.pickerpopup .a:visited, .pickerpopup a:hover, .pickerpopup a:active, .pickerpopup a:link {
    text-decoration: none;
}

.pickerpopup .DG {
    border: solid 0px #dddddd !important;
    font-size: 0.95em;
    width: 80%;
}

    .pickerpopup .DG td {
        padding-left: 2px;
        padding-right: 2px;
    }


.tabbed .tabs {
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 10px;
}

    .tabbed .tabs .normal {
        display: inline-block;
        margin: 0px !important;
        padding: 4px 10px;
        color: #aaaaaa;
        font-size: 1.1em;
        font-weight: bolder;
        border-left: solid 1px #999999;
        background-color: #eeeeee;
        border-top-width: 1px;
        border-right-width: 1px;
        border-top-color: #999999;
        border-right-color: #999999;
        border-top-style: solid;
        border-right-style: solid;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .tabbed .tabs .current {
        display: inline-block;
        margin: 0px !important;
        font-size: 1.1em;
        font-weight: bolder;
        padding: 6px 10px;
        color: #666666;
        border-left: solid 1px #999999;
        border-top: solid 3px #FF4316;
        border-right-width: 1px;
        border-right-color: #999999;
        background-color: #ffffff;
        border-right-style: solid;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .tabbed .tabs a:visited, .tabbed .tabs a:hover, .tabbed .tabs a:active, .tabbed .tabs a:link {
        text-decoration: none;
    }

.tabbed .content {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 3px;
}



.boxreport {
    font-family: arial;
    font-size: 12px;
    background-color: #eeeeee;
}

    .boxreport .filters {
        background-color: #eeeeee;
        margin: 4px;
    }

        .boxreport .filters .grid td {
            padding-right: 15px;
        }

    .boxreport .result {
        background-color: #eeeeee;
        min-height: 200px;
        border-collapse: collapse;
    }

        .boxreport .result table {
            border-collapse: collapse;
        }

        .boxreport .result td {
            padding: 4px 4px 4px 4px;
            border: solid 1px #dddddd;
        }

        .boxreport .result th {
            padding: 5px 4px 5px 4px;
            border: solid 1px #dddddd;
        }

    .boxreport .resultgrid {
        border-collapse: collapse;
        border: 1px solid #cccccc;
        width: 100%;
        border-style: none;
    }

    .boxreport .result .item {
        border-style: none;
        background-color: #FFFFFF;
    }

        .boxreport .result .item:nth-child(odd) {
            background-color: #F4F4F4;
        }



        .boxreport .result .item:hover {
            background-color: #dddddd;
        }

    .boxreport .result .selected td {
        background-color: #DDD;
    }


    .boxreport .result .head th {
        border-collapse: collapse;
        text-align: left;
        color: #ffffff;
        background: #bbbbbb;
        font-weight: normal;
        text-decoration: none;
    }

        .boxreport .result .head th:hover {
            background: #cccccc;
            text-decoration: none;
        }


    .boxreport .result .head a {
        color: white;
        text-decoration: none;
        display: block;
    }

        .boxreport .result .head a:hover {
            background-position: right;
            background-image: url(img/ui-updown.png);
            background-repeat: no-repeat;
        }

    .boxreport .result .foot td {
        border-collapse: collapse;
        text-align: left;
        background: #bbbbbb;
        color: white;
    }

        .boxreport .result .foot td td {
            border-collapse: collapse;
            text-align: left;
            font-weight: bold;
            font-size: .8em;
            background: #cccccc;
            border: solid 1px #cccccc;
            padding: 0px 3px 0px 3px;
        }




tr[state='active'] {
    color: #0000FF;
}

tr[state='editing'] {
    color: #666666;
    font-style: italic;
}

tr[state='deleted'] {
    color: #999999;
}

tr[state='editing'] a, td[state='editing'] a:visited {
    color: #666666;
}

tr[state='deleted'] a, td[state='deleted'] a:visited {
    color: #999999;
}

.boxreport .actions {
    padding-top: 7px;
    margin: 4px;
}

.boxreport .buttonrep {
    background: #bbbbbb;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    font-family: Arial;
    color: #ffffff;
    padding: 3px 8px 3px 8px;
    text-decoration: none;
}

    .boxreport .buttonrep:hover {
        background: #cccccc;
        text-decoration: none;
    }

.boxreport .newitemrep {
    padding-left: 25px;
    padding-right: 25px;
    font-weight: bold;
}

.boxreport .execrep {
    border-width: 0px;
}

.buttons {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
}

.button {
    background: #147DA7;
    /*-webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;*/
    font-family: Arial;
    color: #ffffff;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    line-height: 1.4em;
}

    .button:link, .button:visited, .button:active {
        color: #ffffff;
    }

    .button:hover, .button:focus {
        background: #cccccc;
        text-decoration: none;
        cursor: pointer;
    }

    .button.isDisabled {
        background: #cccccc;
        text-decoration: none;
        cursor: pointer;
    }

.buttons .button {
    margin-left: 20px;
    margin-right: 20px;
}

.button-radio, .button-check {
    display: inline-block;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    line-height: 1.4em;
}

.buttons .important {
    font-size: 1.3em;
    line-height: 1.6em;
}

.buttons .disabled, .buttons .disabled:link, .buttons .disabled:active, .buttons .disabled:focus, .buttons .disabled:hover, .buttons .disabled:focus {
    color: #888888;
    text-shadow: 1px 1px #cccccc;
    background-color: #aaaaaa;
    background-image: initial;
}

.buttons .flash {
    border: dashed 1px red;
}

.dropdown {
    position: relative;
}

.dropdowninner {
    position: absolute;
    left: 0px;
    box-shadow: 2px 2px 3px rgba(55,55,55,0.5);
    z-index: 1010;
    background-color: #cccccc;
}

.dropdown .ddbutton {
    background-color: transparent;
    border: solid 1px #a8c654;
    color: #888888;
    padding: 3px 3px 3px 3px;
}




.report th {
    padding: 2px 3px 2px 4px;
    background-color: #a8c654;
    color: #ffffff;
}

.report td {
    padding: 2px 3px 2px 4px;
}




/* Picker */
.InputValue {
    border: solid 1px #aaaaaa;
    border-right: 0px;
}

.InputSearch {
    background-image: url(img/searchtext.png);
    background-position: right center;
    background-repeat: no-repeat;
    border: solid 1px #aaaaaa;
}

.InputList {
    background-image: url(img/searchlist.png);
    background-position: right center;
    background-repeat: no-repeat;
    border: solid 1px #aaaaaa;
}

.InputMulti {
    background-image: url(img/searchmulti.png);
    background-position: right center;
    background-repeat: no-repeat;
    border: solid 1px #aaaaaa;
}

.InputCalendar {
    background-image: url(img/calendar.png);
    background-position: right center;
    background-repeat: no-repeat;
    border: solid 1px #aaaaaa;
}


.edittitle {
    border: 1px solid #C0C0C0;
}

.staticarea {
    position: relative;
}

/*.staticarea .txtcont {
        margin-left: 5px;
        margin-right: 3px;
    }*/

.edittitle select {
    border: 0px;
}

.edittitle input {
    border: 0px;
}

.wcl-editactive {
    position: relative;
    border: dashed 1px lightgray;
    min-height: 3px;
}

    .wcl-editactive .cmdedit {
        position: absolute;
        right: 40px;
        top: -10px;
        z-index: 2000;
    }

.wcl-tool {
    position: relative;
}

    .wcl-tool .wcl-tools {
        width: 250px;
        padding: 4px;
        box-shadow: 2px 2px 2px rgba(55,55,55,.5);
        position: absolute;
        top: 16px;
        left: -220px;
        display: none;
        background: #FFFFFF;
        border: 1px solid #147DA7;
        z-index: 2500;
    }

        .wcl-tool .wcl-tools .item {
            padding-top: 5px;
            padding-bottom: 5px;
        }

            .wcl-tool .wcl-tools .item:hover {
                background-color: #eeeeee;
            }

.bohelp {
    width: 35%;
    background-color: #FEF5DA !important;
    margin: 3px;
    padding: 3px;
    position: absolute;
    right: 0px;
    height: 80%;
    min-height: 80%;
    border: 1px solid #888888;
    border-radius: 4px;
    box-shadow: 2px 2px 3px rgba(55,55,55,0.5);
    z-index: 800;
    overflow: auto;
}


.pager {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .pager a {
        text-decoration: none;
    }

    .pager .item {
        border: solid 1px gray;
        border-radius: 4px;
        display: inline-block;
        padding: 5px;
        min-width: 15px;
        font-weight: bold;
    }

    .pager .selected {
        background-color: gray;
        color: white;
    }


/* responsive class */
.respmenubtn {
    display: none;
}

tt, .tt { /* temporay text */
    display: none !important;
}

.boxpopup.mapMdis {
    width: 70%;
    left: 15%;
    top: 2%;
    max-height: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

@media (min-width: 768px) and (max-width: 1025px) {
    .boxmessage {
        width: 60%
    }
}

@media only screen and (max-width: 767px) {
    .boxmessage {
        width: 80%
    }
}

@media (min-width: 951px) {
    .nh { /* noramlly hidden */
        display: none !important;
    }
}

@media (max-width: 950px) {
    .vvuu { /* very very unuseful */
        display: none !important;
    }


    body {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .luu { /* less unuseful */
        display: none !important;
    }

    body {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .boxpopup {
        margin-right: -42%;
        width: 80%;
    }

    .boxpopup-small {
        margin-right: -35%;
        width: 70%;
    }

    .boxpopup-xsmall {
        margin-right: -30%;
        width: 60%;
    }
}

@media (max-width: 850px) {

    .vvuu { /* very very unuseful */
        display: none !important;
    }

    .vuu { /* very unuseful */
        display: none !important;
    }

    .buttons .button {
        margin-left: 3px;
        margin-right: 3px;
    }

    .boxpopup {
        margin-right: -42%;
        width: 80%;
        /*width: 85%;*/
        /*min-height: 10%;*/
        /*top: 15%;*/
        /*right: 7%;*/
        padding: 5px 5px;
    }
}

@media (max-width: 750px) {
    .vvuu { /* very very unuseful */
        display: none !important;
    }

    .vuu { /* very unuseful */
        display: none !important;
    }

    .uu { /* unuseful */
        display: none !important;
    }

    .boxpopup {
        margin-right: -42%;
        width: 80%;
        padding: 5px 5px;
    }

    .respmenu {
        position: relative;
        /*background: #ffffff;*/
        /*z-index: 800;*/
    }

    .respmenubtn {
        display: inline-block;
        width: 26px;
        height: 26px;
        cursor: pointer;
        background-image: url(/wcl/img/resp-main-menu.png);
        background-repeat: no-repeat;
        border: solid 1px lightgray;
        background-position: center;
    }

    .usermenu .respmenubtn {
        background-image: url(/wcl/img/resp-user-menu.png);
    }

    .respmenulst {
        position: absolute;
        top: 32px;
        display: none;
        width: 49%;
        background: #ffffff;
        border: solid 1px #eeeeee;
        z-index: 810;
    }

    .respmenulst-home {
        position: absolute;
        top: 32px;
        display: none;
        width: 49%;
        background: #ffffff;
        border: solid 1px #eeeeee;
        z-index: 810;
    }

    .respshow {
        display: block;
    }

    .respmenu .respmenulst .menuitem {
        display: block;
        text-align: left;
    }

    .respmenu .respmenulst-home .menuitem {
        display: block;
        text-align: left;
    }
}


@media (min-width: 650px) {
    .c00 {
        display: table-cell;
    }

    .c10 {
        display: table-cell;
        width: 10%;
    }

    .c15 {
        display: table-cell;
        width: 15%;
    }

    .c20 {
        display: table-cell;
        width: 20%;
    }

    .c25 {
        display: table-cell;
        width: 25%;
    }

    .c30 {
        display: table-cell;
        width: 30%;
    }

    .c33 {
        display: table-cell;
        width: 33%;
    }

    .c35 {
        display: table-cell;
        width: 35%;
    }

    .c40 {
        display: table-cell;
        width: 40%;
    }

    .c45 {
        display: table-cell;
        width: 45%;
    }

    .c50 {
        display: table-cell;
        width: 50%;
    }

    .c55 {
        display: table-cell;
        width: 55%;
    }

    .c60 {
        display: table-cell;
        width: 60%;
    }

    .c65 {
        display: table-cell;
        width: 65%;
    }

    .c70 {
        display: table-cell;
        width: 70%;
    }

    .c75 {
        display: table-cell;
        width: 75%;
    }

    .c80 {
        display: table-cell;
        width: 80%;
    }

    .c85 {
        display: table-cell;
        width: 85%;
    }

    .c90 {
        display: table-cell;
        width: 90%;
    }
}
/* responsive class */
.nowr {
    white-space: nowrap;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

#div-loader, .div-overlay, #div-overlay-ccvValidate, #div-registration-guest, #div-loader1 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    text-align: center;
}

.overlay-msg-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 3;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.75);
}

.popup-button-top-close-container {
    position: absolute;
    right: 0;
    padding: 0px 10px;
}

.popup-button-top-close {
    color: #4B4A4A;
    text-decoration: none;
    font-size: 16px;
}

.txt-padding-right {
    padding-right: 20px;
}

#div-loader, #div-loader1 {
    z-index: 3;
}

#img-loader {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.div-overlay-contbody {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
}

#div-loader-contbody {
    position: absolute;
    left: 50%;
    top: 40px;
    width: 40px;
    height: 40px;
    z-index: 3;
}
