
/*!
 * *********** GLOBAL STYLES ************
 */
.alert {
  padding: 3px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
a {
  color: #00ADEF;
  text-decoration: none;
}

a:hover {
  color: #206CA8;
}

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-primary,
.k-filter-menu .k-button[type="submit"] {
  color: #ffffff;
  text-shadow: none;
  background-color: #00ADEF;
  background-image: none;
  background-repeat: no-repeat;
  border-color: #00ADEF ;
  filter: none;
  border: none;
  box-shadow: none;
  border-radius: 4px;
}

/* focus status for button start*/
.btn-primary:hover,
.k-filter-menu .k-button[type="submit"]:hover{
  color: #ffffff;
  background-color: #206CA8;
  *background-color: #206CA8;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.k-filter-menu .k-button[type="submit"]:focus,
.k-filter-menu .k-button[type="submit"]:active,
.k-filter-menu .k-button[type="submit"].active,
.k-filter-menu .k-button[type="submit"].disabled,
.k-filter-menu .k-button[type="submit"][disabled]{
  color: #ffffff;
  background-color: #206CA8;
  *background-color: #206CA8;
  /*-webkit-box-shadow: inset 0 0 0 1px #00ADEF;
  box-shadow: inset 0 0 0 1px #00ADEF;*/
}

/*.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.k-filter-menu .k-button[type="submit"]:hover,
.k-filter-menu .k-button[type="submit"]:focus,
.k-filter-menu .k-button[type="submit"]:active,
.k-filter-menu .k-button[type="submit"].active,
.k-filter-menu .k-button[type="submit"].disabled,
.k-filter-menu .k-button[type="submit"][disabled] {
  color: #ffffff;
  background-color: #009CD8;
  *background-color: #009CD8;
}*/
/* focus status for button Ends*/
.btn-primary:active,
.btn-primary.active {
  background-color: #206CA8 \9;
}

.btn-secondary {
    background: none repeat scroll 0 0 #EBEBEB;
    border: 1px solid #D9D9D9;
    border-radius: 4px 4px 4px 4px;
    color: #0094CC;
    cursor: pointer;
    font-weight: 700;
    margin: 0 2px;
    padding: 4px 10px;
    width: auto;
}
.btn-secondary:hover, .btn-secondary:focus {
    background: none repeat scroll 0 0 #00ADEF;
    border: 1px solid #00ADEF;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 700;
    margin: 0 2px;
    padding: 4px 10px;
    text-decoration: none;
    text-shadow: none;
    width: auto;
}

.btn-link-secondary,
.btn-link-secondary:active,
.btn-link-secondary[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link-secondary {
  color: #666666;
  text-decoration: underline;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link-secondary:hover,
.btn-link-secondary:focus {
  color: #333333;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link-secondary[disabled]:hover,
.btn-link-secondary[disabled]:focus {
  color: #333333;
  text-decoration: none;
}


.create {
  float: right;
  margin-top: 20px;
}

.titleramp span {
    color: #666;
    font-weight: bold 300;
}

.copyright {
	font-size: 11px;
	line-height: 15px;
}

/*!
 * *********** COMMON PAGES STYLES ************
 */
.login, .error-display, .about {

  margin: 100px auto 0;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}





.login-body, .error-display-body, .about-body{
  position: relative;
  padding: 25px;
  text-align: center;
}

.about-body{
  position: relative;
  padding: 25px;
  text-align: left;
}

.footer{
  position: relative;
  text-align: left;
  padding-top: 25px;
  padding-bottom: 25px;
}

.login-body, img {
  margin: 0 auto;
 display: block;
}

.about-header, .login-header, .error-display-header {
  text-align: center;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  -webkit-border-radius: 6px 6px 0 0 ;
     -moz-border-radius: 6px 6px 0 0 ;
          border-radius: 6px 6px 0 0 ;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
	padding: 15px 25px;
}

.about h4{
	color: #99cc33;
	line-height: 20px;
	margin: 30px 0 0;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-weight: normal;
	font-style: normal;
}

.login-footer, .error-display-footer, .about-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: center;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.error-display h3{
	color: #FF6D00;
	font: 30px Helvetica, Arial, sans-serif;
	line-height: 30px;
	margin: 10px 0;
	text-transform: uppercase;
}

.divider-row {
    float: left;
	border-bottom: 1px solid #ccc;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.divider-row-light {
	float: left;
	border-bottom: 1px solid #eee;
    width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
}

.title-row {
    color: #99cc33;
    float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	font: 25px/20px Helvetica,Arial,sans-serif;
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;

  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
  clear: both;
}

.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-actions:after {
  clear: both;
}


form {
  margin: 0 0 0px;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  margin-right: 10px;
}


textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  resize: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input
{
    border-radius: 4px 4px 4px 4px;
    color: #555555;
    display: inline-block;
    font-size: 12px;
    height: 26px;
    line-height: 28px;
    margin-bottom: 10px;
    padding: 0 6px;
    vertical-align: middle;
}

input[type="file"] {
    height: 26px;
    line-height: 30px;
    padding: 2px 6px;
}
select{
    height: 28px;
    padding:0;
    line-height:28px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.popover {
    z-index: 3000000010;
    max-width:900px;
    padding:0;
}
.popover.s-editor{
    padding:1px;
}
.memo-popover-header{
    -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

/*!
 * *********** HEADER STYLES ************
 */

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #000;
  background-color: #94d60a;
	font-size: 14px;
}

.modal-agentmap {
    width: 900px;
    left: 43%;
}

.modal-agentmap-body {
    max-height: 500px;
}

.navbar-inverse .nav a {
  color: #ffffff;
}

.navbar .brand {
  float: left;
  padding: 5px 20px 0px;
}

.navbar-inner .container {
	padding: 5px;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
  float: left;
  margin-left: 40px;
  margin-top: 3px;
}
.navbar .nav > li > a {
  float: none;
  padding: 8px;
  color: #fff;
  text-decoration: none;
  margin-right: 20px;
  text-transform: lowercase;
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
    background-color: transparent;
    color: #94d60a;
}

.adminNav .navbar-inverse .nav > li.active > a:hover,
.adminNav .navbar-inverse .nav > li.active > a:focus {
    background-color: #FFD100;
    color:#fff;
}

.navbar-inverse .nav > li > a:focus i,
.navbar-inverse .nav > li > a:hover i {
    background-color: transparent;
    color: #fff;
}


.navbar-inner {
  min-height: 50px;
 }

.adminNav .navbar-inverse .nav .active > a,
.adminNav .navbar-inverse .nav .active > a:hover,
.adminNav .navbar-inverse .nav .active > a:focus {
  color: #000;
  background-color: #FFD100;
	font-size: 14px;
}

.adminNav .navbar-inverse .nav > li > a:focus,
.adminNav .navbar-inverse .nav > li > a:hover {
    background-color: transparent;
    color: #FFD100;
}
.cog-watermark {
    overflow: hidden;
    height: 53px;
    margin-top: -8px;
    margin-bottom: -5px;
    float:right;
    padding-right:25px;

}
.cog-watermark i.icon-cog {
        font-size: 9em;

}


.navbar-cog {
    line-height: 20px;
    display: block;
    width: 30px;
    position:relative;
    top:3px;
}

.navbar-cog a,
.navbar-cog a:focus {
    color: #FFD100;
    text-decoration: none !important;
    font-size: 20px;
}

.navbar-cog a:hover {
    color: #ffffff;
    text-decoration: none !important;
    font-size: 20px;
}


.notifications {
	padding-top: 10px;
	width: 100px;
	float: left;
	margin-left: 50px;
}


.badge {
    background-color: #c50000;
    border: 2px solid white;
    border-radius: 12px;
    color: white;
    font: bold 12px/9px Helvetica, Verdana, Tahoma;
    height: 12px;
    padding: 2px 3px 0 3px;
    text-align: center;
    min-width: 8px;
}

.badge-alert {
    background-color: #ffcc00;
    border: 2px solid white;
    border-radius: 12px;
    color: #000;
    font: bold 12px/9px Helvetica, Verdana, Tahoma;
    height: 12px;
    padding: 2px 3px 0 3px;
    text-align: center;
    min-width: 8px;
}

.badge, .badge-alert {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  white-space: nowrap;
  vertical-align: baseline;

}

.label {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.badge,
.badge-alert {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}


.userLogin {
	float: right;
}

.btn-user-login .icon-user {
	color: #ccc;
}

.nav-pills > li > a i {
   color: #888;
}

.nav-pills > li > a:hover i {
   color: #888;
}

.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0099ff;
  background-image: none;
}


.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0099ff;
}

.btn-group.open a.btn-user-login:link,
.btn-group.open a.btn-user-login:visited,
.btn-group.open a.btn-user-login:focus,
.btn-group.open a.btn-user-login:hover,
.btn-group.open a.btn-user-login:active,
.btn-user-login {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  cursor: pointer;
  background-color: #444444;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  text-decoration: none;
}

.btn-choice {
    width: 146px;
    height: 30px;
    display: block;
}

.btn-user-login:hover,
.btn-user-login:active,
.btn-user-login.active,
.btn-user-login.disabled,
.btn-user-login[disabled] {
  color: #ffffff;
  background-color: #555555;
  *background-color: #555555;
  text-decoration: none;
}

.nav li.active i{
    color: #fff;
    text-shadow: none;
}

/* disabling built-in bootstrap sprites in order to use font-awesome.
   I know it's not a particularly good idea to use !important but bootstrap has selectors with crazy specificity
   and I don't know how to convince him otherwise that I don't actually want the icons.
*/
[class^="icon-"], [class*=" icon-"] {
    background: none !important;
}

/* custom styles for nav-tabs (only in APM role editing for now) */
.tabbable {
    border: 1px solid #c5c5c5;
    background-color: #efefef;
    border-radius:4px;
    overflow:hidden;
}

.nav-tabs .active > a,
.nav-tabs .active > a:hover {
    background-color: #efefef;

}

.tabs-left > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border-width:1px 0;
    border-left-width:0px;
}

.tabs-left > .nav-tabs > li:first-child > a {
    border-top-width:0;
}
.tabs-left > .nav-tabs > li:last-child > a {
    border-bottom-width:0;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover {
    color: #555;
}

.tabbable > .nav-tabs {
    background-color: #fff;
    margin-bottom: 0;
}

#info .h1 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

.icon-plus {
  background-position: 0 -96px;
}

/* Get rid of the popover-title as it is adding in the title when you initiate a popover*/
.popover-title {
    display: none;
}

/* Put it back for the few popovers that use the title*/
.scorecard.popover .popover-title,
.aspect-alert-small .popover .popover-title,
.info.popover .popover-title {
    display: block;
}

@media screen and (min-width:0\0) {
  /* Enter CSS here */
   .popover.bottom .arrow{
       top:-10px;

}}
@media screen and (min-width:0\0) {
  /* Enter CSS here */
   .popover.top .arrow{
       bottom :-10px;

}}

.aspect-grid .input-prepend {
	margin-bottom:0px;

}
.aspect-grid select,
.aspect-grid input[type="number"] {
	margin-bottom:0px;
}

.aspect-grid thead .buttonTableRight{
	margin-top:0px;
}

.k-grid tbody .btn-link:hover,
.k-grid tbody .btn-link:focus {

	text-decoration:none;

}
a.module-header-focus:hover,
a.module-header-focus:focus{
    text-decoration:none;
}

.alert-info {
    background-color: transparent;
    border-color: none;
    color: #3A87AD;
}

select:focus {
    border-color: #00ADEF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    outline: 0;
}

.compact-form .input-prepend .add-on:first-child,
.compact-form .input-prepend .btn:first-child {
    border-radius: 4px 0 0 4px;
    padding: 2px 4px 0 2px;
}

@-moz-document url-prefix() {
    .popover .arrow,
    .popover .arrow:after{
    position: absolute;
    display: block;
    width: 0;
    height: 1px;
    border-color: transparent;
    border-style: solid;
    }
}
