@charset "utf-8";
/* CSS Document */

.box
{
	color:#fff;
}

.loginButton{
   float: right;
   display: none;
}
.forgetButton{
   float: right;
}
.resetForm{
   display: none;
}
.emptyForm{
   display: none;
}
.loginButtonReset{
   float: right;
}
#pswd_info{
   z-index: +5 !important;
   margin-right: 249px!important; 
}
p{ 
   color: black !important;
}
.pwdFloat{
   float: right!important;
}
.field-icon {
   float: right;
   margin-left: -25px;
   margin-top: -25px;
   position: relative;
   z-index: 2;
 }
 
.box .icon
{
	font-size:30px;
}

.box .box-fig
{
	font-size:46px;
}

.box .box-caption
{
	font-size:16px;
}

.feed_items
{
	max-height:960px;
	overflow-y:auto;
	font-size:11px;	
}

#graph_a , #graph_b
{
	height:300px;
}

.bg-suc
{
	background-color:#9ad268;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   border: none;
}

.bg-inf
{
	background-color:#4dd4fd;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   border: none;
}

.bg-war
{
	background-color:#ffc545;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   border: none;
}

.bg-dan
{
	background-color:#fe402b;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   border: none;
}

/*.grey_bar
{
	background: #eee;
	padding: 15px;
	border: 1px solid #dfdfdf;
	border-width: 1px 0;
	text-align:center;
}

.shortcut-link{
	display: inline-block;
	color: #ccc;
	margin-right: 20px;
	text-shadow: 0 1px 0 #fff;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
}

.shortcut-link:hover {
    color: #626262;
    text-decoration: none;
    transition: color 0.2s ease 0s;
}
.shortcut-link .shortcut-icon {
  font-size: 30px;
  position: relative;
}
.shortcut-link .shortcut-icon .shortcut-alert {
  background: none repeat scroll 0 0 #EC2525;
  border: 1px solid #EC2525;
  border-radius: 50em;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  height: 18px;
  line-height: 16px;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: none;
  top: 0;
  width: 18px;
}
.shortcut-link .text {
  color: #626262;
  display: inline-block;
  font-weight: 600;
  margin-left: 10px;
  margin-top: -5px;
  font-size:12px;
}
*/
.header-date,.header-time
{
	color:#4DD4FD;	
}
.header-time
{
   margin-left: 15px
}
.time-wrapper
{
   display: inline-block;
   width: 140px;
}

.panel_btn {
    float: right;
    margin-right: -10px;
    margin-top: -7px;
}

#table_jobs_feed td
{
	vertical-align:middle;
}

.height_30{ height: 24px; padding:3px 12px; }
.margin_top4{ margin-top: 0px;}
.custom_disabled
  {
      opacity: 0.7;
      pointer-events: none;
  }

/* Start Custom Field style for view "main_settings_configure_fields" */
.custom_setting_checkbox td
{
    padding-left: 52px;
}
.rotate
{
  /* FF3.5+ */
  -moz-transform: rotate(-90.0deg);
  /* Opera 10.5 */
  -o-transform: rotate(-90.0deg);
  /* Saf3.1+, Chrome */
  -webkit-transform: rotate(-90.0deg);
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
  /* Standard */
  transform: rotate(-90.0deg);
}
.custom_setting_checkbox table, .custom_setting_label table
{
    width:50%;
}
.custom_setting_label td
{
    padding: 0 2px 0 36px;
}
/* End Custom Fields style */

/* New Class added for new Dashboard Icons to make them responsive to the screen sizes*/

/* Extra Small devices */
@media(max-width:767px){
	.dashboard_icon {
		width: 25%;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width:991px) {
	.dashboard_icon {
		width: 25%;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width:1199px) {
	.dashboard_icon {
		width: 125%;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.dashboard_icon {
		width: 100%;
	}
}


.depotDuplicateReference
{
   border: 1px solid #d9534f ;
}