.logo i {
    color: #fbba00;
}

.footer {
    left: 0;
}

.card {
    border: 1px solid rgba(0,0,0,.125);
}

.btn-sm.go {
    min-height: 20px;
    padding: 0 .5rem;
}

.card-title {
    font-size: 15px;
    color: #454545;
    line-height: 18px;
}

.colorDefinition {
    background-color: #F0068E;
    width: auto;
    padding: 0 10px;
}

.upcoming-message {
    width: 100%;
    height: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 15px;
}

    .upcoming-message .custom-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .upcoming-message h3 {
        margin: 0;
        line-height: 40px;
        font-size: 3vw;
        color: #5f5f5f;
        text-transform: uppercase;
    }

.middle-section .row .col-sm-6:first-child {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.middle-section .row .col-sm-6:last-child {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.playcard {
    color: #fff;
    text-align: center;
    position: relative;
    top: -18px;
}

    .playcard span {
        margin-bottom: 0;
        display: inline-block;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 30px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .playcard.last span {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .playcard img {
        max-width: 40%;
    }

    .playcard.last {
        opacity: 0.25;
    }

.winner-div {
    position: absolute;
    background: #121212;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .winner-div .game-title {
        color: yellow;
    }

.mandatory {
    color: red;
    position: relative;
    top: -5px;
}

.combobox-field .textbox {
    background-color: #fafafa;
    border-radius: 2px;
    border: 1px solid #eeeeee;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
}

    .combobox-field .textbox .textbox-text {
        padding: .375rem .75rem !important;
        height: calc(2.25rem + 2px);
        line-height: 1.5;
        background-color: transparent;
    }

.combobox-field .combo-arrow {
    background-color: transparent;
}

.checkbox {
    border: 0;
}

.pagetotal {
    float: right;
    padding-top: 7px;
    border-right: 1px solid #c2c2c2;
}

.pagesize-label {
    padding-top: 7px;
    float: right !important;
    padding-left: 15px !important;
}

.totalpagesize {
    float: right;
    padding-right: 0;
    padding-left: 0;
}

.label-orang {
    background-color: #ef7714;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    font-weight: 600;
    font-size: 11px;
    line-height: 20px;
    padding: 0 6px;
    display: inline-block;
}

.label {
    line-height: 20px;
    padding: 0 6px;
    display: inline-block;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    font-size: 11px;
    border-radius: 2px;
}

.iconWidthHeight {
    height: 25px;
    width: 25px;
}

.full-width {
    width: 100% !important;
    text-align: center;
}

.no-margin {
    margin: 0 !important;
}

table.dataTable.bhaav-table thead > tr > th {
    padding-left: .3rem;
}
table.dataTable.bhaav-table .query-column {
    max-width: 300px; 
    white-space: normal;
    word-break: break-word;
}

.search-header {
    float: right;
    display: inline-block;
}

.gray-border {
    border-color: #c2c2c2;
}

.input-group-addon.gray-border {
    margin-left: -1px;
}

.no-padding {
    padding: 0 !important;
}

.bg-darkblue {
    background: #1d89cf;
}

.border-radius-0 {
    border-radius: 0;
}

.setpaddingtxtRate {
    padding: 5px;
}

.rate-label {
    height: 30px;
    background: rgba(0,0,0,.3);
    font-weight: 600;
    display: block;
    line-height: 28px;
    font-size: 12px;
}

.rate-ui {
    margin-bottom: 10px;
    margin-right: 5px;
    display: inline-block;
}

.sessionfixkeyword {
    line-height: 30px;
}

.top-margin-10px {
    margin-top: 10px !important;
}

.sessiontextbox input[type="text"] {
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    padding-left: 5px;
    padding-right: 5px;
    border: 0;
    border-radius: 2px;
    display: inline-block;
}

.data-entry {
    margin-bottom: 10px;
}

    .data-entry:last-child {
        margin-bottom: 0;
    }

    .data-entry.lay input[type="text"] {
        background-color: #ffe6eb;
    }

    .data-entry.back input[type="text"] {
        background-color: rgba(174,219,251,.45);
    }

.rate-data .card-body {
    padding: 10px;
}

.data-entry.black input[type="text"] {
    background-color: #5e5e5e;
    color: #fff;
}

.snip1571 {
    background-color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

    .snip1571 *,
    .snip1571 *:before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    .snip1571 img {
        backface-visibility: hidden;
        max-width: 100%;
        vertical-align: top;
    }

    .snip1571 figcaption {
        bottom: 30px;
        left: 0;
        position: absolute;
        z-index: 0;
    }

        .snip1571 figcaption:before {
            background-color: #ffffff;
            bottom: -5px;
            content: '';
            left: 0;
            position: absolute;
            right: 100%;
            top: -5px;
            z-index: -1;
        }

    .snip1571 h3 {
        /*background-color: #c73232;*/
        background-image: url("../images/footer-snippet-bg-yellow.png");
        color: #000;
        font-size: 2em;
        font-weight: 700;
        letter-spacing: 1px;
        margin: 0;
        padding: 8px 10px 5px;
        text-transform: uppercase;
        z-index: 1;
        font-family: 'Roboto', sans-serif;
        line-height: 100%;
    }

    .snip1571 a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .snip1571:hover > img,
    .snip1571.hover > img {
        opacity: 0.35;
    }

    .snip1571:hover figcaption:before,
    .snip1571.hover figcaption:before {
        right: -5px;
    }

.panel-container {
    display: flex;
    flex-direction: row;
    /*border: 1px solid silver;*/
    /* overflow: hidden;*/
    width: 100%;
    height: 100%;
    /* avoid browser level touch actions */
    xtouch-action: none;
}

.splitter {
    flex: 0 0 auto;
    width: 10px;
    background: url("../images/vsizegrip.png") center center no-repeat #e4e4e4;
    min-height: 200px;
    cursor: col-resize;
}

.panel-left {
    flex: 0 0 auto;
    /* only manually resize */
    /*padding: 10px;
  width: 300px;
  min-height: 200px;
  min-width: 150px;*/
    white-space: nowrap;
    width: 40%;
    overflow: auto;
}

.panel-right {
    flex: 1 1 auto;
    /* resizable */
    /*padding: 10px;
  width: 100%;
  min-height: 200px;
  min-width: 200px;*/
    width: 60%;
    overflow: auto;
}

.panel-container-vertical {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
}

.panel-top {
    flex: 0 0 auto;
    height: 27%;
    width: 100%;
    background-color: #f5f5f5;
    z-index: 0;
    overflow: auto;
}

.splitter-horizontal {
    flex: 0 0 auto;
    height: 10px;
    background: url("../images/hsizegrip.png") center center no-repeat #e4e4e4;
    cursor: row-resize;
    z-index: 1;
}

.panel-bottom {
    flex: 1 1 auto;
    /* resizable */
    height: 73%;
    background-color: #f5f5f5;
    z-index: 1;
}

/*.dataTables_wrapper {
    overflow: auto;
}*/

.result-card {
    max-width: 20px;
    border: 1px solid #ddd;
    margin: 0 0 3px;
}

tr.back,
th.back,
td.back {
    background-color: #dcf6ff !important;
}

tr.lay,
th.lay,
td.lay {
    background-color: #ffe7f0 !important;
}

.green {
    color: green;
}

.red {
    color: red;
}

.md-close::before {
    content: none;
}

.table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding: 3px 5px;
    font-size: 100%;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > td {
    padding: 3px 5px;
}

table {
    font-size: 13px !important;
}

.card {
    margin-bottom: 10px;
}

.card-body {
    padding: 0.5rem;
}

.card .card-header {
    padding: 8px;
}

hr {
    margin-top: 0;
}

@media (max-width:991px) {
    .panel-left {
        width: 98% !important;
    }

    .splitter {
        background: url("../images/collapse-arrow.png") center center no-repeat #e4e4e4;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 99;
        left: 99%;
        transition: all 0.4s ease-in-out;
        touch-action: auto !important;
    }

    .panel-container {
        position: relative;
    }

    .panel-right {
        position: fixed;
        right: 0;
        width: 98%;
        z-index: 999;
        top: 50px;
        bottom: 0;
        background: #f5f5f5;
        right: -101%;
        transition: all 0.4s ease-in-out;
    }

    .splitter.open {
        left: -3px;
        background: url("../images/collapse-arrow-close.png") center center no-repeat #e4e4e4;
    }

    .panel-right.open {
        right: -7px;
        padding: 0 15px 0 0;
    }
}

@media (max-width:767px) {
    .splitter {
        left: 98%;
        width: 15px;
        height: 100vh;
    }

        .splitter.open {
            left: -10px;
            width: 15px;
        }

    label.text-right {
        text-align: left !important;
    }

    div.dataTables_paginate ul.pagination {
        flex-wrap: wrap;
        justify-content: center !important;
    }
}


#wrapper.enlarged .left.side-menu {
    padding-top: 0px !important;
}


.tbl-border-collapse {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

/* View Ticket CSS - Start*/

.success-color {
    color: #43ac6a;
}

.fail-color {
    color: #ee5f5b;
}

.remove-button {
    color: #ee5f5b !important;
}

.upload-button {
    color: #43ac6a;
}

.btn-download {
    background-color: white;
    color: black;
    padding: 6px 16px;
    font-size: 14px;
    cursor: pointer;
    border-color: rgba(0, 0, 0, 0.12);
    border-radius: 5px;
}

btn-download:hover {
    background-color: #eee;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #e4e4e4;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #43ac6a;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    transition: width .6s ease;
}

.reply-card-border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
}

#divContent .card:hover {
    cursor: pointer;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

#divContent .card {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
}

#divContent tr:nth-of-type(odd) {
    background: #eee;
}

#divContent th {
    background: #ee5f5b;
    color: white;
    font-weight: bold;
}

#divContent td, th {
    padding: 6px !important;
    border: 1px solid #ccc;
    text-align: left;
}
/* View Ticket CSS - End */

.cursor-pointer {
    cursor: pointer;
}

/* Hide question mark in signalR ticket notification */
.notifyjs-metro-base .image {
    display: none;
}

/* Align signalR notificcation buttons */
.notifyjs-metro-base .text .no {
    float: right;
    margin-left: 10px;
}

/* Company name CSS */
.company-name {
    padding: 8px;
    border-top: solid 1px #dfdfdf;
    margin-bottom: 0;
    margin-top: auto;
}

.hover-bg-color {
    border-radius: 5px;
    background-color: #C8C8C8;
}

/* Password help icon */
.password-help-icon {
    font-size: 24px;
    white-space: pre-line;
    line-height: 35px;
}