@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
/*  src: local('Lato Regular'), local('Lato-Regular'), url(http://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2'), url(http://fonts.gstatic.com/s/lato/v11/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');  */
  src: local('Lato Regular'), 
       local('Lato-Regular'), 
	   url('/fonts/Lato-regular.woff2') format('woff2'), 
	   url('/fonts/Lato-regular.woff') format('woff'); 
}
@font-face {
  font-family: 'Lato Bold';
  font-style: normal;
  font-weight: 700;
/*  src: local('Lato Bold'), local('Lato-Bold'), url(http://fonts.gstatic.com/s/lato/v11/H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2'), url(http://fonts.gstatic.com/s/lato/v11/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff'); */
  src: local('Lato Bold'), 
       local('Lato-Bold'), 
	   url('/fonts/Lato-bold.woff2') format('woff2'), 
	   url('/fonts/Lato-bold.woff') format('woff'); 
}

@font-face {
  font-family: 'Lato Black';
  font-style: normal;
  font-weight: 700;
/*  src: local('Lato Bold'), local('Lato-Bold'), url(http://fonts.gstatic.com/s/lato/v11/H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2'), url(http://fonts.gstatic.com/s/lato/v11/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff'); */
  src: local('Lato Bold'), local('Lato-Bold'), url('/fonts/Lato-bold.woff2') format('woff2'), url('/fonts/Lato-bold.woff') format('woff'); 
}

body, .tooltip {
	font-family: "Lato", Calibri, Verdana, Arial, sans-serif;
}

body {
    height: 100%;
	font-size: 16px;
	padding: 0px 1px 0px 1px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", Calibri, Verdana, Arial,sans-serif;
	font-weight: normal;
}

h1 {
   margin-top: 20px;
	margin-bottom: 10px;
}


.navbar-brand {
	padding: 2px;
}

.navbar-drc 
{
	background-color: white;
	border-color: #D9D6D2;
	border-width: 0px 0px;
	border-style: solid;
	/* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); */
	border-radius: 0px;
	margin-bottom: 0px;
	
}

.modal-backdrop.in {
	opacity: 0;	
}

.spinner 
{
  float: right;
  position:relative;
  margin: 5px;
  
  width:37px;
  height: 40px;
}

.navbar-mobile-text-size 
{
    font-size: 16px;
}

.navbar-toggle .fat-bar
{
    height:3px;
}

.nav-tabs 
{
	padding-top:15px;
}

.no-border
{
    border-style:none;
    border-radius: 0px;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.01s ease;
          transition: height 0.01s ease;
}

.site-message-area
{
    margin:auto;
    text-align:center;
}

.site-message-area .label {
	font-size: 100%;
	font-weight: normal;
}


.searchbox-input[readonly] {
	background-color: #FFF;
}

.searchbox-dropdown {
	
	position:absolute;
	top:35px;
	left: 0px;
	z-index: 1000;
	display: block;
	padding: 4px;
	font-size: 14px;
    margin: 2px 0px 0px;
    list-style: outside none none;    
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);	
    width: 600px;
}

.searchbox-dropdown .table-container {

	overflow: auto;
	max-height: 400px;
	margin-top: 5px;
}

.searchbox-dropdown:before {
  
  content: "";
  display: inline-block;
  border-width: 0px 7px 7px;
  border-style: none solid solid;
  position: absolute;
  border-color: -moz-use-text-color transparent rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 6px;
}

.searchbox-dropdown:after {
	content: "";
	display: inline-block;
	border-width: 0px 6px 6px;
	border-style: none solid solid;
	border-color: -moz-use-text-color transparent #FFF;
	position: absolute;
	top: -6px;
	left: 7px;
}
#aimdashboardcontent {
    padding-top:10px;
}

#drcmessage 
{
    padding: 5px 10px 5px 10px;
}

#drcmenuframe a {
	cursor: pointer;
}


.file-explorer.btn > .glyphicon , .explorer-icon > .glyphicon,
.dataentry.btn     > .glyphicon , .dataentry-icon > .glyphicon
{
    color:#B0B0B0;
}

.file-explorer.btn > .explorer-label,
.dataentry.btn > .dataentry-label
{
    padding-left: 5px;
}

.drc-modal-content {

	display: inline-block;
}

.log-panel {
	margin:0px 10px 25px 0px;
}

.logline-panel > p 
{
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: 'Lucida Console', Monaco, monospace;
	font-size: 12px;
}

.logline-panel {
	height: 400px;
	overflow: auto;
	white-space: nowrap;
}

@media (max-width: 870px)
{
  .file-explorer.btn > .explorer-label
  {
    display: none;
  }
}

.explorer-datecol 
{
    width: 150px;
    font-size: 10pt;
}

.explorer-sizecol
{
    width: 80px;
    font-size: 10pt;
    text-align:right;
    padding-right:10px !important;
}

.explorer-tick, .dataentry-tick
{
    width:30px;
}

.column-small
{
	width: 20%;	
}

 .explorer-icon {
    width:50px;
}


.explorer-order-icon 
{
    margin-left:3px;
    font-size: 8pt;

}

.explorer-clickable:hover,
.dataentry-clickable:hover,
.menuitem-clickable:hover
{
    cursor:pointer;
}

.explorer-container, .dataentry-container
{
    margin: 5px;
}

.explorer-path
{
    background-color:transparent;
    margin-bottom:0px;
}

.explorer-dialog-body,
.dataentry-dialog-body 
{
    overflow:hidden;
}

.explorer-upload-browse 
{
    margin-bottom: 10px;
}

/* File button style */
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.dataentry-key-id 
{
    width:20%;
}

.dataentry-key-id-wide 
{
    width:35%;
}

.dataentry-group
{
    display:inline-block;
    width:100%;
    margin:5px;
}

.menuselect-panel
{
	height:250px;
	padding:0px;
	overflow-y: scroll;
}

.menurow-selectable:hover > td,
.menurow-selectable:hover > th
{
	background-color: #FFFFBB;
}

.menurow-selected
{
	background-color: #FFFF99;
}
.menuitem-description
{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.menuitem-icon
{
	width:20px;
}

.menuitem-order
{
	width: 20px;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	font-size:11px;
}

.menurow-id
{
	font-size:11px;
}

.menurow-hide
{
	display: none;
}

.drcheader {
	display: none;
}

.drc-logo-small {
	display: inline;
}

.drc-logo {
	padding:20px 0px 0px 30px;
}

.drcontent {
	display:inline-block;
	width:100%;
	height:100%;
}

.session-parameters {
	padding:10px;
	background-color: #F3F3F3;
}

.session-parameters label {
	color:#333;
	padding: 0px 10px;
}
.session-parameters button {
	margin-left: 10px;
}

.runtime-param {
	padding:10px;
}

.runtime-param-list {
	padding:3px 15px 3px 15px;
}

.runtime-param-title {
	font-size:16pt;
}

.day.date-valid {
	background-color: #F7F7F7;
	border-radius: 0px;
}

.dataentry-inline-warning {
	position: absolute;
	top: 0px;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	right: 40px;
	margin-top:8px;
	color: #777;
}

.dataentry-inline-warning .tooltip {
	width:300px;
}

.dataentry-inline-warning .tooltip.bottom .tooltip-inner {
	background-color: #444;
}

.dataentry-inline-warning .tooltip.bottom .tooltip-arrow {
	border-bottom-color: #444;	
}

@media (min-width: 768px) {
  .col-sm-menu , .col-sm-arrow {
    float: left;
  }
  .col-sm-menu {
    width: 43%;
  }
  .col-sm-arrow {
    width: 6%; 
    text-align:center;
  }
  
  .drcheader {
  
  	display: inline;
  }
  
  .drc-logo-small {
  	display: none;
  }
  
  .input-group > .form-control.searchbox-input  {
	min-width: 300px;
}
  
  body {
  	padding:0px 1px 0px 1px;  
  }
}
