﻿body {
    background-color: #fff;
    font-size: 12px;
    font-family: "VistraSans";
    font-style: normal;
    font-weight: normal;
    padding-left: 0px;
}

.main-container {
    min-width: 1280px;
    min-height: 100%;
    margin: 0 auto;
    background-color: #f5f5f5;
    display: block;
    position: absolute;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}

/*Start of styles for content disabler*/
.relative-pos {
    position: relative;
    height: 100%;
}

.error-call {
    color: #c75411;
    font-size: 12px;
    display: inline-block;
}

.retry {
    font-size: 12px;    
}

.retry:before {
    content: "\e030";
    font-size: 9px;
    font-family: 'Glyphicons Halflings';
}

.retry:hover {
    text-decoration: underline;
    cursor: pointer;
}

.actual-content{
    transform: scale(1);
    transition: 400ms;
}

.actual-content.loading {
    transform: scale(0);
}

.on-load {
    position: absolute;
    width:200px;
    height: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    user-select: none;
}

.on-load img {
    width: 50px;
}
/*End of styles for content disabler*/

/*Main Header Styles*/
.main-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 1px 6px #53575a;
    /*border-bottom: 4px solid #ffa92e;*/
    height: 61px;
    width: 100%;
}

.main-header .header-logo-wrapper {
    margin: 17.5px 15px;
    float: left;
    min-width: 350px;
    width: 35%;
}

.main-header .header-logo-wrapper .radius-logo {
    height: 26px;
}

.main-header .header-logo-wrapper .app-logo {
    margin-top: 5px;
    height: 31px;
}

.main-header .header-client-wrapper {
    text-align: center;
    width: 20%;
    margin: 16px 0;
    line-height: 30px;
}

.main-header .header-client-name {
    font-family: "VistraSans";
    font-size: 13px;
    font-weight: 600;
}

.main-header .header-switch-client {
    font-family: "VistraSans";
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    color: #a39382;
    vertical-align: middle;
    line-height: 19px;
}

.main-header .header-link-wrapper {
    margin: 0px 15px 0px 0px;
    float: right;
    text-align: right;
    font-size: 12px;
    width: 38%;
    height: 100%;
}

.main-header .header-link-wrapper .welcome-text {
    color: #53575a;
    font-size: 13px;
    font-family: VistraSans;
    vertical-align: top;
    margin-top: 20px;
}

.main-header .header-link-wrapper a.link-text {
    color: #4266B0;
    cursor: pointer;
}

.main-header .header-link-wrapper a.link-text:hover {
    color: #08C;
    text-decoration: underline;
}

.main-header .header-link-wrapper .rightContentPart a.link-text:hover,
.main-header .header-link-wrapper .rightContentPart a.link-text:focus {
    text-decoration: none;
}
/*End of Main Header Styles*/

/*Main Header Hamburger-Menu Styles*/
.main-header .header-link-wrapper .nav-pills.hamburger-menu {
    display: inline-block;
    margin: 0 5px;
    vertical-align: sub;
}

.main-header .header-link-wrapper .nav-pills.hamburger-menu > li > a {
    padding: 4px;
    margin: 0;
    line-height: 10px;
    color: #4266B0;
    pointer-events: none;
}

_:-ms-fullscreen, :root .main-header .header-link-wrapper .nav-pills.hamburger-menu > li > a {
    padding: 3px;
}

.main-header .header-link-wrapper .nav-pills.hamburger-menu:hover li.dropdown {
    cursor: pointer;
}

.main-header .header-link-wrapper .nav-pills.hamburger-menu:hover .dropdown-toggle {
    background-color: transparent !important;
    border-color: transparent;
    color: #0909B7;
}

.main-header .header-link-wrapper .nav-pills.hamburger-menu .dropdown-menu {
    left: auto;
    right: 0px;
    top: 25px;
}

.main-header .header-link-wrapper .nav-pills.hamburger-menu .dropdown-menu li a {
    font-size: 12px;
}

.main-header .header-link-wrapper .nav-pills.hamburger-menu .dropdown-menu li a:hover {
    background-image: linear-gradient(to bottom,#08c,#0077b3);
}

.main-header .header-link-wrapper .nav-pills.hamburger-menu .dropdown-toggle {
    width: auto;
    border: 0px;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    font-size: 12px;
    color: #53575a;
}

.main-header .header-link-wrapper .nav-pills.hamburger-menu:hover ul.dropdown-menu {
    display: inherit;
    margin: 0 0 0;
}
/*End of Main Header Hamburger-Menu Styles*/

/*Main Footer Styles*/
.main-footer {
    font-size: 11px;
    color: #6e6e6e;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #caced3;
    bottom: 10px;
    height: 30px;
    position: absolute;
}

.main-footer-inner {
    padding: 8px 20px 0 16px;
    font-size: 10px;
}
/*End of Main Footer Styles*/

/*Session Timeout Styles*/
.modal.session-timeout {
    width: auto;
}

.session-timeout .modal-dialog {
    min-width: 450px;
}

.session-timeout .modal-header {
    border-bottom: 1px solid #0909B7;
    background-color: #0909B7;
    padding: 10px 15px;
    background-color: #0909B7;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.session-timeout .modal-dialog .modal-body {
    position: relative;
    padding-top: 40px;
}

.session-timeout .modal-footer {
    background-color: #f0f1f3;
    border-top: 1px solid #caced3;
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
/*End of Session Timeout Styles*/

/*Start of styles for Access Denied Page*/
.no-access {
    font-size: 12px;
}

.no-access #header {
    width: 100%;
    margin: 0 0 0 0;
    padding: 6px 15px 6px 15px;
    color: #FFF;
    background-color: #555555;
}

.no-access #content {
    margin: 0 6px 0 6px;
}

.no-access .content-container {
    background: #FFF;
    width: 96%;
    margin-top: 8px;
    padding: 10px;
    position: relative;
}

.no-access fieldset {
    padding: 5px 15px 10px 15px;
    border: 1px solid #333;
}

.no-access h2 {
    font-size: 1.7em;
    margin: 0;
    color: #CC0000;
}

.no-access h3 {
    font-size: 1.2em;
    margin: 10px 0 0 0;
    color: #000000;
    width: 100%;
    border-bottom: 0px;
}
/*End of styles for Access Denied Page*/

/*Entity Selection Bar Styles*/
.entity-selection-bar {
    background: #fafafa;
    box-shadow: 0px 3px 7px #e2e2e2;
    /*background-color: #edeef0;
    border-bottom: 1px solid #cbcfd4;*/
    height: 37px;
    overflow: hidden;
}

.entity-selection-bar .nav-tabs-entities {
    margin-bottom: 0;
    border-bottom: none;
}

.entity-selection-bar .nav-tabs-entities > li {
    border-right: 1px solid #caced3;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.entity-selection-bar .nav-tabs-entities > .parent {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.entity-selection-bar .nav-tabs-entities > li.parent.active {
    background-color: #fff;
}

.entity-selection-bar .nav-tabs > li > a {
    margin-right: 0;
}

.entity-selection-bar .nav>li>a:focus, .entity-selection-bar .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
}

.entity-selection-bar .nav-tabs>li.active>a, .entity-selection-bar .nav-tabs>li.active>a:focus, .entity-selection-bar .nav-tabs>li.active>a:hover {
    border: 0;
}
/*End of Entity Selection Bar Styles*/

/*Commonly/Frequently used styling classes*/

.ui-grid-viewport {
    overflow-anchor: none;   /*To solve the scrolling issue in Ui-grid */
}

.row {
    width: 100%;
    display: inline-block;
    margin-left: 0;
}

.row-fluid {
    min-height: 100%;
    height: auto !important;
}

.clear {
    clear: both;
}

.glyphicon {
    font-weight: normal;
}

.inline-block {
    display: inline-block;
}

.botm40 {
    margin-bottom: 40px;
}

.topm20 {
    margin-top: 20px;
}

.topm9 {
    margin-top: 9px;
}

.topm3 {
    margin-top: 3px;
}

.leftm15 {
    margin-left: 15px;
}

.align-top {
    vertical-align: top;
}

.pointer {
    cursor: pointer;
}

a {
  color: #53575a;
  text-decoration: none;
    background-color: transparent;
}

a:hover {
  color: #0909B7;
  text-decoration: underline;
}

.watermark-text {
    position: absolute;
    top: 40%;
    left: 10%;
    right: 10%;
    margin: auto;
    text-align: center;
    font-size: 36px;
    color: #ccc;
    font-style: italic;
    max-width: 80%;
}
/*End of Commonly/Frequently used styling classes*/

/*Style for Multi Select box*/
.events-list-grid .multiSelect > button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    cursor: pointer;
    border: 1px solid #c6c6c6;
    padding: 1px 8px 1px 8px;
    font-size: 12px;
    font-family: "VistraSans";
    font-weight: normal;
    min-height: 27px !important;
    border-radius: 4px;
    color: #555;
    height: 27px;
    width: 165px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    white-space: normal;
    background-color: #fff;
    background-image: linear-gradient(#fff, #f7f7f7);
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
}

.compliance-group-list .multiSelect > button,
.event-status-list .multiSelect > button {
    padding: 1px 25px 1px 8px;
}

.compliance-group-list .multiSelect .buttonLabel:nth-child(2) {
    width:119px;
}
.event-status-list .multiSelect .buttonLabel:nth-child(2) {
    width:112px;
} 

.events-list-grid .multiSelect .buttonLabel {
    display: inline-block;
    padding: 2px 0px 2px 0px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .compliance-group-list .multiSelect .buttonLabel,
    .event-status-list .multiSelect .buttonLabel {
        display:inline;
    }
}

@supports (-ms-ime-align: auto) {
  .compliance-group-list .multiSelect .buttonLabel,
  .event-status-list .multiSelect .buttonLabel {
        display:inline;
    }
}




.events-list-grid .multiSelect .caret {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto auto auto auto !important;
}

.events-list-grid .multiSelect .checkBoxContainer {
    display: block;
    padding: 8px;
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
    font-family: "VistraSans";
}

.events-list-grid .multiSelect .multiSelectItem {
    margin-bottom: 5px;
    height: 25px;
    min-height: 25px;
}

.events-list-grid .multiSelect .multiSelectItem:hover, .events-list-grid .multiSelect .multiSelectFocus {
    background-image: linear-gradient(to bottom,#08c,#0077b3) !important;
    border: 0 !important;
}

.events-list-grid .only-all-text.event-status-list .multiSelect > button:before {
    content: "Status: All";
    width: 100%;
    display: block;
    line-height: 25px;
}

.events-list-grid .only-all-text.compliance-group-list .multiSelect > button:before{
    content: "Compliance Group: All";
    width: 100%;
    display: block;
    line-height: 25px;
}

.events-list-grid .only-none-text .multiSelect > button:before {
    content: "None";
    width: 100%;
    display: block;
    line-height: 25px;
}

.events-list-grid .noneSelected .multiSelect > button:before {
    content: "Select atleast one status...";
    color: #999;
    width: 100%;
    display: block;
    line-height: 25px;
}
.events-list-grid .noneSelected .multiSelect > button {
    border-color: #ff0000;
}
/*End of style for Multi Select box*/

/*Start of styles for Toggle switch*/
.toggle-switch {
    width: 46px;
    display: inline-block;
    height: 20px;
    margin-top: 2px;
    border-radius: 100px;
    background-color: #999;
    color: #fff;
    overflow: hidden;
    box-shadow: inset 0 0px 5px rgba(0,0,0,0.5);
    padding: 2px 2px 2px 5px;
    cursor: pointer;
    position: relative;
}

.toggle-switch.active {    
    background-color: #0909B7;
}

.toggle-switch .on-text, .toggle-switch .off-text {
    transform: scale(0);
    transition: 400ms;
    display: inline-block;
}

.toggle-switch .on-text.active {
    transform: scale(1);
}

.toggle-switch .off-text.active {
    transform: scale(1);
}

.toggle-switch .ball {
    background-color: #fff;
    width: 16px;
    display: inline-block;
    height: 16px;
    border-radius: 100px;
    position: absolute;
    left: 2px;
    transition-duration: 400ms;
    box-shadow: 0 0 10px 0 #000;
}

.toggle-switch.active .ball {
    left:28px;
}

/*End of styles for Toggle switch*/

.organisationLogo {
    /*height: 20px;
    width: 40px;
    margin-right: 3px;*/
}

.iconAlign {
    font-size: 20px;
    margin-right: 3px;
    margin-left: 10px;
}

.helpIcon {
    color: #53575A;
    font-size: 24px;
    margin-right: 10px;
}

.usernameEllipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    float: right;
    margin-left:4px;
    white-space: nowrap;
    max-width: 130px;
    line-height: 24px;
    vertical-align: sub;
}

_:-ms-fullscreen, :root .usernameEllipsis {
    line-height: 22px;
}

.main-header .header-link-wrapper .welcome-text:hover,
.helpIcon:hover {
    color: #0909B7 !important;
}

.appNameStyle {
    font-family: VistraSans-Bold;
    font-size: 18px;
    color: #53575a;
}

.iconMenuAlign {
    font-size: 20px;
}

.iconMenuAlign:hover {
    color: #0909B7;
}

.clientNameAlign {
    position: relative;
    font-family: VistraSans;
    font-size: 13px;
    vertical-align: top;
    /*margin-top: 22px;*/
    cursor: pointer;
    /*width: 220px;*/
}

_:-ms-fullscreen, :root .clientNameAlign {
    margin-top: 0px;
}

.clientNameEllipsis {
    text-overflow: ellipsis;
    max-width: 175px;
    white-space: nowrap;
    overflow: hidden;
    margin-top:1px;
    display:inline-block;
}

/*.topAlign {
    position: relative;
    top: 20px;
}*/

.main-header .header-link-wrapper .nav-pills.hamburger-menu:hover .dropdown-toggle {
    background: transparent;
    border-color: transparent;
}

.grey-btn {
    border: 1px solid #e2e2e2 !important;
    color: #fff !important;
    background: #001A5B !important;
    border-radius: 2px;
}

.grey-btn:hover {
    background: #0909B7 !important;
}

.second-btn {
    border: 1px solid #e2e2e2 !important;
    color: #53575a !important;
    background: #fff !important;
    padding: 5px;
    border-radius: 2px;
}

.second-btn:hover {
    color: #0909B7 !important;
    background: #fff !important;
    border: 1px solid #e2e2e2 !important;
}

.textLink {
    color: #a39382;
    text-decoration: none;
}

.textLink:hover {
    color: #0909B7;
    text-decoration: underline;
}

.separator {
    display: inline-block;
    height: 40px;
    margin: 10px;
    border: 0.5px solid #e2e2e2;
    margin-left: 0;
    margin-right: 5px;
}

.switchMiddle {
    vertical-align: super;
}

.rightContentPart {
    vertical-align: top;
    margin-top: 16px;
}

.vAlignMiddle {
    vertical-align: middle;
}

.dropdown-menu > li > a:hover, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #0081c2 !important;
    background-image: none;
    cursor: pointer;
}

.dropdown-menu > li > a:focus {
    color: #333;
    background-color: #fff;
    background-image: none;
    outline: 0px;
}
