/* Bootstrap overwrite styles */

a:hover,
a:focus {color: #2a6496;text-decoration: none;}

.top-bar .btn-group.pull-right{padding-left: 5px;}

label{font-weight: normal;}

#newReportContainer .btn-primary{
  font-size: 15px;
  width: 250px;
}
.btn.btn-primary:hover{
  background-image: none;
}
.btn.btn-primary a{
  color: #fff;
}

.btn-primary {background-image: -webkit-linear-gradient(top, #85b4d3 0%, #5b9ac1 100%);background-image: -o-linear-gradient(top, #85b4d3 0%, #5b9ac1 100%);background-image: -webkit-gradient(linear, left top, left bottom, from(#85b4d3), to(#5b9ac1));background-image: linear-gradient(to bottom, #85b4d3 0%, #5b9ac1 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat: repeat-x;border-color: #5b9ac1;}

#newReportContainer .btn-primary{font-size: 15px;width: 250px;}
input{border: 1px solid #ccc;border-radius: 4px;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;font-size: 13px;padding: 6px 12px;transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;}

.panel.selected-panel .container{width: 900px;height: 100% !important;overflow: hidden;padding: 0px;}
.panel{margin-bottom: 0px;border-radius: 0px;}

/* popover styles */
.popover-title {padding: 5px;font-size: 13px;text-align: center;}
.popover-content {max-height: 125px;min-width: 200px;overflow-y: scroll;font-size: 13px;}
.popover-content.popover-exp{overflow: initial;min-width: initial;}
.popover-content a {color: #5B9AC1 !important;}
.popover-content a:hover {color: #56c2e9 !important;}
.popover-snapshots-list {padding: 10px 0;border-top: 1px dotted #C1C1C1;margin-top: 10px;}
.popover.top{z-index: 99999;}
.popover-snapshots-list ul li {list-style: none;line-height: 24px;padding-left: 17px;padding-right: 17px;}
.popover-snapshots-list ul li:nth-child(even) {background-color: #f8f8f8;}
.popover-snapshots-list ul li:nth-child(odd) {background-color: #fff;}
.popover-title .close{position: relative;font-size: 16px;bottom: 3px;right: 2px;}
.no-padding {padding: 0px;}
.btn.btn-centered {display: block;margin: 0 auto;margin-bottom: 25px;}
.col-xs-4.col-sm-4.affix {top: 120px;}
.col-xs-4.col-sm-4.affix-top {top: 0px;}

.search_container.col-sm-3 .btn-sm, .btn-group-sm > .btn {height: 31px;font-size: 12px;border-radius: 4px;position: relative;top: -1px;}

@media print {
  *,
  *:before,
  *:after {
    color: inherit !important;}
}

/* alert styles */
.edit-account-form .alert.alert-danger,
.edit-account-form .alert.alert-success,
.edit-account-form .alert.alert-warning{width: 237px;padding: 5px;}
.edit-block-wrapper .alert.alert-danger,.edit-block .alert.alert-warning{padding:5px;margin-top:5px;}
.edit-block .alert.alert-warning{line-height: 22px;}
.edit-block .alert.alert-danger{width:327px;}


