body {
    background: #e4e4e4 url("//wirelessestimator.com/wp-content/uploads/2015/05/light_grey_bg.png") repeat scroll center top;
    /*** Dark blue background **/
    /*background: #2b3e50;*/

}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
/* Have to set height explicity on ui-view
to prevent collapsing during animation*/
[ui-view]{
    height: 65px;
}
[ui-view].ng-enter, [ui-view].ng-leave {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
}

[ui-view].ng-enter {
    opacity: 0;
    -webkit-transform:scale3d(0.5, 0.5, 0.5);
    -moz-transform:scale3d(0.5, 0.5, 0.5);
    transform:scale3d(0.5, 0.5, 0.5);
}

[ui-view].ng-enter-active {
    opacity: 1;
    -webkit-transform:scale3d(1, 1, 1);
    -moz-transform:scale3d(1, 1, 1);
    transform:scale3d(1, 1, 1);
}

[ui-view].ng-leave {
    opacity: 1;
    /*padding-left: 0px;*/
    -webkit-transform:translate3d(0, 0, 0);
    -moz-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
}

[ui-view].ng-leave-active {
    opacity: 0;
    /*padding-left: 100px;*/
    -webkit-transform:translate3d(100px, 0, 0);
    -moz-transform:translate3d(100px, 0, 0);
    transform:translate3d(100px, 0, 0);
}
#title_header{
    background : #EAEAEA; padding:10px
}
.back-to-top {
    background: #ff9000 none repeat scroll 0 0;
    bottom: 5px;
    color: #ffffff;
    display: none;
    height: 35px;
    margin: 0;
    padding: 2px 0 0 5px;
    position: fixed;
    right: 5px;
    text-decoration: none;
    width: 35px;
    z-index: 100;
    display: none;

}
a.back-to-top:focus, a.back-to-top:active{
    color: #FFFFFF;
    outline: none;
}
.back-to-top i {
    font-size: 30px;
}

accordion{
    display: block;
    max-width:100%;
}
/*.ng-aside.horizontal{
    max-width: 90%;
}*/

#we-logo{height: 49px}
#train_content{
    background: #FFFFFF;
    box-shadow: 0 0 12px #ccc;

}

#train_nav{margin-top: 40px;}
#cal_banner{ max-width: 592px; margin: 10px auto;box-shadow: 0 0 6px #999;}
#cal_banner ul.rslides{ margin: auto; }
#isotopeContainer {
    margin-left: -15px;
    padding: 0;
    /*padding-left: 15px;*/
    min-height: 400px;

}

.trainer-card {
    /*background: #FFFFFF;*/
    /*background: #888 none repeat scroll 0 0;*/
    /*border-top-right-radius: 1.2em;
    color: #222;*/
    /*float: left;*/
    height: 180px;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
   /* width: 220px;*/

    text-align: center;
    /*padding: 0;*/
    list-style: none;

}
.trainer-card table.table{
    margin: 6px 0;
}
.trainer-card img {
    display: block;
    margin: auto;
    max-height: 55px;
    max-width: 100%;
    width: auto;
}

.trainer-card .bs-callout {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: white;
    box-shadow: 2px 2px 4px #ccc;

}
.panel-title a.accordion-toggle{
    display: block;
    outline: none!important;
}
.center {
    text-align: center;
}

.trainer-counts{
    width: 145px;
    margin: auto;
}
.btn-default .badge.course-count {
    background-color: #999;
    color: #fff;
    font-size: .8em;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.trainer-card .bs-callout{
    padding: 10px 20px 0 20px;
    margin: 0;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.btn-hover {
    /*font-weight: normal;
    color: #333333;*/
    cursor: pointer;
    background-color: inherit;
    border-color: transparent;
}
.btn.btn-hover.inactive,.btn.btn-hover.inactive:hover {
    color: #999;
    background-color: inherit;
    border-color: transparent;

}
/***  Blue book modal*/
.modal_user_content_section img{
    max-width: 100%;
}
.modal-backdrop.in {
   position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.stats_display{
    font-size: 18px;
    font-weight: bold;
}
.stats_display .label{
    font-size: 1.4em;
}
.stats_text{
    padding-top: 12px;
}

li.provider_item{
    float: left;
    width: 50%;
    border: none;
}
.page-header {
    margin-top: 10px;

}

.label.free-label{
    font-size: .65em;
}