﻿ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    ul.tabs li {
        color: #222;
        display: inline-block;
        cursor: pointer;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        text-align: center;
    }

        ul.tabs li a {
            background: #7CDBF2;
            color: #222;
            display: inline-block;
            padding: 5px 8px;
            cursor: pointer;
            border-top-right-radius: 5px;
            border-top-left-radius: 5px;
            smargin: 0px;
            text-align: center;
        }

        ul.tabs li.current {
            background: #FFF;
            color: #222;
        }

        ul.tabs li a.current {
            background: #DDF4F7;
            color: #0F63EA;
            border: 1px solid #ccc;
            border-bottom: 1px solid #fff;
            font-weight: bold;
        }

.tab-content {
    display: none;
    background: #DDF4F7;
    padding: 10px;
    border: 1px solid #ccc;
    margin-left: 0;
    margin-top: -1px;
}

    .tab-content.current {
        display: inherit;
    }

#bgDiv {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: Black;
    filter: alpha(opacity=25);
    opacity: 0.5;
    z-index: 9999999 !important;
}

#Progress {
    top: 45%;
    left: 40%;
    text-align: center;
    position: fixed;
    background-color: transparent;
    width: 300px;
    z-index: 99999999;
}

#contentLogin_contentMain_PageUpdateProgress {
    background: rgb(0, 0, 0);
    z-index: 99999999;
    position: fixed;
}

.fullwidthli label {
    width: 11% !important;
}

.NewPopUp2 {
    width: 58% !important;
    margin: 0 auto;
    position: absolute;
    padding: 0px;
    border: 1px none #ccc;
    z-index: 99;
}

#contentLogin_contentMain_divGrid div {
    margin-bottom: 0px !important;
}

.NewPopUp .head .close {
    color: #fff;
    margin: 0px 20px;
    font-weight: bold;
}

.listView .UserTable tr td:nth-child(7) {
    width: 10% !important;
}

.gvFloat tbody tr:first-child th {
    background: #18aacc;
    text-align: center;
    color: #fff;
    font-weight: normal;
    border: 1px solid #fff !important;
    padding: 5px 2px;
    font-size: 12px;
    vertical-align: top;
}

.gvFloat tbody tr td {
    padding: 1px 3px;
    font-size: 11px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border: 1px solid #ccc;
    vertical-align: top;
}

    .gvFloat tbody tr td:hover {
        background: #fbf4e9;
    }

.SumoSelect > .CaptionCont {
    min-height: 25px !important;
}

#contentLogin_contentMain_gvEnquiries.fixedGrid thead th:nth-child(7) {
    width: 144px !important;
}

.width97 {
    width: 97% !important;
}

.sumoOpt .SumoSelect.open > .optWrapper {
}

.NewPopUp ul {
    overflow: visible !important;
}

.SumoSelect.open > .optWrapper {
    overflow: auto !important;
    overflow-x: hidden !important;
}

#contentLogin_contentMain_pnlFloatTo {
    z-index: 999999;
    position: fixed;
    padding: 10px;
    background: #fff;
}

.tableoverflowY {
    overflow: auto;
    overflow-x: hidden;
}

.max-height-400 {
    max-height: 350px;
}

.close {
    margin-right: 10px;
    margin-top: 13px;
}

.table-custom-class tbody tr.disp-none-imp {
    display: none !important;
}

#contentLogin_contentMain_ModalPopupAssignTo_foregroundElement {
    width: 80%;
    margin: 0 auto;
    left: 0px;
    padding: 10px;
}

.disableSet a {
    text-decoration: underline;
}

.disableSet .aspNetDisabled {
    text-decoration: none;
}

.disp-none-imp {
    display: none;
}

.HighriseDocumentInnerDisDataCopyTableLine {
    position: relative;
}

.HighriseDOcumentClose {
    margin-top: 12px;
    margin-right: 12px;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
}