/***
Datacard theme
***/

/* FONTS
     ============================= */

/*primary-color: navbar, modal header*/
/*header-color: page header*/
/*selected-nav-child-background-color: selected child item's background in nav bar*/
/*selected-nav-child-foreground: selected child item's foreground color in nav bar, color of parent nav item arrows*/
/*nav-and-header-icon-color: colors of icons in nav bar and header, color of parent nav item arrows*/
/*nav-parent-background-color: background color of a parent nav item - both hover and selected*/
/*nav-parent-foreground-color: foreground color of a parent nav item - both hover and selected*/
/*page-title-color: title of the page*/
/*primary-btn-color: color of the primary button*/
/*primary-btn-background-color: primary button's background color*/
/*primary-btn-border-color: primary button's border color*/
/*primary-btn-hover-background-color: primary button's hover background color*/
/*primary-btn-hover-border-color: primary button's hover border color*/
/*font-family: family of fonts*/

@font-face {
    /*font-family*/
    font-family: 'Open Sans', sans-serif;
    src: url('../fonts/12FFC7_0.eot');
    src: url('../fonts/12FFC7_0.eot?#iefix') format('embedded-opentype'), url('../fonts/12FFC7_0.woff') format('woff'), url('../fonts/12FFC7_0.ttf') format('truetype'), url('../fonts/12FFC7_0.svg#wf') format('svg');
}


/***
Reset and overrides
***/
body {
    /*primary-color: navbar, modal header*/
    background-color: white !important;
}

a {
    color: #005f98;
}

/***
Page header
***/
.header {
    filter: none !important;
    /*header-color: page header*/
    background: #274e9d !important;
    background-image: -o-linear-gradient(top, rgb(65,126,219) 0%, rgb(25,53,124) 100%) !important;
    background-image: -moz-linear-gradient(top, rgb(65,126,219) 0%, rgb(25,53,124) 100%) !important;
    background-image: -webkit-linear-gradient(top, rgb(65,126,219) 0%, rgb(25,53,124) 100%) !important;
    background-image: -ms-linear-gradient(top, rgb(65,126,219) 0%, rgb(25,53,124) 100%) !important;
    background-image: linear-gradient(to bottom, rgb(65,126,219) 0%, rgb(25,53,124) 100%) !important;
}

    .header .navbar-brand {
        position: relative;
        top: -2px;
        left: -5px;
    }

    .header .btn-navbar {
        background-color: #0f4e74 !important;
    }

    .header.navbar .navbar-nav > li.dropdown .dropdown-toggle {
        padding: 10px 6px 12px 6px !important;
    }

    .header .navbar-nav .dropdown-toggle:hover,
    .header .navbar-nav .dropdown.open .dropdown-toggle {
        color: #fff !important;
        /*nav-parent-background-color: background color of a parent nav item - both hover and selected*/
        background-color: #015d9c !important;
    }

    .header .navbar-nav li.dropdown .dropdown-toggle i {
        /*nav-and-header-icon-color: colors of icons in nav bar and header, color of parent nav item arrows*/
        color: #68bbec !important;
    }

    .header.navbar .navbar-nav > li.dropdown > a:last-child {
        padding: 12px 5px 10px 5px;
    }
    /***
Header Search
***/

    .header .search-form .form-control {
        color: #68bbec;
        background-color: #1570a6;
    }

    .header .search-form .submit {
        background: url(../../../../img/search-icon-blue.png);
    }

    /***
Hor menu
***/
    .header .hor-menu ul.nav li a {
        color: #ccc;
    }

    .header .hor-menu ul.nav li.open > a,
    .header .hor-menu ul.nav li > a:hover,
    .header .hor-menu ul.nav li > a:focus {
        color: #fff;
        background: #146a9d;
    }

    .header .hor-menu .dropdown-menu li:hover > a,
    .header .hor-menu ul.nav li.active > a,
    .header .hor-menu ul.nav li.active > a:hover,
    .header .hor-menu ul.nav li.active > a:focus {
        color: #fff;
        background: #e02222 !important;
    }

    .header .hor-menu .dropdown-menu {
        background: #146a9d;
    }

        .header .hor-menu .dropdown-menu li > a {
            color: #ccc;
        }

    .header .hor-menu .hor-menu-search-form-toggler.off {
        background: #146a9d url(../../../../img/hor-menu-search-close-white.png) no-repeat center;
    }

    .header .hor-menu .search-form {
        background: #146a9d;
    }

        .header .hor-menu .search-form form input {
            color: #ccc;
        }

        .header .hor-menu .search-form .btn {
            color: #ccc;
            background: url(../../../../img/search-icon-white.png) no-repeat center;
        }

        .header .hor-menu .search-form form input::-webkit-input-placeholder { /* WebKit browsers */
            color: #ccc;
        }

        .header .hor-menu .search-form form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
            color: #ccc;
        }

        .header .hor-menu .search-form form input::-moz-placeholder { /* Mozilla Firefox 19+ */
            color: #ccc;
        }

        .header .hor-menu .search-form form input:-ms-input-placeholder { /* Internet Explorer 10+ */
            color: #ccc;
        }

/***
Page sidebar
***/
.page-sidebar {
    /*primary-color: navbar, modal header*/
    background-color: #1a70b3;
}

ul.page-sidebar-menu > li > a {
    /*primary-color: navbar, modal header*/
    border-top: 1px solid #1a70b3 !important;
    /*selected-nav-child-foreground: selected child item's foreground color in nav bar, color of parent nav item arrows*/
}

ul.page-sidebar-menu > li:last-child > a {
    /*selected-nav-child-foreground: selected child item's foreground color in nav bar, color of parent nav item arrows*/
    color: #ffffff !important;
    border-bottom: 1px solid transparent !important;
}

ul.page-sidebar-menu > li a i {
    color: #7fc5ef;
}

ul.page-sidebar-menu > li.open > a,
ul.page-sidebar-menu > li > a:hover,
ul.page-sidebar-menu > li > a:focus,
ul.page-sidebar-menu > li:hover > a,
ul.page-sidebar-menu > li:focus > a {
    /*nav-parent-background-color: background color of a parent nav item - both hover and selected*/
    background: #015d9c;
}

ul.page-sidebar-menu > li.active > a {
    /*nav-parent-background-color: background color of a parent nav item - both hover and selected*/
    background: #015d9c !important;
    border-top-color: transparent !important;
    /*selected-nav-child-foreground: selected child item's foreground color in nav bar, color of parent nav item arrows*/
    color: #ffffff;
}

    ul.page-sidebar-menu > li.active > a i {
        /*selected-nav-child-foreground: selected child item's foreground color in nav bar, color of parent nav item arrows*/
        color: #ffffff;
    }

ul.page-sidebar-menu > li > ul.sub-menu > li:first-child > a {
    border-top: 0px !important;
}

ul.page-sidebar-menu > li > ul.sub-menu > li.active > a,
ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover,
ul.page-sidebar-menu > li > ul.sub-menu > li > a:focus {
    /*selected-nav-child-foreground: selected child item's foreground color in nav bar, color of parent nav item arrows*/
    color: #ffffff !important;
    /*selected-nav-child-background-color: selected child item's background in nav bar*/
    background: #1b8fd3 !important;
}

ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover,
ul.page-sidebar-menu > li > ul.sub-menu > li > a:focus {
    /*selected-nav-child-background-color: selected child item's background in nav bar*/
    background: #1b8fd3 !important;
}
/* 3rd level sub menu */
ul.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li.active > a,
ul.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li > a:hover,
ul.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li > a:focus,
ul.page-sidebar-menu > li > ul.sub-menu li.open > a {
    /*selected-nav-child-foreground: selected child item's foreground color in nav bar, color of parent nav item arrows*/
    color: #ffffff !important;
    /*selected-nav-child-background-color: selected child item's background in nav bar*/
    background: #1b8fd3 !important;
}
/* font color for all sub menu links*/
ul.page-sidebar-menu li > ul.sub-menu > li > a {
    /*nav-and-header-icon-color: colors of icons in nav bar and header, color of parent nav item arrows*/
    color: #68bbec;
}
/* menu arrows */
ul.page-sidebar-menu > li > a .arrow:before,
ul.page-sidebar-menu > li > a .arrow.open:before {
    /*nav-and-header-icon-color: colors of icons in nav bar and header, color of parent nav item arrows*/
    color: #68bbec !important;
}

ul.page-sidebar-menu > li > ul.sub-menu a .arrow:before,
ul.page-sidebar-menu > li > ul.sub-menu a .arrow.open:before {
    /*nav-and-header-icon-color: colors of icons in nav bar and header, color of parent nav item arrows*/
    color: #68bbec !important;
}

ul.page-sidebar-menu > li > a > .arrow.open:before {
    /*nav-and-header-icon-color: colors of icons in nav bar and header, color of parent nav item arrows*/
    color: #68bbec !important;
}

ul.page-sidebar-menu > li.active > a .arrow:before,
ul.page-sidebar-menu > li.active > a .arrow.open:before {
    /*selected-nav-child-foreground: selected child item's foreground color in nav bar, color of parent nav item arrows*/
    color: #ffffff !important;
}
/* sidebar search */
.page-sidebar .sidebar-search input {
    background-color: #0f5179 !important;
    color: #51b1e9;
}

    .page-sidebar .sidebar-search input::-webkit-input-placeholder {
        color: #51b1e9 !important;
    }

    .page-sidebar .sidebar-search input:-moz-placeholder {
        color: #51b1e9 !important;
    }

    .page-sidebar .sidebar-search input:-ms-input-placeholder {
        color: #51b1e9 !important;
    }

.page-sidebar .sidebar-search input {
    background-color: #1570a6 !important;
    color: #bfbfbf !important;
}

.page-sidebar .sidebar-search .input-box {
    border-bottom: 1px solid #51b1e9 !important;
}

.page-sidebar .sidebar-search .submit {
    background-image: url(../../../../img/search-icon-blue.png);
}

/***
Sidebar toggler
***/
.sidebar-toggler {
    font-family: 'FontAwesome';
    content: "\f0c9";
    /*nav-and-header-icon-color: colors of icons in nav bar and header, color of parent nav item arrows*/
    color: #68bbec;
    margin-bottom: 15px;
}
/* search box bg color on expanded */
.page-sidebar-closed .page-sidebar .sidebar-search.open .form-container {
    background-color: #1570a6 !important;
}

    .page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove {
        background-image: url("../../../../img/sidebar-search-close-blue.png");
    }
/* sub menu bg color on hover menu item */
.page-sidebar-closed ul.page-sidebar-menu > li:hover .sub-menu, ul.page-sidearge-sidebar-closed ul.page-sidebar-menu > li:focus .sub-menu {
    /*selected-nav-child-background-color: selected child item's background in nav bar*/
    background-color: #1b8fd3;
}

/***
Portlets
***/
.portlet.box.blue > .portlet-title {
    /*nav-parent-background-color: background color of a parent nav item - both hover and selected*/
    background-color: #4B8DF8;
}

.portlet.blue > .portlet-title > .caption,
.portlet.blue > .portlet-title > .caption > i {
    /*nav-parent-foreground-color: foreground color of a parent nav item - both hover and selected*/
    color: #ffffff;
}

/***
Footer
***/
.footer .footer-inner {
    color: #68bbec;
}

.footer .footer-tools .go-top {
    background-color: #1985c6;
}

    .footer .footer-tools .go-top:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

    .footer .footer-tools .go-top i {
        color: #68bbec;
    }
/***
Footer Layouts (new in v1.3)
***/
/* begin:fixed footer */
.page-footer-fixed .footer {
    background-color: #0f5179;
}

    .page-footer-fixed .footer .footer-inner {
        color: #68bbec;
    }

    .page-footer-fixed .footer .footer-tools .go-top {
        background-color: #1985c6;
    }

        .page-footer-fixed .footer .footer-tools .go-top i {
            color: #68bbec;
        }
/* end:fixed footer */
/***
Gritter Notifications
***/
.gritter-top {
    background: url(../../../../plugins/gritter/images/gritter-blue.png) no-repeat left -30px !important;
}

.gritter-bottom {
    background: url(../../../../plugins/gritter/images/gritter-blue.png) no-repeat left bottom !important;
}

.gritter-item {
    display: block;
    background: url(../../../../plugins/gritter/images/gritter-blue.png) no-repeat left -40px !important;
}

.gritter-close {
    background: url(../../../../plugins/gritter/images/gritter-blue.png) no-repeat left top !important;
}

.gritter-title {
    text-shadow: none !important;
    /* Not supported by IE :( */
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
    background-image: url(../../../../plugins/gritter/images/gritter-light.png) !important;
}

.gritter-item-wrapper a {
    color: #18a5ed;
}

    .gritter-item-wrapper a:hover {
        color: #0b6694;
    }

/* TEXT */
.page-title {
    font-family: --font-family, 'Open Sans', sans-serif;
    /*page-title-color*/
    color: #1297d6;
    font-size: 34px;
}

/* TABS */
.tabbable-custom .nav-tabs > li.active {
    /*primary-color: navbar, modal header*/
    border-top-color: #1a70b3;
}

.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #313130;
}

.nav-tabs > li:hover {
    background: #eee;
}


.tabbable-custom > .tab-content {
    border: 0;
    border-top: 1px solid #ddd;
}


/* BUTTONS */
.btn-default {
    color: #000;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}

    .btn-default:hover,
    .btn-default:focus {
        background-color: #ddd;
        border-color: #ddd;
    }

.btn-primary {
    /*primary-btn-color: primary button's text color*/
    color: #ffffff !important;
    /*primary-btn-background-color: primary button's background color*/
    background-color: #4d90fe !important;
    /*primary-btn-background-color: primary button's border color*/
    border-color: #4d90fe !important;
}

    .btn-primary:hover,
    btn-primary:focus {
        color: #000 !important;
        /*primary-btn-hover-background-color: primary button's hover background color*/
        background-color: #3d73cb !important;
        /*primary-btn-hover-border-color: primary button's hover border color*/
        border-color: #3d73cb !important;
    }

/*EMV's changes to style.css ported here*/
.button-link {
    background-color: transparent;
    border: none;
}

    .button-link:hover {
        color: blue;
        text-decoration: underline;
    }

.btn-default-right {
    border-width: 1px;
    padding: 6px 13px;
    /*float: right;*/
}

.btn-right {
    float: right;
    margin-bottom: 2%;
    content: '<br/>';
}

.btn-blink:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.divUsers {
    border: 1px solid;
    border-color: #4B8DF8;
}

.panel-default > .panel-heading_members {
    background-color: #4B8DF8;
}

.removeListnumber {
    list-style: none;
    padding: .2em 1em;
}
/*end*/

/* Modals */
.modal-body-popup {
    height: 250px;
    overflow-y: auto;
}

.modal-body-font {
    font-family: 'Open Sans', sans-serif !important;
}

.modal-open .datetimepicker {
    z-index: 100 !important;
}

.modal-header {
    /*primary-color: navbar, modal header*/
    background: #1a70b3;
}

.modal-title {
    /*nav-parent-foreground-color: foreground color of a parent nav item - both hover and selected*/
    color: #ffffff;
    font-family: 'Open Sans', sans-serif
}

.close {
    opacity: 0.8 !important;
}

.modal-body .fa {
    vertical-align: middle;
}

.modal-body .fa-check-circle {
    color: #35AA47;
}

.modal-body .fa-exclamation-triangle {
    color: #ffb931;
}

.modal-body .fa-times-circle {
    color: #D84A38;
}

/*** DATACARD SPECIFIC CLASSES ***/

.dc-logo {
    padding: 5px 0px 5px 15px;
    margin: 10px 0px 5px 10px;
    border-left: 1px solid #014983;
}


/* DC ICONS */
@font-face {
    font-family: "datacard";
    src: url("../fonts/datacard.eot");
    src: url("../fonts/datacard.eot?#iefix") format("embedded-opentype"), url("../fonts/datacard.ttf") format("truetype"), url("../fonts/datacard.svg#datacard") format("svg"), url("../fonts/datacard.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "datacard" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="dc-icon-"]:before,
[class*=" dc-icon-"]:before {
    font-family: "datacard" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dc-icon-circle:before {
    content: "a";
}

.dc-icon-hilight:before {
    content: "b";
}

.dc-icon-stripe:before {
    content: "c";
}



/* begin: boxed page */
@media (min-width: 992px) {
    .page-boxed {
        background-color: #125e8b !important;
    }

        .page-boxed .page-container {
            background-color: #1570a6;
            border-left: 1px solid #1c98e1;
            border-bottom: 1px solid #1c98e1;
        }

        .page-boxed.page-sidebar-reversed .page-container {
            border-left: 0;
            border-right: 1px solid #1c98e1;
        }

        .page-boxed.page-sidebar-fixed .page-container {
            border-left: 0;
            border-bottom: 0;
        }

        .page-boxed.page-sidebar-reversed.page-sidebar-fixed .page-container {
            border-left: 0;
            border-right: 0;
            border-bottom: 0;
        }

        .page-boxed.page-sidebar-fixed .page-sidebar {
            border-left: 1px solid #1c98e1;
        }

        .page-boxed.page-sidebar-reversed.page-sidebar-fixed .page-sidebar {
            border-right: 1px solid #1c98e1;
            border-left: 0;
        }

        .page-boxed.page-sidebar-fixed.page-footer-fixed .footer {
            background-color: #125e8b !important;
        }
}
/* end: boxed page */
/***
Landscape phone to portrait tablet
***/
@media (max-width: 991px) {
    /***
        page sidebar
        ***/
    .page-sidebar {
        background-color: #105882 !important;
    }

    ul.page-sidebar-menu > li > a {
        border-top: 1px solid #187fbd !important;
    }

    ul.page-sidebar-menu > li:last-child > a {
        border-bottom: 0 !important;
    }

    .page-sidebar .sidebar-search input {
        background-color: #105882 !important;
    }

    ul.page-sidebar-menu > li.open > a,
    ul.page-sidebar-menu > li > a:hover,
    ul.page-sidebar-menu > li:hover > a {
        background: #0e4b70;
    }
}

/**** Scrollable DIV ****/
.div-scrollable {
    height: 100px !important;
    overflow: auto;
}

.dataTables_scrollHeadInner {
    width: 99% !important;
}

/**** For enlarging the size of the modal window ****/
.app-modal-window .modal-dialog {
    width: 900px;
}

.angle-enable {
    font-size: 30px;
    color: #333333;
}

/**** IS-3490-Chip Setup Main Screen ****/
.angle-disable {
    font-size: 30px;
    color: #d3d3d3;
}

.angle-background {
    background-color: #ffffff;
    border: none;
}

.custom-col-md-11 {
    position: relative;
    float: left;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 15px;
    width: 96.66666667%;
}

.custom-col-md-1 {
    position: relative;
    float: left;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 3.33333333%;
}

/* Fix for radio alignment issue after ed-uniform was removed */
.radio-inline input[type=radio] {
    margin-left: 0;
}

/* Add space between control and label */
input[type=checkbox], input[type=radio] {
    margin-right: 2px;
}
/**** IS-3490-Chip Setup Main Screen End ****/


/***
Bootstrap Panel
***/

.panel {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

    .panel .panel-title > a:hover {
        text-decoration: none;
    }

.accordion .panel-heading {
    padding: 0;
    background-color: #4B8DF8;
}

/*RMM's addition to style-metronic.css*/
.accordion .panel-default > .panel-heading {
    background-color: #017ebc;
}
/*end*/

.accordion .panel-title {
    padding: 0;
}



.accordion .accordion-toggle.accordion-toggle-styled {
    /*background: url("../img/menu-toggler.png") no-repeat;*/
    background-position: right -19px;
    margin-right: 15px;
}

    .accordion .accordion-toggle.accordion-toggle-styled.collapsed {
        background-position: right 12px;
    }

/**** System Configuration Wizard & Second Run Screen START ***/
ul.navbar {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
}

    ul.navbar li {
        display: table-cell;
        margin: 0;
        padding: 0;
    }

        ul.navbar li a {
            display: block;
        }

.wizard-card {
    min-height: 410px;
    /*primary-color: navbar, modal header*/
    background-color: #1a70b3;
}

    .wizard-card .tab-content {
        min-height: 340px;
        padding: 20px 10px;
    }

.wizard-card {
    padding: 0 10px;
}

.wizard-footer {
    padding: 0 100px;
}

.wizard-card .disabled {
    display: none;
}

.wizard-card .wizard-header h3 {
    font-weight: 200;
    text-align: center;
}

.wizard-card > ul > li {
    text-align: left;
    width: 20%;
}

    .wizard-card > ul > li a {
        border: 0 !important;
        background-color: #428bca;
        color: #FFFFFF !important;
        font-size: 13px;
    }

.wizard-card.ct-wizard-blue > ul > li.active a {
    color: #424242 !important;
    font-weight: bold;
}

.wizard-card > ul > li > a:hover, .wizard-card > ul > li > a:focus {
    background-color: #428bca;
    cursor: default;
}

.wizard-card .nav-pills > li:first-child > a {
    border-radius: 0;
    margin: 0;
}

.wizard-card .nav-pills > li:last-child > a {
    border-radius: 0;
}

.wizard-card .info-text {
    text-align: center;
    font-weight: 300;
    margin: 10px 0 30px;
}

.wizard-card .choice {
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

    .wizard-card .choice .icon {
        text-align: center;
        vertical-align: middle;
        height: 116px;
        width: 116px;
        border-radius: 50%;
        background-color: #428bca;
        color: #FFFFFF;
        margin: 0 auto 20px;
        border: 4px solid #CCCCCC;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }

    .wizard-card .choice i {
        font-size: 30px;
        line-height: 111px;
    }

    .wizard-card .choice:hover .icon, .wizard-card .choice.active .icon {
        border-color: #2ca8ff;
    }

.wizard-card.ct-wizard-blue .choice:hover .icon, .wizard-card.ct-wizard-blue .choice.active .icon {
    border-color: #3472f7;
}

.wizard-card .choice input[type="radio"] {
    position: absolute;
    left: -10000px;
    z-index: -1;
}

.wizard-card .btn-finish {
    display: none;
}

.wizard-card .description {
    color: #999999;
    font-size: 14px;
}

.wizard_header {
    font-size: 14px;
}

.div_height {
    height: 40px;
}

.div_margin_top {
    margin-top: 30px;
}

.div_margin_top_small {
    margin-top: 10px;
}

.div_margin_top_medium {
    margin-top: 15px;
}

.margin_left {
    margin-left: 40px !important;
}

.userManagementAccordionHeader {
    color: #FFFFFF;
}

.plusMinus {
    float: right;
    color: white;
    cursor: pointer;
}

.dropdown-textarea-danger {
    width: 330px;
    height: 150px;
    border: solid 1px #B94A48;
    overflow: auto;
}

.warning-triangle-icon {
    color: #B94A48;
    bottom: 0px;
    right: 0px;
}
/**** System Configuration Wizard & Second Run Screen END ***/

/*KMS's changes to style.css ported here*/
/*textarea#dmk-component {*/
/*font-family: "Courier New", Courier, monospace;*/
/*font-size: medium;*/
/*width: 265;*/
/*height: 105;*/
/*}*/

/*input#component-check-value-view,*/
/*input#dmk-check-value {*/
/*font-family: "Courier New", Courier, monospace;*/
/*font-size: medium;*/
/*width: 265;*/
/*}*/

.note-dmk-rotation {
    margin: 0 0 20px 0;
}
/*end*/


/*RMM's changes to style.css ported here*/
.page-container {
    overflow-x: hidden;
}

.btn-default-right {
    border-width: 1px;
    padding: 6px 13px;
    /*float: right;*/
}

.divUsers {
    border: 1px solid;
    border-color: #4B8DF8;
}

.panel-default > .panel-heading_members {
    background-color: #4B8DF8;
}

.removeListnumber {
    list-style: none;
    padding: .2em 1em;
}
/*end*/
/***
ICON FONT CLASSES
This list contains only those icons which need to have at least one property overridden.
***/

/*about - all products*/
.fa.fa-info-circle {
    /*nav-and-header-icon-color: colors of icons in nav bar and header, color of parent nav item arrows*/
    color: #68bbec;
}

/*BIN (EMV), card actions (CW)*/
.fa.fa-credit-card {
    /*nav-and-header-icon-color: colors of icons in nav bar and header, color of parent nav item arrows*/
    color: #68bbec;
}
/*certificates (EMV)*/
.fa.fa-certificate {
    /*nav-and-header-icon-color: colors of icons in nav bar and header, color of parent nav item arrows*/
    color: #68bbec;
}
/*column selector and black cog- all products*/
.fa.fa-cog.black {
    color: black;
}
/*dashboard/home - all products*/
.fa.fa-home {
    /*nav-and-header-icon-color: colors of icons in nav bar and header, color of parent nav item arrows*/
    color: #68bbec;
}
/*device management (RMM), Integrated Client (CW)*/
.fa.fa-desktop {
    /*nav-and-header-icon-color: colors of icons in nav bar and header, color of parent nav item arrows*/
    color: #68bbec;
}
/*device ready*/
.fa.fa-stop {
    color: #468847;
}
/*device timed out*/
.fa.fa-pause {
    color: #B94A48;
}
/*help - all products*/
.fa.fa-question-circle {
    /*nav-and-header-icon-color: colors of icons in nav bar and header, color of parent nav item arrows*/
    color: #68bbec;
}
/*import (EMV), device configuration (RMM)*/
.fa.fa-download {
    /*nav-and-header-icon-color: colors of icons in nav bar and header, color of parent nav item arrows*/
    color: #68bbec;
}
/*info - all products*/
.fa.fa-info-circle {
    /*nav-and-header-icon-color: colors of icons in nav bar and header, color of parent nav item arrows*/
    color: #68bbec;
}
/*keypair and secret key (EMV)*/
.fa.fa-key {
    /*nav-and-header-icon-color: colors of icons in nav bar and header, color of parent nav item arrows*/
    color: #68bbec;
}
/*device management (RMM), integrated client (CW)*/
.fa.fa-laptop {
    /*nav-and-header-icon-color: colors of icons in nav bar and header, color of parent nav item arrows*/
    color: #68bbec;
}
/*logs - all products*/
.fa.fa-bar-chart {
    /*nav-and-header-icon-color: colors of icons in nav bar and header, color of parent nav item arrows*/
    border: 1px #68bbec;
    color: #68bbec;
}
/*nav bar toggle - all products*/
.fa.fa-bars {
    /*nav-parent-background-color: background color of a parent nav item - both hover and selected*/
    background-color: #015d9c;
    /*nav-and-header-icon-color: colors of icons in nav bar and header, color of parent nav item arrows*/
    color: #68bbec;
}
/*production queue client (CW)*/
.fa.fa-list-ol {
    /*nav-and-header-icon-color: colors of icons in nav bar and header, color of parent nav item arrows*/
    color: #68bbec;
}
/*profile setup (EMV)*/
.fa.fa-file-code-o {
    /*nav-and-header-icon-color: colors of icons in nav bar and header, color of parent nav item arrows*/
    color: #68bbec;
}
/*operations (CW)*/
.fa.fa-server {
    /*nav-and-header-icon-color: colors of icons in nav bar and header, color of parent nav item arrows*/
    color: #68bbec;
}
/*report (CW)*/
.fa.fa-file-text {
    /*nav-and-header-icon-color: colors of icons in nav bar and header, color of parent nav item arrows*/
    color: #68bbec;
}
/*setup - all products*/
.fa.fa-cog {
    /*nav-and-header-icon-color: colors of icons in nav bar and header, color of parent nav item arrows*/
    color: #68bbec;
}
/*standard client (CW)*/
.fa.fa-tablet {
    /*nav-and-header-icon-color: colors of icons in nav bar and header, color of parent nav item arrows*/
    color: #68bbec;
}
/*utilities (EMV)*/
.fa.fa-cogs {
    /*nav-and-header-icon-color: colors of icons in nav bar and header, color of parent nav item arrows*/
    color: #68bbec;
}
/*validated check - all products*/
.fa.fa-check {
    color: #468847;
}
/*view - TC, KMS*/
.fa.fa-eye {
    /*nav-and-header-icon-color: colors of icons in nav bar and header, color of parent nav item arrows*/
    color: #68bbec;
}
/*warning or error - all products*/
.fa.fa-exclamation-triangle {
    color: #B94A48;
    rotation: 90deg;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
    position: relative;
}

#toast-container {
    position: fixed;
    z-index: 999998;
    /*overrides*/
}

    #toast-container > div {
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999999;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: #ffffff;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100);
    }

    #toast-container > .toast-success {
        background-image: none !important;
    }

    #toast-container > .toast-info {
        background-image: none !important;
    }

    #toast-container > .toast-error {
        background-image: none !important;
    }

    #toast-container > .toast-warning {
        background-image: none !important;
    }

.toast-info {
    background-color: #f89406;
}
/*pagination*/
#log-events-grid_paginate {
    margin-top: 10px !important;
    margin-right: 50% !important;
}
#log-events-export-grid_paginate {
    margin-top: 10px !important;
    margin-right: 50% !important;
}

#log-events-grid_previous {
    border: 1px solid #ddd !important;
    font-size: 15px !important;
    color: #005f98 !important;
}
#log-events-grid_next {
    border: 1px solid #ddd !important;
    font-size: 15px !important;
    color: #005f98 !important;
}
#log-events-export-grid_previous {
    border: 1px solid #ddd !important;
    font-size: 15px !important;
    color: #005f98 !important;
}
#log-events-export-grid_next {
    border: 1px solid #ddd !important;
    font-size: 15px !important;
    color: #005f98 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #ddd !important;
    margin-left: 0px !important;
    font-size: 15px !important;
    color: #005f98 !important;
}
/**** Icon fonts END ***/
/* populate context menu at right clicked position */
.position-fixed {
    position: fixed;
}
/* Add space between buttons in wizard */
.button-margin-right {
    margin-right: 10px
}

/* Alignment of filter and reset button on grid */
.grid-button-alignment {
    margin-bottom: 10px;
    text-align: right;
}

/* Alignment of text to left */
.text-left-align {
    text-align: left;
}

/*overriding css for select2*/

span.select2-selection.select2-selection--multiple {
    border: 1px solid #e5e5e5;
    font-family: Open Sans, sans-serif;
    font-weight: normal;
}

li.select2-selection__choice {
    background: #fff !important;
    border: 1px solid #ccc !important;
    font-family: Open Sans, sans-serif;
    font-weight: normal;
    font-size: 13px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #999999 1px;
    outline: 0;
}

.custom-padding-top {
    padding-top: 1.5px;
}

.margin-top-8 {
    margin-top: 13px !important;
}

.datetime-column-search {
    width: 23%;
}

    .datetime-column-search > .control-label {
        overflow-wrap: normal;
        white-space: nowrap;
    }

.date-time-range {
    display: table;
    border-collapse: separate;
}

.banner {
    padding: 1%;
    text-align: left;
}

.custom-banner {
    padding: 1%;
    text-align: left;
    background-color: #ffe4c4;
}

.disable-page {
    pointer-events: none;
    opacity: 0.4;
}

.enable-page {
    opacity: 1;
}

/*FOR ContentSecurityPolicy*/
.word-break {
    word-wrap: break-word;
}

.log-event-custom-padding {
    padding-top: 80px;
}

.form-container-style {
    margin: 0
}

.day-start-time-msg {
    display: none;
    color: red;
}

.custom-padding-right {
    padding-right: 5px;
}

.custom-border {
    border: 0px;
}

.custom-left-padding {
    padding-left: 0px
}

.margin-border-bottom-zero {
    margin-bottom: 0px;
    border-bottom: 0;
}

.margin-right-not-important {
    margin-right: 0 !Important;
}

.position-relative {
    position: relative;
}

.warning-color {
    color: #B94A48;
}

.color-black {
    color: black;
}

.password-policy-font {
    font-size: 70%;
    margin-bottom: 0px;
}

.portlet-body-min-height {
    min-height: 140px;
}

.div-overflow-auto {
    overflow: auto;
}

.custom-width {
    width: 100%;
}

.button-saveChanges {
    margin-top: 2em;
    margin-bottom: 2%;
    margin-right: 1em;
    float: right;
}

.custom-margin-left {
    margin-left: 0% !important;
}

.custom-height {
    height: 600px;
}

.color-warning {
    color: #ffb931;
}

.color-warning-important {
    color: #ffb931 !important;
}

.custom-padding-zero {
    padding: 0;
}

.custom-padding-left-one {
    padding-left: 1%;
}

.custom-padding-left-two {
    padding-left: 2%;
}

.custom-margin-left-zero {
    margin-left: 0;
}

.custom-margin-left-ten-px {
    margin-left: 10px;
}

.page-content-min-height-not-important {
    min-height: 937px !important;
}

.form-control-custom-resize-none {
    resize: none;
}

.custom-margin-top {
    margin-top: 9px;
}

.button-custom-margin-left {
    margin-left: 10%;
}

.color-green {
    color: green;
}

.color-blueviolet {
    color: blueviolet;
}

.color-error {
    color: #B94A48;
}

.color-white {
    color: white;
}

.alert-layout {
    height: 10px;
    background-color: white;
    border: 0px;
}

.network-proxy-layout {
    padding: 1%;
    text-align: left;
}

.custom-display-none {
    display: none;
}

.custom-background-color {
    background-color: transparent;
}

.custom-overflow-hidden {
    overflow: hidden;
}

.table-layout-word-break {
    table-layout: fixed;
    word-break: break-all;
}

.custom-vertical-align {
    vertical-align: super;
    font-size: 55%;
}

.custom-width-height {
    width: 700px;
    height: auto;
}

.form-control-custom-width {
    width: 30%;
}

.form-control-custom-width-left {
    width: 45%;
    left: 10px;
}

.custom-left {
    padding-left: 0px;
    left: -4px;
}

.custom-margin-bottom {
    margin-bottom: 15px;
}

.custom-width-input {
    width: 20%;
}

.custom-border-spacing {
    border-spacing: 10px;
    border-collapse: separate;
}

.background-color-grey {
    background-color: #e5e5e5;
}

.custom-padding {
    padding: 5px;
}

.custom-padding-top-zero {
    padding-top: 0% !important;
}

.custom-disabled-area {
    border: none;
    background-color: white;
    width: 100%;
    min-height: 200px;
    white-space: pre;
}

.custom-content-width {
    width: 700px;
}

.alert-margin-bottom {
    margin-bottom: -19px;
}

.login-custom-margin-left {
    margin-left: 90px;
}

.password-change-message-margin-bottom {
    margin-bottom: -12px;
}

.password-change-message-layout {
    font-size: 88%;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px
}

.custom-border-none {
    border: none;
}

.custom-font-size {
    font-size: 65%;
}

#log-events-properties-container-export td  .popover-content  {
        height: 150px;
        overflow:  auto;
}

.custom-padding-top-8px {
    padding-top: 8px !important;
}

.custom-width-zero {
    width: 0px !important;
}

.custom-margin-left-25-percent {
    margin-left: 25% !important;
}

.custom-margin-left-8px {
    margin-left: 8px !important;
}

.custom-margin-top-4-per {
    margin-top: -.4%;
}

.style-logo {
    margin-left: 1.4% !important;
    margin-top: 0.181% !important;
}

.radio-inline {
    text-align: left !important;
    margin-left: 0% !important;
    padding-left: 0% !important;
}

div.radio {
    margin-left: 0% !important;
}

.spaceAdjustCheckbox {
    padding-right: 0% !important;
    width: auto !important;
}

.spaceAdjustLabel {
    padding-left: 0% !important;
    width: auto !important;
}

.left-padding-zero {
    padding-left: 0% !important;
}

.right-padding-zero {
    padding-right: 0% !important;
}

a.customLink {
    cursor: pointer;
}

    a.customLink:hover {
        text-decoration: underline;
    }

.notification {
    position: fixed;
    z-index: 2;
    left: 76%;
    width: 22%;
    margin-top: 3.5%;
    overflow: hidden;
}

/*.close{
    background-color: #191919;
}*/
