﻿.pageContent {
    height: calc(100% - 70px);
    padding: 10px;
}

/* TAB CONTROL*/
.objectTabControl {
    text-align: left;
    list-style: none;
    height: 47px;
    overflow: hidden;
    position: relative;
    width: calc(100% - 20px);
    overflow-x: auto;
    white-space: nowrap;
    padding: 0px 10px;
}
    .objectTabControl li {
        border: 1px solid #AAA;
        background: #D1D1D1;
        background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
        background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
        background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
        background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
        background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
        display: inline-block;
        position: relative;
        z-index: 0;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
        text-shadow: 0 1px #FFF;
        margin: 0 -5px;
        padding: 0 10px;
        cursor: pointer;
    }

        .objectTabControl li.selected {
            background: #FFF;
            color: #333;
            z-index: 2;
            border-bottom-color: #FFF;
        }
    .objectTabControl:before {
        position: absolute;
        content: " ";
        width: 100%;
        bottom: 0;
        left: 0;
        /*border-bottom: 1px solid #AAA;*/
        z-index: 1;
    }
    .objectTabControl li:before,
    .objectTabControl li:after {
        border: 1px solid #AAA;
        position: absolute;
        bottom: -1px;
        width: 5px;
        height: 5px;
        content: " ";
    }
    .objectTabControl li:before {
        left: -6px;
        border-bottom-right-radius: 6px;
        border-width: 0 1px 1px 0;
        box-shadow: 2px 2px 0 #D1D1D1;
    }
    .objectTabControl li:after {
        right: -6px;
        border-bottom-left-radius: 6px;
        border-width: 0 0 1px 1px;
        box-shadow: -2px 2px 0 #D1D1D1;
    }
		.objectTabControl li.selected:before {
		    box-shadow: 2px 2px 0 #FFF;
		}
    .objectTabControl li.selected:after {
        box-shadow: -2px 2px 0 #FFF;
    }

    .objectTabControl > div {
        vertical-align:middle;
    }

    .objectTabControl .objectDetails {
        display:inline-block;
    }

    .objectTabControl .objectRating {
        height:22px;
        text-align:center;
    }

.objectTabControl .objectName {
    display: inline-block;
    height: 20px;
    text-align: center;
    padding: 4px 0px 0px 0px;
    font-weight: bold;
    width: 130px;
}

.spacer {
    width:15px;
    display:inline-block !important;
}

/* TAB CONTROL END*/

.objectItemContainer {
    height: calc(100% - 50px);
    border: 1px solid #DDD;
    overflow:auto;
}

    .objectItemContainer table {
        border-collapse: collapse;
        margin: 0px;
        padding: 0px;
        border: 0px;
        /*width: 600px;*/
        position:relative;
    }

    .objectItemContainer table thead th {
        width:250px;
    }

        .objectItemContainer table thead tr:nth-child(n+2) th {
            color: #14C1F7 !important;
            font-size: 22px !important;
            height: 38px !important;
            font-weight: 400 !important;
            background-color: #fff !important;
        }

        .objectItemContainer table thead tr:nth-child(n+3) th {
            font-weight: bold !important;
            color: black !important;
            font-size:14px !important;
            border: 1px solid #DDD;
        }

        .objectItemContainer table th {
            height: 38px;
            background-color: #152F3C;
            color: #fff;
            font-weight: 400;
            position: sticky;
            top: 0; /* Don't forget this, required for the stickiness */
            box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
        }

        .objectItemContainer table tr.tblCategoryRow th {
            color: #14C1F7 !important;
            font-size: 22px !important;
            height: 38px !important;
            font-weight: 400 !important;
            background-color:#fff !important;
            text-align:left !important;
        }

        .objectItemContainer table tbody tr td:first-child {
            font-weight: bold;
            font-size: 14px;
        }
        .objectItemContainer table tbody tr td {
            padding: 7px;
        }
        .objectItemContainer table tbody tr td:nth-child(n+2) {
            text-align:center;
        }
.ragred, .ragamber, .raggreen {
    width: 20px;
    height: 20px;
    border-radius: 11px;
    margin-left: calc(50% - 10px);
    line-height: 16px;
}

.ragred {
    border: 1px solid red;
    background-color: red;
}
.ragamber {
    border: 1px solid orange;
    background-color: orange;
}
.raggreen {
    border: 1px solid green;
    background-color: green;
}

.ormExceptionMsg {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #990000;
    border-radius: 50%;
    border: 4px solid white;
    color: white;
    text-align: center;
    font-weight:bold;
    margin-left: calc(50% - 10px);
    cursor:pointer;
}
.scroll-wrapper .objectItemContainer {
    display:none;
}