.bs-form-box {
    border: 1px solid #eee;
    border-top-color: #e5e5e5;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;
    padding: 45px 15px 15px;
    position: relative;
    border-radius: 4px;
}

.bs-title {
    color: #959595;
    font-size: 12px;
    font-weight: 700;
    left: 15px;
    letter-spacing: 1px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
}

.modal-panel {
    margin-bottom: 0;
}

.panel-body > p {
    text-align: left;
}

p.item_description {
    color: #a6a6a6;
    font-size: 14px;
    margin-bottom: 0;
}

h4.item_name {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
}

.front-container {
    min-height: 500px;
}

.navbar-main-menu {
    margin-bottom: 0;
}

h3.page-header {
    border-bottom: 1px solid #909090;
}

.navbar-logo {
    padding: 5px 15px;
}

/*events*/

.event-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.event-list > li {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px rgb(51, 51, 51);
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
    padding: 0px;
    margin: 0px 0px 15px;
}

.event-list > li.cal-day {
    margin-bottom: 5px;
}

.event-list > li > time {
    display: inline-block;
    width: 100%;
    color: rgb(255, 255, 255);
    /*background-color: rgb(52, 60, 69);*/
    background-image: linear-gradient(to bottom, #3c3c3c 0px, #222 100%);
    background-repeat: repeat-x;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.event-list > li > time > span {
    display: none;
}

.event-list > li > time > .day {
    display: block;
    /*    font-size: 56pt;
        font-weight: 100;*/
    line-height: 1;
}

.event-list > li time > .month {
    display: block;
    /* font-size: 24pt;*/
    font-weight: 900;
    line-height: 1;
    padding: 10px;
}

.event-list > li > img {
    width: 100%;
}

.event-list > li > .info {
    padding: 5px;
    text-align: center;
}

.event-list > li > .info > .title {
    font-size: 17pt;
    font-weight: 700;
    margin: 0px;
}

.event-list > li > .info > ul,
.event-list > li > .social > ul {
    display: table;
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}

.event-list > li > .social > ul {
    margin: 0px;
}

.event-list > li > .info > ul > li,
.event-list > li > .social > ul > li {
    display: table-cell;
    cursor: pointer;
    color: rgb(30, 30, 30);
    font-size: 11pt;
    font-weight: 300;
    padding: 3px 0px;
}

.event-list > li > .info > ul > li > a {
    display: block;
    width: 100%;
    color: rgb(30, 30, 30);
    text-decoration: none;
}

.event-list > li > .social > ul > li {
    padding: 0px;
}

.event-list > li > .social > ul > li > a {
    padding: 3px 0px;
}

.event-list > li > .info > ul > li:hover,
.event-list > li > .social > ul > li:hover {
    color: rgb(30, 30, 30);
    background-color: rgb(200, 200, 200);
}

@media (min-width: 768px) {
    .event-list > li {
        width: 100%;
        padding: 0px;
    }

    .event-list > li > time,
    .event-list > li > img {
        display: inline-block;
    }

    .event-list > li > .info {
        background-color: rgb(245, 245, 245);
        overflow: hidden;
    }

    .event-list > li > time,
    .event-list > li > img {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .event-list > li > .info {
        position: relative;
        text-align: left;
        padding: 15px;
    }

    .event-list > li > .info > ul {
        position: absolute;
        left: 0px;
        bottom: 0px;
    }

    .event-list > li > .info > p {
        padding: 5px;
        text-align: justify;
    }
}

/*events*/

@media (max-width: 768px) {
    .logo {
        max-height: 100%;
        max-width: 100%;
    }

    .col-request {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-height: 768px) {
    .logo {
        max-height: 100px;
        max-width: 100px
    }

    .col-request {
        padding-left: 3px;
        padding-right: 3px;
    }

}

.col-activity {
    height: 100px;
    overflow: hidden;
    margin: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 5px rgba(51, 51, 51, 0.7);
    padding: 15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.front-container .panel, .thumbnail, .item-list {
    margin-bottom: 20px;
}

.front-navbar > li > a:hover {
    background-image: linear-gradient(to bottom, #337ab7 0px, #265a88 100%);
    background-repeat: repeat-x;
    border-color: #245580;
}

.navbar-static-top {
    border-width: 0 0 2px;
}

.requests-badges {
    padding: 2px 7px;
}

.front-caption {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: white;
    height: auto;
    padding: 0 15px;
    position: absolute;
    width: 100%;
}

.front-caption > h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.front-caption-container {
    height: 50px;
}

/* Overriding the indicators list style of bootstrap*/
.carousel-indicators {
    bottom: 50px;
}

.carousel-indicators .active {
    border: 2px solid #016cbe;
    background-color: #016cbe;
    height: 40px;
    margin: 0;
    width: 40px;
}

.carousel-indicators li {
    border: 2px solid #efefef;
    background-color: #efefef;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin: 1px;
    text-indent: -999px;
    width: 30px;
    border-radius: 50%;
}

.carousel-indicators li > img {
    height: 30px;
    width: 30px;
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.carousel-indicators li.active > img {
    height: 40px;
    width: 40px;
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.rotate_loading {
    display: none;
    position: fixed;
    opacity: 0.8 !important;
    height: 100%;
    width: 100%;
    background: transparent url("/assets/plugin_assets/labpro_errors/ajax-loader-f1b9b97b.gif") 50% 50% no-repeat;
}

.activity-container {
    margin: 5px 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 5px rgba(51, 51, 51, 0.7);
    padding: 10px 5px 5px 5px;
}

.activity-name {
    padding-left: 10px;
    padding-right: 10px;
}

.label-field-param {
    margin-bottom: 5px;
}

/* DropDown user menu*/
.front-navbar > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 1px;
}

.dropdown-menu-inverse {
    background-image: linear-gradient(to bottom, #3c3c3c 0px, #222 100%);
    background-repeat: repeat-x;
}

.dropdown-menu-inverse > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #9d9d9d;
}

.dropdown-menu-inverse .divider {
    background-color: #080808;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}

.dropdown-menu-inverse > li > a:hover {
    color: #fff;
}

/* DropDown user menu*/

/*Interesting sites*/
.site-description {
    color: #a6a6a6;
    text-align: center !important;
    font-size: 1.1em;
    font-style: italic;
    margin: 0;
    padding: .5em .5em 0 0;
}

div.siteLink:hover {
    cursor: hand;
    cursor: pointer;
    opacity: .8;
}

a.siteLink {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

/*Interesting sites end*/

.jumbotron-container {
    margin-top: 60px;
}

/* DropDown user menu*/

.jumbotron-container {
    margin-top: 60px;
}

.resource-block {
    margin-bottom: 10px;
}

.add-on .input-group-btn > .srch-btn {
    border-left-width: 0;
    left: -2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background: none;
}

.add-on .srch-term, .add-on .srch-btn {
    background: none;
    border-color: #555;
}

.add-on .srch-term {
    color: #fff;
}

.add-on .srch-term:focus {
    background: none;
}