/* input(974,1): run-time error CSS1019: Unexpected token, found '@import'
input(974,9): run-time error CSS1019: Unexpected token, found 'url("../../External/google_fonts.css")' */
body {
}

.side-bar .menu-container {
    position: absolute;
    width: 255px;
}

.side-bar .searchBar {
    margin: 25px 15px 10px;
    width: 205px;
    padding: 4px 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

    .side-bar .searchBar i {
        color: #cccccc;
    }

    .side-bar .searchBar input {
        border: 0;
        padding: 0;
        width: 165px;
        margin-left: 5px;
    }

        .side-bar .searchBar input:focus {
            outline: 0;
        }

.collapsed-sidebar .searchBar {
    width: 13px;
}

    .collapsed-sidebar .searchBar input {
        display: none;
    }

.side-bar {
    width: 255px;
    height: calc(100% - 56px);
    position: absolute;
    top: 59px;
    left: 0;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #ffffff;
    border: solid 0 #979797;
    border-right: 1px solid #e0e0e0;
    transition: width 250ms ease-out;
}

    .side-bar .searchBar .fa {
        cursor: pointer;
    }

        .side-bar .searchBar .fa:hover {
            color: #283747;
        }

.side-bar .searchBar .fa-times-circle {
    font-size: 17px;
    vertical-align: middle;
}

    .side-bar nav > .menuItem {
        position: relative;
        width: 255px;
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        text-align: left;
        padding: 20px 24px 16px 20px;
        opacity: 0.54;
        background-color: #ffffff;
        border: solid 0 #979797;
        transition: opacity 200ms ease;
        -webkit-transition: opacity 200ms ease;
    }

        .side-bar nav > .menuItem p {
            display: inline-block;
            max-width: 150px;
            line-height: 1.54;
            color: #283747;
            text-decoration: none;
            font-family: Roboto;
            font-size: 13px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            text-rendering: optimizeSpeed;
            -webkit-font-smoothing: antialiased;
        }

        .side-bar nav > .menuItem:hover,
        .side-bar nav > .menuItem:active {
            cursor: pointer;
            background-color: #fafafa;
            opacity: 0.87;
        }

.breadcrumb-item:hover {
    cursor: pointer;
    opacity: 0.87;
}

.side-bar .breadcrumbs-container {
    padding: 19px 5px 0px 26px;
    height: auto;
}

.breadcrumbs-container .breadcrumb-item {
    display: inline-block;
    line-height: 1.54;
    height: 20px;
    color: #283747;
    opacity: 0.54;
    margin-bottom: 10px;
    text-decoration: none;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
}

.breadcrumb-item::after {
    content: '';
    background-image: url(/Images/sidebar_icons.svg?v=1uMaQW-UnsItFZ_P9omrVN5Y1WA);
    background-position: 12px -20px;
    width: 5px;
    height: 20px;
    margin-left: 5px;
    float: right;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumb-item.last-breadcrumb {
    pointer-events: none;
    opacity: 0.87;
}

    .breadcrumb-item.last-breadcrumb::after {
        display: none;
    }

.side-bar .menu-drawer {
    animation-duration: 265ms;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 265ms;
    -moz-animation-duration: 265ms;
    -o-animation-duration: 265ms;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    perspective: 1000px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
    transform: initial;
    -webkit-transform: initial;
    -o-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
}

.slideRight {
    animation-name: slideRight;
    -webkit-animation-name: slideRight;
    -moz-animation-name: slideRight;
    -o-animation-name: slideRight;
}

.slideLeft {
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;
    -moz-animation-name: slideLeft;
    -o-animation-name: slideLeft;
}

.text-transition {
    animation-name: text-transition-animation;
    -webkit-animation-name: text-transition-animation;
    -moz-animation-name: text-transition-animation;
    -o-animation-name: text-transition-animation;
    animation-duration: 120ms;
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    -webkit-animation-duration: 120ms;
    -moz-animation-duration: 120ms;
    -o-animation-duration: 120ms;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    -moz-animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    -o-animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    perspective: 1000px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
    transform: initial;
    -webkit-transform: initial;
    -o-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
}

@keyframes slideRight {
    0% {
        transform-origin: 0 0;
        transform: translate3d(-100%,0,0);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -webkit-transform: translate3d(-100%,0,0);
        -moz-transform: translate3d(-100%,0,0);
        -o-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
    }

    50% {
        opacity: 0.35;
    }

    100% {
        transform-origin: 0 0;
        transform: translate3d(0,0,0);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
    }
}

@keyframes slideLeft {
    0% {
        transform-origin: 0 0;
        transform: translate3d(100%,0,0);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -webkit-transform: translate3d(100%,0,0);
        -moz-transform: translate3d(100%,0,0);
        -o-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
    }

    50% {
        opacity: 0.35;
    }

    100% {
        transform-origin: 0 0;
        transform: translate3d(0,0,0);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
    }
}

@keyframes text-transition-animation {
    0% {
        opacity: 0.15;
    }

    50% {
        opacity: 0.35;
    }

    100% {
        opacity: 0.54;
    }
}

nav .menuItem .menu-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

    nav .menuItem .menu-icon::before {
        display: none;
    }

nav .menuItem .right-arrow-icon {
    background-image: url(/Images/sidebar_icons.svg?v=1uMaQW-UnsItFZ_P9omrVN5Y1WA);
    background-position: 12px -20px;
    width: 5px;
    height: 20px;
    float: right;
    display: inline-block;
}

nav.collapsed-menu-sidebar .menuItem {
    width: 56px;
    padding: 20px 0px 16px 20px;
    text-align: center;
    line-height: 1.69;
}

nav.collapsed-menu-sidebar p.menu-item-title {
    position: absolute;
    overflow: hidden;
    display: block;
    width: 46px;
    left: 6px;
    font-size: 10px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
}

.collapsed-menu-sidebar .menuItem i.right-arrow-icon {
    display: none;
}

.affiliates-icon {
    background-image: url(/Images/sidebar_icons.svg?v=1uMaQW-UnsItFZ_P9omrVN5Y1WA);
    background-position: -2px -2px;
}

.cms-icon {
    background-image: url(/Images/sidebar_icons.svg?v=1uMaQW-UnsItFZ_P9omrVN5Y1WA);
    background-position: -2px -42px;
}

.casino-icon {
    background-image: url(/Images/sidebar_icons.svg?v=1uMaQW-UnsItFZ_P9omrVN5Y1WA);
    background-position: -2px -22px;
}

.igcadmin-icon {
    background-image: url(/Images/sidebar_icons.svg?v=1uMaQW-UnsItFZ_P9omrVN5Y1WA);
    background-position: -2px -62px;
}

.payments-icon {
    background-image: url(/Images/sidebar_icons.svg?v=1uMaQW-UnsItFZ_P9omrVN5Y1WA);
    background-position: -2px -82px;
}

.reports-icon {
    background-image: url(/Images/sidebar_icons.svg?v=1uMaQW-UnsItFZ_P9omrVN5Y1WA);
    background-position: -2px -102px;
}

.igc-insights-icon {
    background-image: url(/Images/sidebar_icons.svg?v=1uMaQW-UnsItFZ_P9omrVN5Y1WA);
    background-position: -2px -222px;
}

.riskfraud-icon {
    background-image: url(/Images/sidebar_icons.svg?v=1uMaQW-UnsItFZ_P9omrVN5Y1WA);
    background-position: -2px -122px;
}

.sports-icon {
    background-image: url(/Images/sidebar_icons.svg?v=1uMaQW-UnsItFZ_P9omrVN5Y1WA);
    background-position: -2px -142px;
}

.support-icon {
    background-image: url(/Images/sidebar_icons.svg?v=1uMaQW-UnsItFZ_P9omrVN5Y1WA);
    background-position: -2px -162px;
}

.supportdesk-icon {
    background-image: url(/Images/sidebar_icons.svg?v=1uMaQW-UnsItFZ_P9omrVN5Y1WA);
    background-position: -2px -182px;
}

.updatedtesting-icon {
    background-image: url(/Images/sidebar_icons.svg?v=1uMaQW-UnsItFZ_P9omrVN5Y1WA);
    background-position: -2px -202px;
}

.bonus-icon {
    background-image: url(/Images/sidebar_icons.svg?v=1uMaQW-UnsItFZ_P9omrVN5Y1WA);
    background-position: -2px -242px;
}

.giglogic-icon {
    background-image: url(/Images/sidebar_icons.svg?v=1uMaQW-UnsItFZ_P9omrVN5Y1WA);
    background-position: -2px -262px;
}

.two-liner-menu-icon {
    margin-top: -20px;
}

.toolbar {
    position: absolute;
    top: 3px;
    left:0;
    width: 100%;
    height: 56px;
    background-color: #ffffff;
}

.toolbar .logo-title {
    position: relative;
    display: inline-flex;
    float: left;
    overflow: hidden;
    height: 56px;
    width: 256px;
    background-color: #ffffff;
    box-sizing: border-box;
    transition: width 250ms ease-out;
    border-right: 1px solid #e0e0e0;
}

.toolbar .logo-title:after {
    content: " ";
    border-right: 8px solid #ffffff;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    height: 56px;
}

.logo-title .pin-icon {
    width: 18px;
    height: 56px;
    transition: -webkit-transform 200ms ease-in-out, opacity 200ms ease;
    -webkit-transition: -webkit-transform 200ms ease-in-out, opacity 200ms ease;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 0px 18px 0px 23px;
}

.logo-title .pinned-icon {
    opacity: 0.54;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.logo-title .pin-icon:hover {
    cursor: pointer;
}

.toolbar .logo-title .logo-img {
    width: 160px;
    padding: 0px 25px 0px 11px;
    height: 56px;
}

.toolbar .logo-title .logo-img:hover {
    opacity: 0.54;
    cursor: pointer;
}

.toolbar .toolbar-tools {
    display: flex;
    float: right;
    width: auto;
    height: 56px;
    background-color: #ffffff;
    border: solid 0 #979797;
}

    .toolbar .toolbar-tools div{
        width: 56px;
        height: inherit;
        padding: 20px;
        box-sizing: border-box;
        border-left: 1px solid #e0e0e0;
        transition: opacity 200ms ease;
        -webkit-transition: opacity 200ms ease;
        font-family: Roboto;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.25;
        color: #283747;
    }

    .toolbar .toolbar-tools .clock-tool{
          text-align: center;
          padding: 8px 0px 0px 0px;
          opacity: 0.87;
    }

    .toolbar .toolbar-tools .clock-tool .timezone-indicator {
          font-family: Roboto;
          font-size: 10px;
          font-weight: bold;
          font-style: normal;
          font-stretch: normal;
          line-height: 2;
          letter-spacing: normal;
          text-align: center;
          color: #283747;
    }

    .toolbar .toolbar-tools .clock-tool:hover {
        cursor: auto;
        opacity: 0.87;
        background-color: #fff;
    }

       .topbartab-close.fa.fa-times::after {
        content: '';
        position: absolute;
        width: 60px;
        height: 56px;
        pointer-events: none;
        display: inline-block;
        background-image: linear-gradient(to right,rgba(255, 255, 255, 0), #ffffff);
        margin-left: -70px;
    }

.add-widget-tool {
    position: absolute;
    display: none;
    top: 56px;
    margin-left: 56px;
    background-color: #fafafa;
    opacity: 1!important;
    z-index: 111;
    border-bottom: 1px solid #e0e0e0;
}

.add-widget-tool:hover{
    background-color: #fff;
}

.toolbar .window-tab {
    display: inline-flex;
    justify-content: space-between;
    height: 56px;
    width: auto;
    box-sizing: border-box;
    max-width: 200px;
    background-color: #ffffff;
    border-right: 1px solid #e0e0e0;
}

.toolbar .window-tab .window-tab-text {
  opacity: 0.54;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  color: #283747;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 17px;
  padding-right: 5px;
  padding-top: 18px;
}

.toolbar .window-tab.activeToolbar {
    background-color: #fafafa;
    opacity: 0.87;
}

.toolbar .window-tab.activeToolbar .window-tab-text{
    opacity: 0.87;
}

.toolbar .window-tab:hover {
    cursor: pointer;
    opacity: 0.87;
    background-color: #fafafa;
}

.toolbar .window-tab:hover .topbartab-close.fa.fa-times::after,
.activeToolbar .topbartab-close.fa.fa-times::after {
    background-image: linear-gradient(to right,rgba(255, 255, 255, 0), #fafafa);    
}

.toolbar .window-tab:hover .window-tab-text {
    cursor: pointer;
    opacity: 0.87;
}

.topbartab-close.fa.fa-times {
    height: 56px;
    vertical-align: middle;
    line-height: 56px;
    box-sizing: border-box;
    margin-right: 20px;
    padding: 0 4px;
}

.toolbar-icon{
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(/Images/topbar.svg?v=1uMaQW-UnsItFZ_P9omrVN5Y1WA);
    opacity: 0.54;
    transition: opacity 200ms ease;
    -webkit-transition: opacity 200ms ease;
}

.toolbar-tools div:hover,
.toolbar-tools div:hover .toolbar-icon {
    cursor: pointer;
    opacity: 0.87;
    background-color:#fafafa;    
}

.toolbar .toolbar-tools .logout-toolbar-item {
    padding: 0px;
}

.toolbar .toolbar-tools .logout-toolbar-item a {
    padding: 20px;
    display:inline-block;
}

.toolbar .toolbar-tools .logout-toolbar-item a:hover{
    opacity: 0.87;
}

.top-header-bar{
    position: absolute;
    top:0;
    width: 100%;
    height: 3px;
    z-index: 1;
    background-image: linear-gradient(to right, #ef5350, #ab47bc 10%, #5c6bc0 20%, #42a5f5 30%, #26a69a 41%, #9ccc65 50%, #ffee58 60%, #ffa726 70%, #8d6e63 80%, #78909c 90%, #78909c);
}

.fullscreen-icon{
    background-position: -2px -62px;
}

.maximise-window-icon{
    background-position:  -2px -42px;
}

.multiple-windows-icon{
    background-position: -2px -22px;
}

.search-tool-icon{
    background-position: -2px -2px;
}

.toggle-widgets-icon {
     background-position: -2px -102px;
}

.glossary-tool-icon{
    background-position: -0px -82px;
    width: 20px;
}

.myaccount-tool-icon {
    background-position: -1px -121px;
    width: 20px;
    height: 20px;
}


.toolbar-icon.sign-out-icon{
    background-image: url(/Images/sidebar_icons.svg?v=1uMaQW-UnsItFZ_P9omrVN5Y1WA);
    background-position: -2px -202px;
}

#profileDropdown {
    position: relative;
    z-index: 2000;
}

#profileDropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 2001;
}

.profile.icon {
    color: #000;
    position: absolute;
    margin-left: 3px;
    margin-top: 11px;
    width: 14px;
    height: 6px;
    border-left: solid 1px currentColor;
    border-right: solid 1px currentColor;
    border-top: solid 1px currentColor;
    border-bottom: solid 1px transparent;
    border-radius: 6px 6px 0 0;
    background: none;
}
.profile.icon:before {
  content: '';
  position: absolute;
  left: 2px;
  top: -10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: solid 1px currentColor;
}

/* Customize slider for toolbar view*/
.slider {
    margin: -1px 0px 0px 52px;
}

/* Customize bootstrap dropdown for toolbar view */
.dropdown-header {
    padding: 6px 20px;
}

.dropdown-menu {
    padding: 10px 0px;
    min-width: 180px;
}

    .dropdown-menu > li {
        padding-top: 2px;
        font-size: 13px;
    }

        .dropdown-menu > li > span {
            padding: 0px 0px 0px 20px;
        }

.glossary-container {
    display: none;
    position: absolute;
    width: 304px;
    height: 100%;
    top: 3px;
    right: 0;
    background: #fff;
    border-left: 1px solid #e0e0e0;
    z-index: 120;
}

.glossary-header-title {
    display: flex;
    flex-direction: row;
    height: 38px;
}

.glossary-header {
   height: auto;
   width: auto;
   padding: 18px 24px 0px 24px;
   box-sizing: border-box;
}

.glossary-header button {
    margin-left: auto;
    height: 20px;
    width: 20px;
    margin-top: 3px;
    border: 0;
    padding: 0;
    background-color: #fff;
}

.glossary-search-container {
    height: 56px;
    padding: 8px 0px;
    box-sizing: border-box;
}

.glossary-header input{
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 5px;
}

.glossary-items-list{
   height: calc(100% - 135px);
   overflow: auto;
   width: auto;
}

.glossary-container p {
    display: inline-block;
    line-height: 1.54;
    color: #283747;
    opacity: 0.54;
    text-decoration: none;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
}

.glossary-header-title p {
    font-size: 16px;
    line-height: 1.25;
    opacity: 0.87;
}

p.glossary-item-title {
    max-width: 210px;
    word-break: break-word;
}

.glossary-category {
    height: 56px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #ffffff;
}

.glossary-category-title {
    height: 56px;
    padding: 18px 24px;
    box-sizing: border-box;
    line-height: 1.54;
    color: #283747;
    opacity: 0.54;
    text-decoration: none;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
}

.category-container .category-items {
    padding: 0 24px;
}

.glossary-category-title:hover {
    cursor: pointer;
    opacity: 0.87;
    background: #fafafa;
}

.glossary-items-list .collapsed-category .glossary-category-title {
    opacity: 0.87;
    background: #fafafa;
}

.glossary-items-list .collapsed-category .glossary-category-title:hover i {
    opacity: 0.87;
}

.category-container {
    height: auto;
    visibility: visible;
}

.glossary-items-list .closed-category:hover {
    cursor: pointer;
    background-color: #fafafa;
}

.glossary-items-list .closed-category:hover p,
.glossary-items-list .closed-category:hover i {
    opacity: 0.87;
}

.glossary-item:hover .glossary-item-title,
.glossary-item:hover i {
    text-decoration: underline;
    opacity: 0.87;
    cursor: pointer;
}

span.highlight-term {
    margin: 0;
    background-color: yellow;
}

.glossary-item {
    height: 36px;
    overflow: hidden;
    box-sizing: border-box;
    text-align: left;
    margin: 18px 0 18px 10px;
    background-color: #ffffff;
}

.glossary-item-title {
    height: 30px;
}

p.glossary-item-description {
    padding-top: 14px;
    font-style: italic;
}

.opened-glossary-item {
    height: auto;
}

.opened-glossary-item p,
.opened-glossary-item i {
    opacity: 0.87;
}

.opened-glossary-item .glossary-item-title {
    font-weight: 700;
}

.empty-search-results {
    display: none;
}

p.empty-search-results {
    margin: 50% 0% 0% 25%;
    position: relative;
}

.glossary-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url(/Images/glossary.svg?v=1uMaQW-UnsItFZ_P9omrVN5Y1WA);
    opacity: 0.54;
}

i.glossary-icon.glossary-plus {
    vertical-align: sub;
    float: right;
    background-position: -2px -83px;
}

i.glossary-icon.glossary-minus-icon {
    background-position: -2px -101px!important;
}

i.glossary-icon.glossary-forward-arrow {
    float: right;
    background-position: -2px -123px;
}

.glossary-icon.close-glossary{
    background-position: -21px -241px;
    opacity: 0.87;
 }

button.glossary-icon.close-glossary:hover {
    cursor: pointer;
    opacity: 0.54;
}
body {
}

@import url("../../External/google_fonts.css");
/* Swatch Colours */
.logingrey {
    color: #c4c4c4 !important;
}

.darkgrey {
    color: #2e3235 !important;
}

.lightgrey {
    color: #eef2f5 !important;
}

.sidebargreylinks {
    color: #dce0df !important;
}

.loginsubmitgrey {
    color: #383d40 !important;
}

.topbartab-inactive {
    color: #747474 !important;
}

.topbartab-active {
    color: #000 !important;
}

.searchlightblue {
    color: #d7f0fa !important;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.ui-dialog .ui-dialog-content {
    padding: 0.5em 2em;
}

.ui-dialog-titlebar-close {
    padding: 0 !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    width: 22px;
}

.whitebg {
    background-color: #fff !important;
}

.lightgreybg {
    background-color: #f5f5f5 !important;
}

.lightbluebg {
    background-color: #5ddcff !important;
}

.darkgreybg { /*background-color:#273236!important;*/
    background-color: #383e45 !important;
}

.sidebarbg {
    background-color: #f0f0f0 !important;
}

.sidebarsearchbg {
    background-color: #373e46 !important;
}

.dashboardbg {
    background-color: #e5e5e5 !important;
}

/* Default Styling */
.fl {
    float: left;
}

.fr {
    float: right;
}

.clr {
    clear: both;
}

.none {
    display: none;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.center {
    text-align: center;
}

.centered {
    margin: 0 auto !important;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute !important;
}

.opa0 {
    opacity: 0;
}

.italic {
    font-style: italic;
}

.nobord {
    border: 0px !important;
}

.pointer {
    cursor: pointer;
}

.sqrbord {
    border-radius: 0px !important;
}

.boxshad {
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
}

.upper {
    text-transform: uppercase;
}

.lower {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.cleanheader {
    margin: 0px !important;
    font-weight: normal !important;
}

.underline {
    border-bottom: solid 1px #818181;
    width: 100%;
}

.strikethrough {
    text-decoration: line-through;
}

ul {
    margin: 0px;
}

p {
    margin: 0px;
}

ul, ul li, li {
    list-style: none;
}

a, a:hover {
    text-decoration: none;
}

    a:hover {
        opacity: 0.5;
    }

.light {
    font-weight: 300 !important;
}

.normal {
    font-weight: 400 !important;
}

.medium {
    font-weight: 500 !important;
}

.bold {
    font-weight: 700 !important;
}

.heavy {
    font-weight: 900 !important;
}

.overhidden {
    overflow: hidden !important;
}

.imghelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


* {
    /* outline: none; */
}


body, html, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

iframe {
    padding: 0;
    margin: 0;
    border: 0;
}


/* #endregion Reset*/

/* #region Generic */

body, html {
    font-size: 12px;
    font-family: 'Roboto','Lato', sans-serif;
    line-height: 1.5em;
    overflow-x: hidden;
}

    body img#wallpaper {
        display: none;
    }
    
    
input, textarea, select {
    display: inline-block;
    padding: 4px 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #ffffff;
    color: #333333;
    font-size: 12px;
    line-height: 1.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    input:disabled, textarea:disabled, select:disabled {
        border: 1px solid #ddd;
        background: #eee;
        color: #666;
    }

    .input[type=button], input[type=submit], .button {
        color: #304b53;
        border: 1px solid #afcfd9;
        border-radius: 5px;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d4eff8), to(#cee9f1));
        background: -webkit-linear-gradient(top, #d4eff8, #cee9f1);
        letter-spacing: .8px;
        cursor: pointer;
        text-align: center;
        color: #fff;
        padding: 5px 10px;
        border-radius: 0;
        box-sizing: border-box;
    }

    button:disabled, input[type=submit]:disabled {
        pointer-events: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

    .input[type=button]:hover, input[type=submit]:hover, .button:hover {
        background: -webkit-linear-gradient(top, #cee9f1, #d4eff8);
    }

    input.color {
        height: 30px;
        padding: 0 1px;
    }

.input_error {
    background: #ffedee !important;
}

a {
    color: #C31F26;
    font-weight: normal;
    text-decoration: none;
}

    a:hover {
        color: #9f0e14;
    }

table {
    width: 100%;
}


h3 {
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0px;
}

i {
    font-style: italic;
}

/*Scrollbar for windows*/
.mCSB_container {
    margin-right: 8px !important;
}

body.waitCurs *, body.waitCurs {
    cursor: progress !important;
}
/*body img#wallpaper { display:none; }*/

.grid_table_form {
    overflow: initial; /*overflow: hidden;*/
    padding: 10px 5px;
}

    .grid_table_form .field_item {
        margin: 0 0 5px 0;
        padding: 0;
        vertical-align: middle;
        width: 240px;
        float: left;
        min-height: 50px;
    }

        .grid_table_form .field_item .field_item_inner {
            padding: 0 5px;
        }

            .grid_table_form .field_item .field_item_inner input, .grid_table_form .field_item .field_item_inner select, .grid_table_form .field_item .field_item_inner textarea {
                width: 100%;
            }

                .grid_table_form .field_item .field_item_inner input.button {
                    width: auto;
                }

        .grid_table_form .field_item:last-child {
            margin: 0;
        }

        .grid_table_form .field_item.full {
            width: 100%;
            float: none;
            clear: both;
            min-height: 0;
        }

.smaller .grid_table_form .field_item {
    width: 100%;
}

    .smaller .grid_table_form .field_item[display=block] {
        clear: both;
    }


.small .grid_table_form .field_item {
    width: 50%;
}

    .small .grid_table_form .field_item[display=block]:nth-child(2n+1) {
        clear: both;
    }

.medium .grid_table_form .field_item {
    width: 33%;
}

    .medium .grid_table_form .field_item[display=block]:nth-child(3n+1) {
        clear: both;
    }

.large .grid_table_form .field_item {
    width: 25%;
}

    .large .grid_table_form .field_item[display=block]:nth-child(4n+1) {
        clear: both;
    }

.grid_table_form .field_item.full {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    min-height: 0 !important;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 1px transparent;
}

/* #endregion Generic */

/* #region Structure */

#wallpaper {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
}

#desktop {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 12px;
}

#desktopV2 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
}

/* #endregion Structure */




/* Search Dialogue Box */
div#searchtab-con {
    font-family: 'Roboto', 'Arial', sans-serif;
    width: 70%;
    max-width: 800px;
    height: 600px;
    position: absolute;
    margin: auto auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 990;
}

    div#searchtab-con img#search-loader {
        position: absolute;
        top: 7px;
        right: 30px;
    }

div#searchtab-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

div#searchtab-innercon {
    padding: 25px;
}

div#searchtab-col1 {
    width: 60%;
    margin-right: 25px;
}

div#searchinput-col1 {
    margin-right: 15px;
    width: 10%;
}

div#searchinput-col2 {
    width: 70%;
}

div#searchinput-col1 input[type="submit"] {
    width: 30px;
    height: 30px;
    background: url('/Images/magnifier55.png?v=1uMaQW-UnsItFZ_P9omrVN5Y1WA') no-repeat center center #383e45;
    text-indent: -4000px;
    background-size: 30px 30px;
}

div#searchinput-col2 input[type="text"] {
    font-size: 28px;
    line-height: 28px;
}

div#searchtab-col2 {
    width: 34%;
    max-width: 300px;
}

div#searchcol2-title {
    font-size: 15px;
    line-height: 15px;
    color: #717d8a;
}

/* #region Container - Main Holder */

#main_holder {
    position: relative;
    overflow: hidden;
    background: #e6e6e6;
    transition-duration: 250ms;
    transition-timing-function: ease-out;
    transition-property: margin, width;
}

    #main_holder .desktop_window_stack {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 100%;
        height: 100%;
        background: transparent;
    }

        #main_holder .desktop_window_stack .layout_desktop_container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /* background: transparent;*/
            /* reskin dash */ 
        }

            #main_holder .desktop_window_stack .layout_desktop_container .desktop_number {
                position: absolute;
                width: 100%;
                right: 0px;
                top: 0px;
                height: 54px;
                padding: 0px;
                background: #f0f0f0;
                color: #373e46;
                font-size: 31px;
                line-height: 31px;
                font-weight: 600;
                padding: 15px 0px 0px 0px;
                text-indent: 20px;
                /*position: absolute;
                right: 15px;
                bottom: 13px;
                padding:20px 30px;
                border: 1px solid #5ddcff !important;*/
                /*color: rgba(255,255,255,0.6);*/
                /*font-weight: bold;
                font-size: 150px;
                line-height:150px;
                font-family: 'Roboto';
                background-color: #3e444c;
                color: #5ddcff;*/
                z-index: 999;
                /* color: #f0f0f0 !important; */
            }

                #main_holder .desktop_window_stack .layout_desktop_container .desktop_number p.noof-opentabs {
                    display: inline;
                    margin-left: 20px;
                    color: #fff;
                    padding: 4px 13px;
                    line-height: -4px;
                    text-align: center;
                    border-radius: 30px;
                    background: #3cc446;
                    font-size: 28px;
                    line-height: 30px;
                }

        #main_holder .desktop_window_stack .desktop-scaled {
            border-right: solid 4px rgba(212,212,212,.67);
            border-left: solid 4px rgba(212,212,212,.67);
            border-bottom: solid 4px rgba(212,212,212,.67);
            border-top: 0px;
            border-radius: 15px;
            /*reskin background: rgba(255,255,255,.4);*/
            background: #dadada;
            /*box-shadow: 0 0 8px 10px rgba(60,60,60,.3);*/
            /*box-shadow: 0 0 27px 1px rgba(60,60,60,.3);*/
            cursor: pointer;
            -moz-transform: scale(0.41);
            -ms-transform: scale(0.41);
            -o-transform: scale(0.41);
            -webkit-transform: scale(0.41);
            transform: scale(0.41);
        }

            #main_holder .desktop_window_stack .desktop-scaled:hover {
                box-shadow: 0 0 27px 1px rgba(60,60,60,.3);
            }
#container.small_side_bar .main_holder {
    position: relative;
    width: auto;
    margin-top: 59px;
    margin-left: 256px;
}

/* #endregion Container - Main Holder */

/* #region Drag Window */

.dragWind {
    position: absolute;
    margin: 0;
    width: auto;
    height: auto;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    display: none;
    background: white;
    max-width: 100%;
    overflow: auto;
}

.dragWind.flash {
    border: 1px solid #be5417;
}

.dragWind .overlay {
    position: absolute;
    background: rgba(255, 255, 255, 0.50);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
    display: none;
}

.dragWind .dragWindTitle {
    line-height: 30px;
    padding: 7px 5px 0 15px;
    height: 30px;
    background: #fff;
    font-size: 12px;
    font-weight: 600;
}

.dragWind.dragW .dragWindTitle {
    cursor: move;
    height: 32px;
    color: #273237;
}

.dragWind .dragWindTitle.flash {
    background: #be5417;
}

.dragWind .dragWindTitle .dragWindTitle_Help {
    font-size: 16px;
    padding: 2px;
    color: #fff;
    background: #33AAFF;
    border-radius: 10px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border: 1px solid #2393e2;
    opacity: 0.8;
}

    .dragWind .dragWindTitle .dragWindTitle_Help:hover {
        background: #2393e2;
        opacity: 1;
    }


.dragWind .dragWindTitle .dragWindTitle_Text {
    display: inline-block;
    vertical-align: middle;
}

.dragWind .dragWindTitle .dragImage, div#searchtab-close {
    display: block;
    float: right;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid transparent;
    text-align: center;
    font-size: 13px;
    padding: 4px 5px;
    color: #576568;
}

    .dragWind .dragWindTitle .dragImage.closeButt {
        background: url(/Images/dragwind-close.png?v=1uMaQW-UnsItFZ_P9omrVN5Y1WA) no-repeat center center transparent;
    }

        .dragWind .dragWindTitle .dragImage.closeButt:hover {
            cursor: pointer;
        }

    .dragWind .dragWindTitle .dragImage.minButt {
        background: url(/Images/dragwind-minimise.png?v=1uMaQW-UnsItFZ_P9omrVN5Y1WA) no-repeat center center transparent;
    }

        .dragWind .dragWindTitle .dragImage.minButt:hover {
            cursor: pointer;
        }

    .dragWind .dragWindTitle .dragImage.maxButt {
        background: url(/Images/dragwind-maximise.png?v=1uMaQW-UnsItFZ_P9omrVN5Y1WA) no-repeat center center transparent;
    }

dragWindContent .dragWind .dragWindTitle .dragImage.maxButt:hover {
    cursor: pointer;
}

.dragWind .dragWindTitle .dragImage.helpButt {
    background: url(/Images/dragwind-help.png?v=1uMaQW-UnsItFZ_P9omrVN5Y1WA) no-repeat center center transparent;
}

    .dragWind .dragWindTitle .dragImage.helpButt:hover {
        cursor: pointer;
    }

.dragWind .dragWindTitle .dragImage.printButt {
    background-position: -688px 5px;
}

    .dragWind .dragWindTitle .dragImage.printButt:hover {
        background-position: -688px -14px;
        cursor: pointer;
    }

.dragWind .dragWindTitle .dragImage.exportToExcelButt {
    background-position: -418px -159px;
}

    .dragWind .dragWindTitle .dragImage.exportToExcelButt:hover {
        background-position: -418px -183px;
        cursor: pointer;
    }

.dragWind .dragWindTitle .dragImage:hover {
    background-color: #fff;
    border: 1px solid #ddd;
}

.dragWind .dragWindContent {
    width: 100%;
    background: white;
    position: relative;
    min-width: 250px;
    height: auto;
}

    .dragWind .dragWindContent table thead:first-of-type tr:first-of-type {
        height: 43px;
    }

        .dragWind .dragWindContent table thead:first-of-type tr:first-of-type th {
            border-top: 1px solid #b1b0b1 !important;
            border-bottom: 1px solid #b1b0b1 !important;
            background: #eeeeee;
            color: #273237;
            text-align: left;
        }

    .dragWind .dragWindContent .dragWindContent_overlay {
        position: absolute;
        background: rgba(255, 255, 255, 0.50);
        width: 100%;
        height: 100%;
        z-index: 9;
        display: none;
    }

    .dragWind .dragWindContent .inner {
        min-height: 50px;
    }

        .dragWind .dragWindContent .inner .content {
            padding: 10px;
            overflow: auto;
        }

            .dragWind .dragWindContent .inner .content.nopadding {
                padding: 0;
            }

    .dragWind .dragWindContent .InfoWindow {
        position: relative;
        width: 100%;
        height: 110px;
    }

        .dragWind .dragWindContent .InfoWindow .number {
            float: right;
            padding-top: 10px;
            padding-right: 10px;
            font-size: 30px;
        }

        .dragWind .dragWindContent .InfoWindow .title {
            float: right;
            clear: right;
            padding-top: 5px;
            padding-right: 10px;
            font-size: 15px;
        }

        .dragWind .dragWindContent .InfoWindow .footer {
            position: absolute;
            bottom: 0px;
            width: 100%;
            font-size: 12px;
        }

            .dragWind .dragWindContent .InfoWindow .footer .text {
                padding: 5px;
            }

.dragWind.blurred_window {
}

    .dragWind.blurred_window .overlay {
        display: none;
    }

    .dragWind.blurred_window .dragWindContent {
        opacity: 0.8;
    }

    .dragWind.blurred_window .dragWindTitle {
        opacity: 0.8;
    }

.dragWind.focused_window {
    /* reskin box-shadow: 0 0 40px 0 rgba(0,0,0,.5);*/
}

/*Using dark-window class instead of dragWind so that styles are specific for dark windows such as the user window and not overwrite all windows */
.dark_window {
    background-color: #34393F;
    border: 1px solid #34393F;
    overflow: hidden;
}

    .dark_window > div.dragWindTitle {
        background-color: #34393F;
    }

        .dark_window > div.dragWindTitle > span {
            color: #eee;
        }

    .dark_window.loggedInBorder {
        border-left: thick solid #60E278;
    }

    .dark_window .dragWindTitle .dragImage:hover, div#searchtab-close:hover {
        background-color: #414a51;
        border: 1px solid #414a58;
    }

    .dark_window > div.dragWindContent {
        background-color: #34393F;
    }

    .dark_window::-webkit-input-placeholder { /* WebKit browsers */
        color: #65717d;
    }

    .dark_window:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #65717d;
        opacity: 1;
    }

    .dark_window::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #65717d;
        opacity: 1;
    }

    .dark_window:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #65717d;
    }
/* #endregion Drag Window */

/* #region Drag Window Errors */

.window_errors {
    text-align: center;
    padding: 10px;
}

    .window_errors i.fa {
        color: #ffd800;
        font-size: 50px;
        line-height: 1em;
    }

    .window_errors .error {
        padding-bottom: 10px;
        font-weight: bold;
        color: #9d6500;
    }

        .window_errors .error:last-child {
            padding-bottom: 0;
        }

/* #endregion Drag Window Errors */

/* #region Overrides */

.hidden {
    display: none;
}

.wait {
    /*width: 210px;
    height: 32px;
    left: 50%;
    top: 50%;
    background: url(/Images/Loading.gif?v=1uMaQW-UnsItFZ_P9omrVN5Y1WA) no-repeat;
    position: absolute;
    margin-top: -16px;
    margin-left: -105px;
    border: 0;*/
}


.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.align_center {
    text-align: center;
}

.scroll-auto {
    overflow: auto !important;
}

.error_field {
    border: 1px solid #fb2f2f !important;
}

/* #endregion Overrides */

/* #region Reports */

.reportSum {
    border-top: solid 1px black;
}

.reportContent table td {
    padding: 0px 5px;
}

.reportV2 .wait_report, .main_wait_report{
    z-index: 1;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: block;
    background-color: rgb(255, 255, 255);
}
.reportV2 .wait, .main_wait_report .wait{
    top: 150px;
    margin-top: 150px;
    text-align: center;
}

/* #endregion Reports */

/* #region ImagePicker */

.imageSelector li {
    border: 1px solid #DDDDDD;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

    .imageSelector li:hover, .imageSelector li.selected {
        background: #F6F6F6;
        cursor: pointer;
    }

.imageSelector {
    display: none;
    background: #FFFFFF;
    list-style: none outside none;
    margin-top: 0;
    max-height: 200px;
    overflow: auto;
    position: absolute;
    padding: 0px;
    width: 514px;
    margin-top: 50px;
    z-index: 1;
}

.dd-pointer-down {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px;
}

.Image {
    width: 492px;
    position: relative;
    line-height: 50px;
    height: 50px;
    background: white;
    float: left;
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    cursor: pointer;
}

.dd-pointer {
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
}

/* #endregion*/

/* #region Image Uploader*/

#holder {
    border: 3px dashed #ccc;
    width: 250px;
    min-height: 250px;
    margin: 0 auto;
}

    #holder.hover {
        border: 3px dashed #0c0;
    }

    #holder img {
        display: block;
        margin: 10px auto;
        cursor: pointer;
    }

    #holder p {
        margin: 10px;
        font-size: 14px;
    }

progress {
    width: 100%;
}

    progress:after {
        content: '%';
    }

.fail {
    background: #c00;
    padding: 2px;
    color: #fff;
}

/* #endregion*/

/* #region DateTimePicker */

.xdsoft_datetimepicker {
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
    background: #FFFFFF;
    border-bottom: 1px solid #BBBBBB;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #333333;
    display: block;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    padding: 8px;
    padding-left: 0px;
    padding-top: 2px;
    position: absolute;
    z-index: 9999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

    .xdsoft_datetimepicker iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 75px;
        height: 210px;
        background: transparent;
        border: none;
    }
    /*For IE8 or lower*/
    .xdsoft_datetimepicker button {
        border: none !important;
    }

.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .xdsoft_noselect::selection {
        background: transparent;
    }

    .xdsoft_noselect::-moz-selection {
        background: transparent;
    }

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none;
}

.xdsoft_datetimepicker * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
    display: none;
}

    .xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
        display: block;
    }

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 224px;
    float: left;
    margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0px;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
    position: relative;
    text-align: center;
}

.xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==');
}

.xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0px;
}

.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0px;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0px 0px;
}

    .xdsoft_datetimepicker .xdsoft_next:active, .xdsoft_datetimepicker .xdsoft_prev:active {
    }

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0px none currentColor;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0.5;
    outline: medium none currentColor;
    overflow: hidden;
    padding: 0px;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0px;
    margin-bottom: 7px;
    margin-top: 0px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #DDDDDD;
}

    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
        background: #F5F5F5;
        border-top: 1px solid #DDDDDD;
        color: #666666;
        font-size: 12px;
        text-align: center;
        border-collapse: collapse;
        cursor: pointer;
        border-bottom-width: 0px;
        height: 25px;
        line-height: 25px;
    }

        .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
            border-top-width: 0px;
        }

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer;
}

    .xdsoft_datetimepicker .xdsoft_label:hover {
        text-decoration: underline;
    }

    .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
        border: 1px solid #ccc;
        position: absolute;
        display: block;
        right: 0px;
        top: 30px;
        z-index: 101;
        display: none;
        background: #fff;
        max-height: 160px;
        overflow-y: hidden;
    }

        .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
            right: -7px;
        }

        .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
            right: 2px;
        }

        .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
            color: #fff;
            background: #ff8000;
        }

        .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
            padding: 2px 10px 2px 5px;
        }

            .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
                background: #33AAFF;
                box-shadow: #178FE5 0px 1px 3px 0px inset;
                color: #fff;
                font-weight: 700;
            }

.xdsoft_datetimepicker .xdsoft_month {
    width: 90px;
    text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 56px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
    padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    text-align: center;
    background: #F5F5F5;
    border: 1px solid #DDDDDD;
    color: #666666;
    font-size: 12px;
    text-align: right;
    padding: 0px;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #F1F1F1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #33AAFF;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #33AAFF;
    box-shadow: #178FE5 0px 1px 3px 0px inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
    opacity: 0.5;
}

    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
        opacity: 0.2;
    }

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px;
}

    .xdsoft_datetimepicker .xdsoft_copyright a {
        color: #eee !important;
    }

        .xdsoft_datetimepicker .xdsoft_copyright a:hover {
            color: #aaa !important;
        }


.xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px;
}

.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    width: 7px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    cursor: pointer;
}

.xdsoft_scroller_box {
    position: relative;
}
/* #endregion*/


.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
}

.custom-combobox-input {
    margin: 0;
    padding: 0.3em;
}

/* #region DateTimePicker */

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        float: left;
        clear: left;
        padding: 0 0 0 5px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 40%;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
        padding: 0 5px 0 0;
    }

        .ui-timepicker-rtl dl dt {
            float: right;
            clear: right;
        }

        .ui-timepicker-rtl dl dd {
            margin: 0 40% 10px 10px;
        }

/* #endregion */

.fieldDataContainer {
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 5px;
}

    .fieldDataContainer table {
    }

        .fieldDataContainer table tr {
        }

            .fieldDataContainer table tr:hover {
            }

                .fieldDataContainer table tr:hover td .text {
                    /*background: #ddd;*/
                }

                .fieldDataContainer table tr:hover td .fa {
                    cursor: pointer;
                    background: #e2371a;
                }

            .fieldDataContainer table tr td {
                padding: 0 0 5px 0;
                margin: 0;
            }

                .fieldDataContainer table tr td:last-child {
                    width: 24px;
                }

                .fieldDataContainer table tr td .text {
                    background: #eee;
                    line-height: 28px;
                    font-size: 12px;
                    text-align: left;
                    color: #fff;
                    color: #333;
                    display: block;
                    width: 100%;
                    box-sizing: border-box;
                    padding: 0 10px;
                }

                .fieldDataContainer table tr td .fa {
                    background: #fb4c2f;
                    width: 28px;
                    line-height: 28px;
                    font-size: 12px;
                    height: 28px;
                    text-align: center;
                    color: #fff;
                }

            .fieldDataContainer table tr:last-child td {
                padding: 0;
            }

            .fieldDataContainer table tr.add td .fa {
                background: #16a765;
            }

                .fieldDataContainer table tr.add td .fa:hover {
                    background: #0c9657;
                }

            .fieldDataContainer table tr.add td .input input {
                height: 28px;
                border-right: 0;
                padding: 0 5px;
            }

            .fieldDataContainer table tr.add.disabled td .fa {
                background: #ddd;
                cursor: default;
            }

.dataTables_buttons button:first-child {
    font-weight: bold;
}

table.dataTable tbody th, table.dataTable tbody td {
    vertical-align: middle;
}

.thumbnail_holder {
    padding: 0;
    margin: 0;
    text-align: center;
}

    .thumbnail_holder a {
        height: 50px;
        display: inline-block;
    }

        .thumbnail_holder a:hover img {
            opacity: 1;
            border: 1px solid #666;
        }

    .thumbnail_holder img {
        height: 50px;
        padding: 0;
        margin: 0;
        float: left;
        border: 1px solid #ccc;
        opacity: 0.8;
    }

.document_holder {
    padding: 0;
    margin: 0;
}

    .document_holder a {
        display: inline-block;
        height: 48px;
        border: 1px solid #ccc;
    }

        .document_holder a:hover {
            border: 1px solid #666;
        }

            .document_holder a:hover .icon {
                color: #ff8000;
                color: #000;
            }

    .document_holder .icon {
        display: inline-block;
        vertical-align: middle;
        color: #666;
        line-height: 1em;
        padding: 8px;
        height: 32px;
        background: #ccc;
        font-size: 32px;
        overflow: hidden;
    }

    .document_holder .text {
        display: inline-block;
        vertical-align: middle;
        color: #000;
        padding: 10px 15px;
    }


.color_holder {
    padding: 0;
    margin: 0;
    display: inline-block;
    line-height: 1em;
    width: 30px;
    height: 30px;
}

.bool_holder {
    padding: 0;
    margin: 0;
    font-size: 20px;
    display: inline-block;
    line-height: 1em;
}

    .bool_holder .fa-times {
        color: #9f0e14;
    }

    .bool_holder .fa-check {
        color: #16a765;
    }

    .bool_holder i {
        /* /line-height:27px!important;*/
    }


.help_container {
    padding: 5px;
}

    .help_container table {
        border: 1px solid #ddd;
    }

        .help_container table td {
            border: 1px solid #ddd;
            padding: 5px;
            vertical-align: top;
        }

    .help_container p {
        padding: 5px 0;
        margin: 0;
    }


    .help_container h3 {
        background: #ddd;
        color: #333 !important;
        padding: 5px;
        line-height: 1em;
        font-size: 14px !important;
        font-weight: bold !important;
        border-left: 3px solid #fb4c2f;
        margin-top: 10px;
    }

        .help_container h3 * {
            color: #333 !important;
            font-weight: bold !important;
            font-size: 14px !important;
            line-height: 1em !important;
        }

    .help_container h2 {
        background: #ddd;
        color: #333 !important;
        padding: 5px;
        line-height: 1em;
        font-size: 16px !important;
        font-weight: bold !important;
        border-left: 3px solid #fb4c2f;
        margin-top: 10px;
    }

        .help_container h2 * {
            color: #333 !important;
            font-weight: bold !important;
            font-size: 16px !important;
            line-height: 1em !important;
        }

    .help_container h1 {
        background: #ddd;
        color: #333 !important;
        padding: 5px;
        line-height: 1em;
        font-size: 20px !important;
        font-weight: bold !important;
        border-left: 3px solid #fb4c2f;
        margin-top: 10px;
    }

        .help_container h1 * {
            color: #333 !important;
            font-weight: bold !important;
            font-size: 20px !important;
            line-height: 1em !important;
        }

.help_window {
    min-height: 50%;
}


.dataTables_partitions {
    float: left;
    margin-right: 20px;
}

    .dataTables_partitions label {
        font-weight: normal;
        float: left;
        text-align: left;
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
    }

    .dataTables_partitions select {
        display: inline-block;
        width: 100px;
    }

.gameSortableTable{
     display: table;
}
    .gameSortableTable li {
        display: table-row;
    }

.sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .sortable li {
        margin: 0 3px 3px 3px;
        /*padding-left: 1.5em;*/
        cursor: move;
        font-size: 16px;
        line-height: 1em;
        border-radius: 5px;
        overflow: hidden;
    }

.sortable-text {
    padding: 8px;
    display: table-cell;
}

.sortable-type {
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 2px;
    padding: 5px 0;
    width: 30px;
    text-align: center;
}

.sortable-input {
    float: left;
    width: 50px;
    text-align: center;
    padding: 1px;
    font-size: 14px;
    line-height: 14px;
    margin: 2px;
    height: 28px;
}

.multiselector {
    padding: 0;
}

    .multiselector .controls {
        padding: 5px;
        margin: 5px;
        border: 1px solid #ddd;
        background: #efefef;
        overflow: hidden;
    }

        .multiselector .controls .igc-btn-primary {
            float: right;
        }

        .multiselector .controls input[type=text] {
            width: 200px;
            vertical-align: middle;
            line-height: 1.4em;
            display: inline-block;
            margin-top: 5px;
        }

        .multiselector .controls select {
            margin: 5px 0 0 5px;
            vertical-align: middle;
            line-height: 1em;
            display: inline-block;
        }

        .multiselector .controls .amount {
            margin: 5px 0 0 10px;
            vertical-align: middle;
            display: inline-block;
        }

    .multiselector ul {
        list-style: none;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }

        .multiselector ul li {
            list-style: none;
            padding: 0;
            margin: 5px;
            border: 1px solid #ccc;
            background: #eee;
            display: inline-block;
            cursor: pointer;
            text-align: left;
            font-size: 14px;
            font-weight: bold;
            line-height: 1.5em;
            overflow: hidden;
            width: 255px;
            color: #666;
        }

            .multiselector ul li .image {
                background: #ffffff;
                display: inline-block;
                text-align: center;
                margin: 0;
                width: 120px;
                height: 100px;
                vertical-align: top;
            }

                .multiselector ul li .image img {
                    width: 100%;
                    height: 100%;
                }

                .multiselector ul li .image .fa {
                    display: none;
                    font-size: 50px;
                    color: #ccc;
                    padding-top: 10px;
                }

                    .multiselector ul li .image .fa.show {
                        display: block;
                    }

            .multiselector ul li .textContainer {
                display: inline-block;
                width: 135px;
                height: 100px;
                position: relative;
            }

                .multiselector ul li .textContainer span:first-child {
                    line-height: 1.2em;
                    width: 122px;
                    display: block;
                    margin: 5px 5px 5px 10px;
                }

                .multiselector ul li .textContainer span:nth-child(2) {
                    line-height: 1.2em;
                    width: 122px;
                    display: block;
                    margin: 13px 5px 0 10px;
                    position: absolute;
                    top: 50%;
                }

                .multiselector ul li .textContainer span:last-child {
                    line-height: 1.2em;
                    width: 122px;
                    display: block;
                    position: absolute;
                    bottom: 0;
                    margin: 5px 5px 5px 10px;
                }

            .multiselector ul li.selected, .multiselector ul li.selected:hover {
                border: 1px solid rgba(92, 184, 92, 0.80);
                background: rgba(92, 184, 92, 0.10);
                color: #333;
                box-shadow: 0 0 10px 0 rgba(92, 184, 92, 0.50);
            }

            .multiselector ul li:hover {
                border: 1px solid #bbb;
                background: #ddd;
                color: #333;
                box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
            }



            .multiselector ul li .fullText {
                vertical-align: middle;
                display: inline-block;
                margin: 5px;
                overflow: hidden;
                line-height: 1.2em;
                width: 100%;
                height: auto;
            }


.cacheManager pre {
    outline: 1px solid #e6e6e6;
    padding: 5px;
    margin: 5px;
    overflow-x: hidden;
    color: #222222;
    max-height: 647px;
}

    .cacheManager pre .string {
        color: #c41a16;
    }

    .cacheManager pre .number {
        color: #1c00cf;
    }

    .cacheManager pre .boolean {
        color: #1c00cf;
    }

    .cacheManager pre .null {
        color: #808080;
    }

    .cacheManager pre .key {
        color: #881391;
    }

.cacheManager ul {
    list-style: none;
}

    .cacheManager ul li {
        cursor: pointer;
    }


.cache_manager {
    min-width: 370px;
    padding: 0;
}

    .cache_manager ul {
        padding: 0;
        margin: 0;
    }

        .cache_manager ul li {
            margin: 5px 0 0 0;
            border: 1px solid #ddd;
            display: block;
            cursor: pointer;
            overflow: hidden;
        }

            .cache_manager ul li span {
                display: table-cell;
                width: 100%;
                overflow: hidden;
                vertical-align: middle;
                padding: 10px;
            }

                .cache_manager ul li span:hover {
                    background: #efefef;
                }

            .cache_manager ul li input[type=button] {
                display: inline-block;
                vertical-align: middle;
                background: #666;
                color: #FFF;
                padding: 10px;
                margin: 0;
                border: 0;
                width: 70px;
            }

                .cache_manager ul li input[type=button]:hover {
                    background: #333;
                }

.cacheManager img#cacheLoader {
	height: 25px; 
	float: right;
}

.cacheManager div#btnFlushContainer {
	display: table-cell;
}

.cacheManager label#labelCacheVisible {
	float: right;
}


.canvastools {
    background: #fff;
    padding: 5px;
}

    .canvastools > div {
        display: inline-block;
        vertical-align: middle;
    }

        .canvastools > div.item_option {
            margin: 0 2px;
        }

            .canvastools > div.item_option input, .canvastools > div.item_option select {
                font-size: 11px;
            }

                .canvastools > div.item_option input[type=button] {
                    padding: 3px 10px;
                }

        .canvastools > div.item {
            width: 20px;
            height: 20px;
            margin: 0 2px;
            border: 1px solid #ccc;
            text-align: center;
            font-size: 14px;
            padding: 2px 0 0 0;
        }

            .canvastools > div.item:hover {
                border: 1px solid #aaa;
                cursor: pointer;
                background-color: #eee;
            }


        .canvastools > div.spacer {
            height: 20px;
            width: 1px;
            background: #ddd;
            border-left: 1px solid #ccc;
            border: 0;
            margin: 0 10px;
        }

.colorpickerhideshow {
    position: absolute;
    z-index: 99;
    background: #fff;
    border: 1px solid #ddd;
    margin-top: -1px;
    display: none;
}



@media (max-width: 780px) {
    #top_bar .left_section {
        width: 0px;
    }

    #top_bar .inner .section:nth-child(2) {
        display: none;
    }


    #search_users_text {
        width: 130px !important;
    }


    #top_bar .inner {
        float: left;
    }

    #top_bar .right_section {
        width: auto;
    }

        #top_bar .right_section span.item {
            display: none;
        }

    .language_picker {
        display: block !important;
    }
}

@media (min-width: 480px) {
    #top_bar .inner .section:nth-child(2) {
        display: inline-block !important;
    }

    #top_bar .right_section span.item {
        display: block;
    }
}

.report_content {
    background: #fff;
}

    .report_content .datasource {
        background: #fff;
        margin: 0 0 10px 0;
        //border: 1px solid #ccc;
    }

    .report_content td.grptitle {
        font-size: 18px;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .report_content th, .report_content tfoot td {
        text-align: left;
        font-weight: bold;
        padding-top: 4px;
        padding-bottom: 3px;
        border-bottom: solid 1px #ccc;
        border-top: solid 1px #ccc;
    }

.wait_report {
    height: 100px;
    position: relative;
}

    /*.wait_report .wait {
        width: 210px;
        height: 32px;
        left: 50%;
        top: 50%;
        background: url(/Images/Loading.gif?v=1uMaQW-UnsItFZ_P9omrVN5Y1WA) no-repeat;
        position: relative;
        margin-top: -16px;
        margin-left: -105px;
        border: 0;
    }*/


/* Sports Backend CSS */
iframe#sportriskoverview_iframe div#desktop {
    overflow-y: scroll;
}

/*Autocomplete / Lazy dropdown placeholder style with FontAwesome search icon*/
input.lazydropdown-autocomplete::-webkit-input-placeholder::before {
    font-family: fontAwesome;
    content: '\f002  ';
}

input.lazydropdown-autocomplete::-moz-placeholder::before {
    font-family: fontAwesome;
    content: '\f002  ';
}
/* firefox 19+ */
input.lazydropdown-autocomplete:-ms-input-placeholder::before {
    font-family: fontAwesome;
    content: '\f002  ';
}

/* ie */
input.lazydropdown-autocomplete:-moz-placeholder::before {
    font-family: fontAwesome;
    content: '\f002  ';
}

/*Layout*/
.layout-igc-version {
    opacity: 0.54;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #37474F;
    letter-spacing: 0px;
    cursor: default;
}

.layout-footer {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0px 40px 30px 0px;
    z-index: 999;
}

.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}


table.dataTable thead .sorting_desc:hover{
    background-color: #eeeeee;
}

div[id^='ui-tooltip'] {
    max-width: none;
}

@media print {
    .dataSourceParameters {
        display: none;
    }

    body { 
        font-size: x-small !important; 
    }
  
    .reportV2 {
        float: right;
        max-width: 300px;
    }
}

/* "Toggle switch" start */
.switch {
    position: relative;
    display: inline-block;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.cursor-default {
    cursor: default;
}

.slider {
    position: absolute;
    cursor: pointer;
    width: 31px;
    height: 15px;
    top: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 1px;
        bottom: 1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/* "Toggle switch" end */


/*----------Generic----------*/

.hidden {
    display: none;
}


/*----------Login Page----------*/

.blue {
    margin-left: 56px;
    width: 59px;
    height: 25px;
    object-fit: contain;
}

div#loginPage {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    background: linear-gradient(to bottom, #0037ff 0%, #0037ff 35.5%, #f9fafa 35.5%, #f9fafa 100%);
}

div#loginPage * {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

div#loginPage div#loginPage-container {
    background-color: #ffffff;
    box-shadow: 0 0 15px 0 rgba(38, 50, 56, 0.08);
    width: 600px;
    height: 420px;
    border-radius: 6px;
    margin-top: 110px;
    margin-right: auto !important;
    margin-left: auto !important;
}

div#loginPage div#loginLogo {
    position: relative;
    width: 100%;
    height: 84px;
    text-align: center;
}

div#loginPage div#loginLogo a#btnloginLogo {
    position: absolute;
    margin: -84px;
    width: 168px;
    height: 168px;
}

a#btnloginLogo:hover {
    opacity: 1;
}


/*----------Loading Spinner----------*/

div#loginLoader-container {
    height: 25px;
    text-align: center;
}

div#loginLoader-container #spinner > div {
    width: 18px;
    height: 18px;
    background-color: #FFD100;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

div#loginLoader-container #spinner.bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

div#loginLoader-container #spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


/*----------Submit Button----------*/

#loginPage-container div#submit-container {
    margin-top: 30px;
    height: 56px;
}

#loginPage-container div#submit-container .errorMessages {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: red;
    width: 300px;
    text-align: left;
}

#loginPage-container div#submit-container input[type=submit].submitButton {
    float: right;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    width: 140px;
    height: 56px;
    border-radius: 4px;
    background: #0037ff;
    border: none;
    color: #ffffff;
}

#loginPage-container div#submit-container input[type=submit].submitButton:hover {
    background: #0032E6;
}


#loginPage-container div#submit-container input[type=submit].submitButton:active {
    background: #002CCC;
}

#loginPage-container div#submit-container input[type=submit].submitButton:focus {
    outline: 0;
}


/*----------Labels & Inputs----------*/

#loginPage-container .row {
    margin-top: 15px;
}

#loginPage-container label {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6d6e70;
}

#loginPage-container input[type="text"], input[type="password"] {
    width: 490px;
    height: 56px;
    border-radius: 4px;
    background-color: #ecf1ff;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    padding: 23px 23px;
    margin-top: 6px;
}

#loginPage-container input[type="text"]:focus, input[type="password"]:focus {
    outline: 1px solid #0037ff;
}


/*----------Containers & Transitions----------------*/


#loginPage-container #outerContainer {
    position: relative;
    height: calc(100% - 109px);
    padding: 0 55px;
    overflow: hidden;
}

#loginPage-container #outerContainer .innerContainer {
    position: absolute;
    width: 490px;
    transition: 1s ease;
}

#loginPage-container #outerContainer .innerContainer.container-left {
    transform: translateX(-100%);
    opacity: 0;
}

#loginPage-container #outerContainer .innerContainer.container-right {
    transform: translateX(100%);
    opacity: 0;
}


/*----------Forgot Password----------*/

#forgotPassword-container {
    text-align: center;
    padding: 10px;
}

#forgotPassword-container input[type=submit]#btnForgotPassword {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    color: gray;
    font-size: 13px;
    border: none;
    background: none;
}

#forgotPassword-container input[type=submit]#btnForgotPassword:focus {
    outline: 0;
}

#loginPage-container #emailSent-container {
    text-align: center;
    margin-top: 100px;
}

#loginPage-container #emailSent-container label {
    font-size: 30px;
    font-weight: 400;
    color: #6d6e70;
}

#loginPage-container #emailSent-container {
    text-align: center;
    margin-top: 85px;
}

#loginPage-container #emailSent-container label {
    display: block;
    font-size: 30px;
    font-weight: 400;
    color: #6d6e70;
}

#loginPage-container #emailSent-container input[type=submit] {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    color: gray;
    font-size: 16px;
    border: none;
    background: none;
    margin-top: 60px;
}

#loginPage-container #emailSent-container input[type=submit]:focus {
    outline: 0;
}


/*----------Reset Password----------*/

div#loginPage div#loginPage-container div#resetPassform {
    width: 490px;
}

.resetPass-container {
    height: 450px !important;
}

.resetPass-container #resetPass-title {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    object-fit: contain;
    margin-bottom: 25px;
}

.resetPass-container #resetPass-title label {
    font-size: 25px;
    font-weight: 600;
    color: #6d6e70;
}

#loginPage-container .resetPass-select {
    width: 100%;
    height: 56px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…AwIDAgMCAyIDBsNC00YTEgMSAwIDAgMC0xLTJIMWExIDEgMCAwIDAtMSAyeiIvPjwvc3ZnPg==);
    background-position: calc(100% - 22px) center;
    background-repeat: no-repeat;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 12px 23px;
    padding-right: 46px;
    background-color: #ecf1ff;
    border-radius: 4px;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6d6e70;
}

#loginPage-container .resetPass-select:focus {
    outline: 1px solid #0037ff;
    outline-offset: -2px;
}


#loadingPosition {
    top: 315px;
    position: absolute;
    left: 40%;
    z-index: 9999;
}

 .bonusLoading {
    -moz-animation: bonusLoading 8s cubic-bezier(0.680, -0.550, 0.265, 1.550) infinite;
    -webkit-animation: bonusLoading 8s cubic-bezier(0.680, -0.550, 0.265, 1.550) infinite;
    animation: bonusLoading 8s cubic-bezier(0.680, -0.550, 0.265, 1.550) infinite;
}
.bonusLoading,
.bonusLoading:before,
.bonusLoading:after {
    background: #221122;
    box-sizing: border-box;
    display: block;
    font: 0 / 0 a;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -5px;
    position: absolute;
    top: 50%;
    width: 8px;
    z-index:99999;
}
.bonusLoading:before,
.bonusLoading:after{
    content: '';
    display: block;
    position: absolute;
    -webkit-transform: rotate(0deg);
    left: -10px
}
.bonusLoading:after {
    left: auto;
    right: -15px;
}

@-moz-keyframes 'bonusLoading' {
    0% {
      -moz-transform: rotate(0deg);
}
7.5% {
	    -moz-transform: rotate(0deg);
	  }
12.5% {
	    -moz-transform: rotate(90deg);
	  }
20% {
	    -moz-transform: rotate(90deg);
	  }
25% {
	    -moz-transform: rotate(180deg);
	  }
32.5% {
	    -moz-transform: rotate(180deg);
	  }
37.5% {
	    -moz-transform: rotate(270deg);
	  }
45% {
	    -moz-transform: rotate(270deg);
	  }
50% {
	    -moz-transform: rotate(180deg);
	  }
57.5% {
	    -moz-transform: rotate(180deg);    
	  }
62.5% {
	    -moz-transform: rotate(270deg);
	  }
70% {
	    -moz-transform: rotate(270deg);
	  }
75% {
	    -moz-transform: rotate(360deg);
	  }
82.5% {
	    -moz-transform: rotate(360deg);
	  }
87.5% {
	    -moz-transform: rotate(270deg);
	  }
95% {
	    -moz-transform: rotate(270deg);
	  }
100% {
	    -moz-transform: rotate(360deg);
	  }
	}
@-webkit-keyframes 'bonusLoading' {
    0% {
	    -webkit-transform: rotate(0deg);
}
7.5% {
	    -webkit-transform: rotate(0deg);
	  }
12.5% {
	    -webkit-transform: rotate(90deg);
	  }
20% {
	    -webkit-transform: rotate(90deg);
	  }
25% {
	    -webkit-transform: rotate(180deg);
	  }
32.5% {
	    -webkit-transform: rotate(180deg);
	  }
37.5% {
	    -webkit-transform: rotate(270deg);
	  }
45% {
	    -webkit-transform: rotate(270deg);
	  }
50% {
	    -webkit-transform: rotate(180deg);
	  }
57.5% {
	    -webkit-transform: rotate(180deg);    
	  }
62.5% {
	    -webkit-transform: rotate(270deg);
	  }
70% {
	    -webkit-transform: rotate(270deg);
	  }
75% {
	    -webkit-transform: rotate(360deg);
	  }
82.5% {
	    -webkit-transform: rotate(360deg);
	  }
87.5% {
	    -webkit-transform: rotate(270deg);
	  }
95% {
	    -webkit-transform: rotate(270deg);
	  }
100% {
	    -webkit-transform: rotate(360deg);
	  }
	}
@keyframes 'bonusLoading' {
    0% {
        transform: rotate(0deg);
    }
    7.5% {
        transform: rotate(0deg);
    }
    12.5% {
        transform: rotate(90deg);
    }
    20% {
        transform: rotate(90deg);
    }
    25% {
        transform: rotate(180deg);
    }
    32.5% {
        transform: rotate(180deg);
    }
    37.5% {
        transform: rotate(270deg);
    }
    45% {
        transform: rotate(270deg);
    }
    50% {
        transform: rotate(180deg);
    }
    57.5% {
        transform: rotate(180deg);    
    }
    62.5% {
        transform: rotate(270deg);
    }
    70% {
        transform: rotate(270deg);
    }
    75% {
        transform: rotate(360deg);
    }
    82.5% {
        transform: rotate(360deg);
    }
    87.5% {
        transform: rotate(270deg);
    }
    95% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
