﻿    /* NIFTY THEME OVERRULES */
    
    PAGE CONTENT */
    /*======================================*/
    
    .page-content {
        padding: 5px 20px 0;
    }
    
    @media (min-width: 768px) {
        .page-content {
            padding: 10px 20px 0;
        }
    }
    
    @media (min-width: 992px) {
        .page-content {
            padding: 20px 25px 0;
        }
    }
    /* PAGE HEADER */
    /*======================================*/
    
    .page-title {
        padding: 10px 20px;
        width: 100%;
        font-weight: bold;
    }
    
    @media (min-width: 768px) {
        #content-container {
            padding-top: 40px;
        }
        .page-title {
            display: table;
            table-layout: fixed;
            height: 51px;
            padding: 0 0 0 15px;
        }
    }
    
    @media (min-width: 992px) {
        .page-title {
            padding: 10px 0 0 25px;
        }
    }
    /* PAGE CONTENT */
    /*======================================*/
    
    .page-content {
        padding: 5px 20px 0;
    }
    
    @media (min-width: 768px) {
        .page-content {
            padding: 10px 20px 0;
        }
    }
    
    @media (min-width: 992px) {
        .page-content {
            padding: 20px 25px 0;
        }
    }
    /* modal-title*/
    
    .modal-title {
        font-size: 28px;
        font-weight: 600;
    }
    /* safari fix */
    
    .modal.fade.in {
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }
    
    body {
        font-size: 12px;
    }
    
    .tab-base .nav-tabs>li:not(.active)>a {
        background-color: #ECBF8B;
        opacity: .7;
        -webkit-transition: opacity, 0.3s;
        transition: opacity, 0.3s;
    }
    
    .brm-noheaderline.modal-header:after {
        border: 0;
    }
    
    .tab-stacked-left .nav-tabs>li.active,
    .tab-stacked-right .nav-tabs>li.active {
        background-color: red;
    }
    
    .form-control {
        border-color: #B2B2B2;
    }
    
    .k-grid .k-grid-content table tr td {
        vertical-align: top;
    }
    
    div#idp_screens {
        -webkit-overflow-scrolling: touch;
        overflow: hidden;
        display: none;
        position: absolute;
        z-index: 2000; // on top!
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 365px;
        ;
        height: 520px;
        opacity: 1;
        background-color: whitesmoke;
        top: 30px;
        box-shadow: 3px 3px 10px #808086;
    }
    
    div#idp_screens.show {
        display: block;
        position: absolute;
        z-index: 2000;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
    
    #idp_frame {
        border: 0px;
    }
    
    div.e-emailmessagecontainer {
        background-color: #cccccc;
        padding-top: 10px;
        margin-top: 10px;
    }
    
    label.control-label {
        font-weight: bold;
        color: #7d8086;
    }
    
    .btn-details {}
    
    .resultGrid td .searchResultPhoto {
        display: inline-block;
        width: 100%;
        height: 50px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
    }
    
    td .med-progress-not-started {
        background-color: whitesmoke;
    }
    
    td .med-progress-inprogress {
        background-color: azure;
    }
    
    td .med-progress-haserrors {
        background-color: red;
    }
    
    td .med-progress-finished {
        background-color: forestgreen;
    }
    
    .k-grid td {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .k-detail-row>.k-detail-cell {
        padding: 1em 1em 3em 2em;
    }
    
    .k-detail-row>td.k-hierarchy-cell {
        /*background-color: #FFBD39;*/
    }
    
    li.k-item.k-state-default {
        border-style: solid;
        border-width: 1px 1px 0;
        border-color: #ccc;
    }
    
    .k-tabstrip-items .k-state-default .k-link {
        color: #454545;
    }
    
    ul.k-tabstrip-items span.k-link {
        font-weight: normal;
    }
    
    li.k-state-active span.k-link {
        font-weight: bold;
    }
    
    .k-link {
        color: #454545;
        font-weight: bold;
    }
    
    .mdr-subscriptionMessages td[role="gridcell"] {
        overflow: visible;
    }
    
    .mdr-subscriptionMessages td[role="gridcell"] .btn {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    
    .med-login-logo {
        background-image: url(../img/medruslogo.png);
        height: 3em;
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
    }
    
    .cls-container {
        background-color: #ecf0f5;
    }
    
    input {
        background-color: rgb(250, 255, 189);
    }
    
    a.navbar-brand {
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: white !important;
    }
    
    #container .brand-title {
        background-image: url(../img/medruslogo.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 100%;
    }
    
    .k-state-selected,
    .k-state-selected:link,
    .k-state-selected:visited,
    .k-state-selected:hover,
    {
        color: initial;
        background-color: initial;
        border-color: initial;
    }
    
    .k-grid td.k-state-selected:hover,
    .k-grid tr.k-state-selected:hover td {
        background-color: initial;
    }
    
    #publishersGrid .panel {
        background-color: #ececec;
    }
    
    .k-tooltip {
        text-align: left;
    }
    
    .mdr-progressbar {
        color: #13ff00;
    }
    
    #alertSettingsEdit .form-group {
        margin-bottom: 7px;
    }
    
    .modal-header:after {
        display: block;
        border-bottom-width: 3px;
    }
    
    #content-container .panel {
        background-color: #fff;
    }

    /* This forces the grids to have just al little height before the initial data is loaded. 
   Without this the loading progress bar / spinner won't be shown.
   */
    .k-grid-content {
        min-height: 30px;
    }
    .k-loading-image
  {
    z-index: 3; /* must be larger than the z-index:2 of #container */
    background-image: url(../img/477.gif);
  }

  /* Page Template for the exported PDF */
  .mvReport-page-template {
    font-family: "Arial", sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .mvReport-page-template .header {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    border-bottom: 1px solid #888;
    margin-bottom: 10px;
    color: #888;
    font-size: x-large;
    font-weight: bold;
  }
  .mvReport-page-template .footer {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    border-top: 1px solid #888;
    text-align: center;
    color: #888;
  }

  #subscriptionMessage_resultGrid span.k-widget.k-dropdown.k-header {
    width: 100%;
  }

  #subscriptionMessage_resultGrid.k-grid  .k-grid-header  .k-header  .k-link {
    height: auto;
}
  
#subscriptionMessage_resultGrid.k-grid  .k-grid-header  .k-header {
    white-space: normal;
}

#subscriptionMessage_resultGrid .k-grid-content td .k-checkbox-label.k-no-text{
    margin-top: 3px;
}