/*********************************************************************************
 *
 *	File Name: branding-medrio.css
 *
 *********************************************************************************/

/**
* Base Page
*/
body {
    background-color: #eef3f6;
}

body,
.fixTelerikTreeFont .rtIn {
    font-family: "Roboto","Helvetica Neue",sans-serif;
    color: rgba(0,0,0,0.87);
}

.dialogs .button {
    float: right;
    margin-right: 7px;
    padding: 10px 20px;
}

.ml-12 {
	margin-left: 12px;
}

.mb-12 {
	margin: 6px 0 6px 0;
	display: block;
}

.dialog .button.close-dialog .icon.close-dialog {
    background-position: -128px 0px;
}

.page-header {
    background-color: #00aeef;
    margin-bottom: 0;
}

.header-border-div {
    margin-bottom: 10px;
}

.logo, .logo-img {
    width: 223px;
    height: 60px;
}

.logo {
    display: table-cell;
    vertical-align: middle;
    float: left;
}

.logo-img {
    background: url(../img/medrio-edc-white.png) 10px no-repeat !important;
    background-size: cover;
    float: left;
}

.logo img {
    max-width: 220px;
    max-height: 60px;
}

.page-header .tool-bar.top-right {
    position: relative;
    float: right;
    z-index: 300;
}
/**
* Buttons
*/

.actionButtonRadGrid a:nth-child(2),
.ui-state-default.secondary,
.ui-widget-content .ui-state-default.secondary,
.ui-widget-header .ui-state-default.secondary,
a.button.action.secondary,
.ManualQueryCtrl a#btnCancel {
    color: #00aeef;
    background-color: transparent;
    box-shadow: none;
    font-weight: bold;
}

.actionButtonRadGrid a:nth-child(2):hover,
.ui-state-default.secondary:hover,
.ui-widget-content .ui-state-default.secondary:hover,
.ui-widget-header .ui-state-default.secondary:hover,
.ui-state-default.secondary:focus,
.ui-widget-content .ui-state-default.secondary:focus,
.ui-widget-header .ui-state-default.secondary:focus,
a.button.action.secondary:hover,
a.button.action.secondary:focus,
table.matrix.row-highlight-alt tr:hover td,
.ManualQueryCtrl a#btnCancel:hover,
.ManualQueryCtrl a#btnCancel:focus {
    background-color: rgba(0,174,239,0.12);
}


a.button.action,
.actionButtonRadGrid a {
    color: rgba(0,0,0, .87);
    background-color: #00aeef;
    font-weight: bold;
}

a.button.action:hover,
.actionButtonRadGrid a:hover {
    background-color: #00aeef;
}

.actionButtonRadGrid a:focus,
a.button.action:focus {
    background-color: rgb(0, 153, 210);
}

a.action.disabled,
a.button.action.disabled,
a.action.button.disabled,
a.action.button[disabled] {
    cursor: default;
    background-color: rgba(0,0,0,0.12);
    color: rgba(0,0,0,0.26);
}

.actionButtonRadGrid a:nth-child(2),
a.action.disabled.secondary,
a.button.action.disabled.secondary,
a.action.button.disabled.secondary,
a.button.action.secondary.disabled.secondary:hover,
a.button.action.secondary.disabled.secondary:focus {
    background-color: transparent;
}


a.button.action-link.disabled,
a.action-link.button.disabled,
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled,
.ui-state-disabled:hover,
.ui-widget-content .ui-state-disabled:hover,
.ui-widget-header .ui-state-disabled:hover {
    cursor: default;
    background-color: rgba(0,0,0,0.12);
    color: rgba(0,0,0,0.26);
}

.button.btn-outline {
    border: 1px solid #00aeef;
    color: #00aeef;
    font-weight: 600;
}

.button.btn-outline:hover {
    background: rgba(0, 174, 239, .05);
}

.button.btn-outline:focus {
    background: rgba(0,0,0,.12)
}

.button.btn-outline.disabled,
.button.btn-outline[disabled],
.button.btn-outline.disabled:hover,
.button.btn-outline[disabled]:hover,
.button.btn-outline.disabled:focus,
.button.btn-outline[disabled]:focus {
        background-color: transparent;
        border-color: rgba(0,0,0,0.26);
        color: rgba(0,0,0,0.26);
        cursor: default;
    }

.button.btn-small {
    font-size: 12px;
    padding: 2px 7px;
}

.button.btn-prev,
.button.btn-next {
    padding: 0;
}

/* END Buttons*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    color: rgba(0,0,0,.87);
    background: #00aeef;
    border: none;
}

.ui-state-default:hover,
.ui-widget-content
.ui-state-default:hover,
.ui-widget-header .ui-state-default:hover {
    background: #00aeef;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled,
.ui-state-disabled:hover,
.ui-widget-content .ui-state-disabled:hover,
.ui-widget-header .ui-state-disabled:hover {
    opacity: 1;
    cursor: default;
    background-color: rgba(0,0,0,0.12);
    border: none !important;
    color: rgba(0,0,0,0.26);
}

.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-state-highlight {
    color: rgba(0,0,0,0.87);
    background: rgba(0,0,0,0.12);
    border: none;
}

.ui-datepicker-calendar .ui-state-default:hover {
    color: #fff;
    background: #00aeef;
}

.ui-datepicker-calendar .ui-state-active:hover,
.ui-datepicker-calendar .ui-state-active {
    font-weight: bold;
    background: #00aeef;
    color: #fff;
}
/* Paging buttons*/
ul.paging a.paging-button.icon {
    color: #FFF;
    background-color: #FF9900;
    border-color: #D58000;
}

ul.paging a.paging-button.icon:hover, ul.paging a.paging-button.icon:focus {
    background-color: #D58000;
}

ul.paging a.paging-first.paging-button.icon.disabled, ul.paging a.paging-previous.paging-button.icon.disabled, ul.paging a.paging-next.paging-button.icon.disabled, ul.paging a.paging-last.paging-button.icon.disabled {
    cursor: default;
    background-color: #999999;
    border-color: #808080;
}


/**
* Tabs
*/
.tab-set ul {
    border-bottom: 1px solid rgba(0,0,0,0.12);
}

.tab-set li {
    border-bottom: solid 2px transparent;
}

.tab-set li a{
    padding: 13px 0;
}

.tab-set li a:focus {
    background: rgba(0,174,239,0.12);
    text-decoration: none;
}

.tab-set li.active {
    background: #FFF;
    border-bottom: solid 2px #00aeef;
}

.tab-set li a {
    color: rgba(0,0,0,0.50);
    font-weight: 500;
}

.tab-set.mini {
    border-bottom: 1px solid rgba(0,0,0,0.12);
}

/**
* Tool Bars
*/

.tool-bar li a {
    background: none;
}

.tool-bar > ul > li > a:hover, .tool-bar > ul > li > a:focus {
    background-color: rgba(0, 0, 0, .15);
    border-style: solid;
    border-color: #808080;
    color: rgba(0,0,0,.87);
}

.tool-bar > ul ul > li > a:hover,
.tool-bar > ul ul > li > a:focus {
    border-style: solid;
    border-color: #d1d1d1;
}

.tool-bar > ul > li > a.button {
    background-color: #00aeef;
    border-color: #00aeef;
}

.tool-bar > ul > li > a.button:hover {
    background-color: #00aeef;
    border-color: #00aeef;
}

.tool-bar div.spacer {
    border-color: #c0c0c0;
}

.tool-bar > ul ul li.spacer {
    border-color: #C0C0C0;
}

.tool-bar .heading {
    background: #C0C0C0;
}

.tool-bar .active a {
    border-color: #000 !important
}

.tool-bar .flyout nav {
    background: #EAEAEA;
    border: solid 1px #c0c0c0;
}

a.icon:hover {
    border-color: #000;
}

.page-header .tool-bar label, .page-header .tool-bar > ul > li > a, .page-header .button {
    color: #FFF;
    background-color: transparent;
}

header.major .white {
    color: rgba(0,0,0,.87);
}

.pod > header.major,
.pod.dialog > header,
.bar, .ui-widget-header,
.jobs > header {
    background: #f5f5f5;
    background-color: #f5f5f5;
}

.pod.dialog > header,
.pod.dialog .ui-widget-header {
    border-bottom: none;
}

.pod.dialog.ui-corner-all {
    border-radius: 0;
}

.pod.dialog > header h1 span,
.pod.dialog .ui-dialog-title,
.ui-widget-header h1 span {
    font-weight: bold;
}

.jobs > header,
.VisitLine {
    background-color: #f5f5f5;
}

.pod > header,
.pod > header.major {
    background: #f5f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.pod .ui-dialog-title h1,
.pod > header h1 {
    margin: 14px 0;
}

/**
 * Pods
 */
.pod {
    background: #FFF
}


.pod.dialog {
    border-color: #FFF
}

.pod.dialog .auxiliary h1 {
    color: #404040
}


/**
 * Tables
 */
.matrix tr.group td, .matrix tfoot td {
    background-color: rgba(0,0,0,.05);
    border-top: solid 10px #FFF;
}

.matrix.row-striped tr:nth-child(odd) td {
    background-color: rgba(0,0,0,.05);
}

.matrix.row-highlight tr:hover td {
    background-color: #FEFFC6
}

.matrix th, .matrix td.DataTableHeader {
    border: none;
    border-left: solid 1px silver;
}

.matrix th :not(:first-child), .matrix td.DataTableHeader :not(:first-child) {
    text-shadow: none;
}

.matrix tr th:first-child, .matrix tr td.DataTableHeader:first-child {
    border-left: none
}

.matrix th, .matrix td.DataTableHeader {
    background: rgba(0,0,0,.05);
    color: rgba(0,0,0,.87);
}

.matrix th > a, .matrix td.DataTableHeader > a {
    font-weight: bold;
    color: rgba(0,0,0,.87);
}


.matrix td > a.aspNetDisabled {
    color: #969696;
    cursor: default;
    text-decoration: none;
    border-bottom-width: 0;
    text-shadow: 0px 1px 0px #ffffff;
}

.matrix th.rgHeader {
    font-weight: bold;
}

.matrix th, .matrix td, .matrix td.DataTableHeader {
    border-bottom-color: #E5E5E5
}

.matrix-view td {
    background-color: #CBCBCB;
    border: solid 1px #fff
}

.matrix-view td:first-child {
    background-color: #fff;
    border-bottom: solid 1px #E5E5E5
}

table.matrix.baTbl {
    margin-top: 12px;
}

.bar .tool-bar > ul > li > a {
    color: rgba(0,0,0, .87);
}

.bar a {
    border-color: #FFF
}


/**
 * Subject Bar Header
 */
.subjBar a {
    border-color: #00aeef
}


/**
 * Background Mask
 */
.background-mask, .background-mask-all {
    background: #000
}


/**
 * Dialogs
 */
.dialog {
    background: #FFF
}

/**
* Jobs Popup
*/

.jobs {
    border-color: #FFF
}

.jobs > header {
    min-height: 30px;
    padding-top: 10px;
    padding-left: 10px;
}

.jobs header h1 {
    color: rgba(0,0,0,.87);
}

.jobs .auxiliary h1 {
    color: #404040
}

.jobs {
    background: #FFF
}

/*Range Check Query elements*/
.EvenColumn {
    background-color: #f7f7f7;
}

.UnevenColumn {
    background-color: #DCDCDC;
}

.global-main-nav .header-button:hover,
.global-main-nav .header-button:focus,
.tool-bar > ul.toolbar-right-menu > li > a:focus,
.tool-bar > ul.toolbar-right-menu > li > a:hover {
    background-color: rgba(0, 0, 0, .13);
}

.toolbar-right-menu > li {
    border-right: 1px solid rgba(255, 255, 255, .3);
    float: left;
    margin: 0;
    padding: 0 15px;
    position: relative;
}

.global-main-nav .header-button {
    padding: 0;
    margin: 0;
    background: none;
    font-size: .875rem;
    padding: 8px 10px;
    display: inline-block;
    vertical-align: bottom;
    box-sizing: border-box;
    font-weight: 600;
}

.global-main-nav .global-logout {
    margin-left: 10px;
}

.global-main-nav .mc-user-profile-button {
    padding-top: 4px;
    padding-bottom: 4px;
}

.med-global-nav-placeholder {
    height: 82px;
    background-color: #00aeef;
    display: block;
}

@media (max-width: 992px) {
    .global-main-nav .mc-study-menu a {
        max-width: 194px;
        white-space: nowrap;
        overflow-x: hidden;
        text-overflow: ellipsis;
    }

    .toolbar-right-menu > li {
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .toolbar-right-menu > li {
        padding: 0 10px;
    }
}


