﻿/* #region Paged Grid */
.Pager
{
  width: 100%;
  background-color: #EDEDED;
  background: linear-gradient(0deg, #f5f5f5, #fff);
  padding: 2px 0;
  position: relative;
  border-top: 1px solid #ccc;
  font-size: 12px;
}
.Pager .Buttons
{
  float: none !important;
  padding-left: 2px;
}
.Pager .Status
{
  float: none !important;
  position: absolute;
  right: 4px;
  top: 4px;
}
.Pager input[type=text]
{
  vertical-align: middle;
  background-color: #fff;
  box-shadow: inset 0px 2px 4px #eee;
}
.TBElement
{
  background-position: center;
  background-repeat: no-repeat;
  height: 22px;
  outline: 0 none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-style: none;
  vertical-align: middle;
}
.TBButton
{
  width: 20px;
}
.TBButton:hover
{
  background-color: #ddd;
}
.TBSeperator
{
  background-image: url(../Images/TBSeperator.gif);
  width: 4px;
  display: inline-block;
}


.LoadingOverlay
{
  position: absolute;
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}

.LoadingOverlay .Outer
{
  margin: 30px auto auto auto;
  width: 95px;
  padding: 2px;
  border: 1px solid #8F8F8F;
  background-color: #D6D6D6;
}

.LoadingOverlay .Inner
{
  padding: 3px;
  padding-top: 2px;
  width: 100%;
  border: 1px solid #CCCCCC;
  background-color: #fff;
  color: #222;
  font-weight: 600;
  background-image: url(../Images/LoadingSmall.gif);
  background-repeat: no-repeat;
  background-position: 4px 5px;
}

.LoadingOverlay span
{
  margin-left: 22px;
  display: inline-block;
}
/* #endregion */

div.Msg div {
  line-height: 1;
  border-style: none;
  border-left-style: solid;
  border-left-width: 3px;
  border-radius: 0px;
}
div.Msg-Error {
  background-color: #F3E1E1;
  box-shadow: 0px 0px 1px rgba(204, 68, 68, 0.6);
}
div.Msg-Success {
  background-color: #E5F3E1;
  box-shadow: 0px 0px 1px rgba(68, 170, 34, 0.6);
}
div.Msg-Warning {
  background-color: #F3EEE1;
  box-shadow: 0px 0px 1px rgba(217, 152, 13, 0.6);
}
div.Msg-Information {
  background-color: #DDEAF9;
  box-shadow: 0px 0px 1px rgba(34, 95, 170, 0.6);
}
div.Msg div strong {
  color: #272727;
  font-size: 1em !important;
  font-weight: 600 !important;
}


.loginDisplay img, #cmSecurity img {
  vertical-align: bottom !important;
  margin-left: 5px;
}
.loginDisplay span, #cmSecurity span {
  margin-bottom: 3px;
}
