/* basic custom css */
dropdown-menu@charset "utf-8";
p {
    text-align: justify;
}
.custom-search  {
    float: right;
    position: relative;
}
.custom-search span {
    float: none;
    color: #3a3a3a;
    font-size: 18px;
    font-weight: bold;
    padding: 0 16px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.custom-search .search-input {
    display: inline-block;
    width: 320px;
    height: 37px;
    border: 1px solid #b2b2b2;
    box-shadow: 0px 1px 3px 0px #e0dfdf inset;
    border-radius: 4px 40px 40px 4px;
    padding: 5px 10px;
}
.custom-search label {
    margin: 0px;
    position: absolute;
    right: 1px;
    top: 1px;
}
.custom-search label:before {
    content: "\f002";
    font-family: 'icomoon';
    color: #595959;
    position: absolute;
    left: 15px;
    top: 9px;
    font-weight: normal;
    text-shadow: 0px 1px 1px #fff;
    cursor: pointer;
}
.custom-search label input[type="submit"] {
    height: 35px;
    width: 42px;
    border: none;
    border-left: 1px solid #a9a9a9;
    border-radius: 4px 40px 40px 4px;
}
.form-group {
    margin-bottom: 15px;
    padding-right: 0px;
}
.summary{
    margin-bottom: 12px;
}
.events-listing article:last-child {
    border-bottom:none;
    display: table;
    margin: 0 0 30px;
    padding: 0 0 24px;
    width: 100%;
}
.form-group .form-control{
    border-radius: 0px;
}
.form-control {
    border-radius: 0px;
}
.btn {
     border-radius: 3px;
}
.btn-custom {
    color: #fff;
    background-color: #08387F !important;
    padding: 9px 20px;
    text-transform: none !important;
    border: 1px solid #0b58a2 !important;
    font-weight: bold;
}
.btn.focus, .btn:focus, .btn:hover,.btn-custom:hover {
    background: #0b58a2 !important;
    color: #fff;
    text-decoration: none;
    border: 1px solid #08387F !important;
}
.cs-courses.listing-view article:first-child {
    border-top: 0px solid #f2f2f2;
    border-bottom: none;
}
.cs-courses.listing-view article {
    padding: 30px 0;
     border-top: 0px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}
form div.required label.control-label:after {
    content: " * ";
    color: red;
}
a.simple-link{
    color: #08387f;
    font-weight: bold;
}
a.simple-link:hover{
    color:red;
}
.top-border
{
    margin: 0 !important;
}
.panel-default
{
    border-top:2px solid #08387f !important;
    border-radius: 2px !important;
}
.panel-heading {
    background: #fff !important;
    padding: 10px 10px 3px 10px !important;
}
.panel-heading h5 {
    font-size: 14px !important;
    color: #08387f !important;
    font-weight: normal; !important;
}
.cat-multicolor ul li a
{
    text-transform: none !important;
    font-size: 14px !important;
}
.cs-campunews ul li time
{
    text-transform: none !important;
}
.cs-campunews ul li figure
{
    width:60px;
}
.cs-courses.listing-view article figure
{
    width:120px;
}
.cs-campus-info
{
    padding-left: 70px !important;
}
.cs-text
{
    /*padding-left: 140px !important;*/
}
.post-thumb
{
    border: 1px solid #ddd;
}
.top-title
{
    border-bottom: 1px solid #ddd !important;
}
.top-title h5 {
    color: #08387f !important;
}
.cs-main-filterable .cs-filter-nav li
{
    margin-right: 10px !important;
}
.cs-main-filterable .cs-filter-nav li a:hover
{
    color:#eee !important;
}
.cs-main-filterable .cs-filter-nav li a i
{
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 16px;
}
.events-listing article {
    padding: 0 !important;
    margin: 0 0 11px !important;
}
.events-listing .date-time ~ section
{
    padding-left: 70px !important;
}
.post-702
{
    margin: 0 !important;
}
.events-listing .post-options
{
    margin: 0 !important;
}
.post-options li {
    line-height: 17px !important;
}
.post-options li i{
    margin: 3px 4px 0 0 !important;
}
.cat-multicolor ul li a {
    color: #333 !important;
}
/* loader css */
.preloader {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.35);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999;
}
.preloader .preloader-container {
    display: inline-block;
    height: 100px;
    left: 0;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
}
.preloader .preloader-container .animated-preloader {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50em;
    -webkit-animation: sk-rotateplane 1.5s infinite ease-in-out;
    animation: sk-rotateplane 1.5s infinite ease-in-out;
}
.preloader .preloader-container .animated-preloader:after {
    content: '';
    display: inline-block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50em;
    background: white;
    -webkit-animation: preloader-inside-white 1s ease-in-out infinite;
    -ms-animation: preloader-inside-white 1s ease-in-out infinite;
    animation: preloader-inside-white 1s ease-in-out infinite;
}
.preloader .preloader-container .animated-preloader:before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    border-radius: 50em;
    -webkit-animation: preloader-inside-red 1s ease-in-out infinite;
    -ms-animation: preloader-inside-red 1s ease-in-out infinite;
    animation: preloader-inside-red 1s ease-in-out infinite;
}
.preloader .preloader-container .animated-preloader:before {
    background: #0e76a8;
}
.preloader .preloader-container .animated-preloader {
    background: #0e76a8;
}

/* Initialise for 3 tiers */
nav ul, ul li ul, ul li ul li ul {
    margin:0;
    padding:0;
}
nav ul li, ul li ul li, ul li ul li ul li {
    list-style-type:none;
    float:left;
}
.navigation ul li ul li {
    position:relative;
}
.navigation ul li ul li:hover > ul {
    display:block;
}
.navigation ul li ul li ul {
    display:none;
    position:absolute;
    top:0;
    left: 100%;
    padding-left: 4px;
}

/* ========================================================================
 * LIST GROUP
 * ======================================================================== */
.media-list > .media .media-body .media-meta.device {
  position: absolute;
  top: 5px;
  right: 15px;
}
.media-list > .media .media-body .media-meta.time {
  float: right;
  margin-top: 3px;
}

/* ========================================================================
 * MEDIA IMAGE
 * ======================================================================== */
.media {
  position: relative;
}
.media > .pull-left.has-notif i {
  border: 2px solid #2A2A2A;
}
.media > .pull-left.has-notif i.online {
  background-color: #8CC152;
  animation: opacity-badge 0.6s infinite;
  -webkit-animation: opacity-badge 0.6s infinite;
}
@keyframes opacity-badge {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1.2);
  }
}
@-webkit-keyframes opacity-badge {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1.2);
  }
}
.media > .pull-left.has-notif i.offline {
  background-color: #959595;
}
.media > .pull-left.has-notif i.away {
  background-color: #F6BB42;
}
.media > .pull-left.has-notif i.busy {
  background-color: #E9573F;
}
.media > .pull-left.has-notif i {
  position: absolute;
  left: 14px;
  top: 3px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
.media > .pull-left.avatar i {
  left: 4px;
  top: 1px;
}

.media-list {
  background-color:#e1e8eb;
}
.media-list > a {
  text-decoration: none;
  border-bottom: 1px solid #DDD;
}
.media-list > a:hover {
  background-color: #EEEEEE;
}
.media-list > a:last-child {
  border-bottom: none;
}
.media-list > .media {
  display: block;
  padding: 8px 15px;
  margin: 0;
  line-height: 21px;
}
.media-list > .media > .pull-left {
  display: table-cell;
  margin-top: 4px;
}
.media-list > .media .media-object {
  width: 50px;
  height: 50px;
  text-align: center;
}
.media-list > .media .media-object img {
  width: 30px;
  height: 30px;
}
.media-list > .media > .media-body {
  display: table-cell;
}
.media-list > .media > .media-body > .media-heading {
  text-transform: capitalize;
  display: block;
  font-weight: 600;
  color: #444;
  margin-bottom: 0;
}
.media-list > .media > .media-body > .media-text {
  display: block;
  color: #777;
  margin: 0;
  font-size: 13px;
  min-width: 210px;
}
.media-list > .media > .media-body > .media-meta {
  font-size: 11px !important;
  margin: 0;
  color: #8f8f8f;
}
.media-list.small > .media {
  padding: 7px 15px;
}
.media-list.small > .media .media-object {
  width: 38px;
  height: 38px;
}
.media-details {
  padding: 20px;
}
.media-details .category {
  font-size: 11px;
}
.media-details .details {
  margin-top: 20px;
}
.media-details .details h4 {
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
}
.media-details .table {
  box-shadow: none;
}
.media-details .media-title {
  font-size: 17px;
}
.comment-count {
  font-size: 13px;
  color: #333;
  margin-bottom: 15px;
  margin-top: 0px;
}

.comment-list .media {
  border-bottom: 1px dotted #ccc;
  padding-top: 15px !important;
  padding-bottom: 15px;
}
.comment-list .media:last-child {
  border-bottom: none;
}
.comment-list .media .media {
  border-bottom: none;
  padding-bottom: 0px;
}
.comment-list .media-object {
  width: 60px;
  margin-right: 5px;
}
.comment-list h4 {
  margin: 0px;
  color: #333;
  font-size: 16px;
}
.comment-list .media-body .media {
  border-top: 1px dotted #DDD;
  padding-top: 15px;
}
.comment-list .media-body p:last-child {
  margin-bottom: 0px;
}
.comment-list .reply {
  padding: 3px 8px;
  line-height: normal;
  border-radius: 2px;
}