﻿/* MASTER PAGE ids */
/*.g-color-primary {
    color:#72c02c;
}*/

/*body {    
    font-size: 13.5px;
}*/

.alert-info {
    color: black;
    background-color: transparent;
    border-color: gray;
    border-bottom-width: 3px;
    border-bottom-style: ridge;
    border-left-width: 0;
}


.RadGrid_Bootstrap .rgRow>td, .RadGrid_Bootstrap .rgAltRow>td, .RadGrid_Bootstrap .rgEditRow>td
{
	padding: 2px 3px !important;
}



/* Keep RadGrid rows narrow */
    .RadGrid_Bootstrap .rgRow,
    .RadGrid_Bootstrap .rgAltRow {
        height: 22px !important;
        line-height: 22px !important; /* Ensures text is vertically centered */
    }

    .RadGrid_Bootstrap .rgRow td,
    .RadGrid_Bootstrap .rgAltRow td {
        height: 22px !important;
        line-height: 22px !important;
        vertical-align: middle;
    }



#ep-mas-main {
    padding-bottom: 50px;   
    /*background-color: #fff;
    border-radius: 5px;*/
}


.ep-bg-dark a {
    color: #E0E0E0;    
}

/* ASP.NET CONTROLS */
.masterPageTitleLabel {
    font-size: 1.1em !important;
    color: #009aff !important;
}


#helpModal .modal-dialog {  
  top: 100px !important;  
}

#notesModal .modal-dialog {
  position:absolute;
  top:50% !important;  
  transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;  
  margin:auto 10%;     
  max-width: 80% !important;
  width: 100%;
  height: 80%;
}


#notesModal .modal-content {
  min-height:100%;
  position:absolute;
  top:0px;
  bottom:0;
  left:0;
  right:0; 
}

#notesModal .modal-header {
    background-color: #0094ff;
    color: white;
}
#notesModal .modal-body {
  position:absolute;
  top:50px;
  bottom:50px;
  left:0;
  right:0;
  overflow-y:auto;
  margin: 20px;    
  text-align:left;
}
#notesModal .modal-footer {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  border-top-color: #0094ff;
}

.ep-master-icon-separator {
    padding-left: 5px;
}

/*
.RadMenu_MetroTouch .rmRootGroup {
  color: #fff;
  background-color: #ff6a00 !important;
}
    */

body#No_MP, body#No_MP td
{
	background-color: #3c454b;
    color: white;
}


/* Company Menu */
#ep-company-tool-bar {
    font-size: 0.9em !important;
}

.ep-quick-footer {
	border-top: 1px solid #E0E0E0;
	padding-top: 10px;
}
.ep-quick-footer .col-sm-12 {
	margin-bottom: 0px;
}

.RadMenu .rmGroup .rmLink {
    padding-left: 35px !important;
    padding-right: 5px !important;
    margin-left: 0 !important;
}

.btn-group ul > li a {

    color: #212529;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.btn-group ul > li a:hover {
    color: #c0bbb7;
    text-decoration: none;
}


/* NEW UNIFY and Info Handler*/
.ep-info-table th {
    background-color: #202020;
    color: #FFFFFF;
}
.ep-info-table th,
.ep-info-table td {
    font-size: 0.9rem;
}

.ep-div-button {    
    margin: 0 20px;
    padding: 10px 0;
    display: inline;
}

/* DROPDOWN HOVER BOOTSTRAP 4 - AMID*/
/* Dropdown Button */
.ep-boot4-dropdown > a {
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.ep-boot4-dropdown {
    /*position: relative;
    display: inline-block;*/
}

/* Dropdown Content (Hidden by Default) */
.ep-boot4-dropdown .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    
}

    /* Links inside the dropdown */
    .ep-boot4-dropdown .dropdown-menu a {
        color: black;
        padding: 3px 12px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .ep-boot4-dropdown .dropdown-menu a:hover {
            background-color: #ddd
        }

/* Show the dropdown menu on hover */
.ep-boot4-dropdown:hover .dropdown-menu {
    display: block;
}



.ep-alert-title {
    margin-bottom: 20px;
    position: relative;
    border-radius: 4px;
    padding: 5px 0 10px 0;
    background-color: #b6c2c9;
    color: #5b6165;
}
.ep-alert-title.ep-title-save {
    position: sticky;
    top: -3px;
    z-index: 10;
}
.page-with-top-menu .ep-alert-title.ep-title-save {
    position: sticky;
    top: 35px;
    z-index: 10;
}
    /* BLINK */
    @keyframes blink {
        50% {
        opacity: 0.6;
    }
}

@-webkit-keyframes blink {
    50% {
        opacity: 0.6;
    }
}

.blink {
    animation: blink 2s step-start 0s infinite;
    -webkit-animation: blink 2s step-start 0s infinite;
}


/* Hide x from Search input box - Edge and IE11*/
input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

#divNotesModalContents td {
	text-align: left;
}


.ep-u-side-nav-area {
    position:fixed; 
    top: 65px; 
    width: 250px;
}

.navbar-inverse .page-header {
    color: white;
}

.page-header {
    margin: 0 0 10px;
}

/* Overwriting color admin */
.header.navbar-inverse .navbar-brand, .header.navbar-inverse .navbar-nav > li .dropdown-toggle, .header.navbar-inverse .navbar-nav > li > a {
    color: #eee !important;
}

.header .navbar-nav > li > a:focus, .header .navbar-nav > li > a:hover {
    opacity: .8 !important;
}

.boxed-layout .page-container {
    width: 1200px;
}

    .boxed-layout .page-container #header {
        width: 1200px;     
    }


/* Start Using this per backend page - Top level class*/
.ep-page-container {
    min-height: 640px;
}


.ep-bg-steel {
    background-color: #b6c2c9;
}

div.content {
    min-height: 90vh;
}


.ep-backend-page {
    min-height: 520px;
}

input[type="checkbox" i] {
    width: 0.9rem;
    height: 0.9rem;
    vertical-align: middle;
    margin-right: 4px;
    margin-bottom: 2px;
}

/*input[type="checkbox" i] + label {        
    vertical-align: top;
    line-height: 16px;
    margin: 2px 0;
    display: block;
    height: 16px;
}
*/

a.badge {
    text-decoration: none;
}
