﻿


/* Subnav */
.navbar
{
    margin-bottom: 0;
}

nav.subnav
{
    color: #262626;
    background: #fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}


/* Headings */
.breadcrumb-h1
{
    font-size: 14px;
    display: inline;
    margin: 0;
}

.litmos-large-header
{
    font-size: 24px !important;
    margin-top: 0;
}

.litmos-small-header
{
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 0;
    margin-left:50px;

    color: #4d4d4d;
}

.litmos-small-header  a,
.litmos-small-header a:hover
{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    text-decoration: none;
    color: #4d4d4d;
}

/* Panels */
.panel-litmos
{
    border: none;
    border-radius: 0;
}


/*************** HELPER CLASSES *****************/

.mt-0
{
    margin-top: 0 !important;
}

.mt-half
{
    margin-top: .5em !important;
}

.mt-1
{
    margin-top: 1em !important;
}

.mt-2
{
    margin-top: 2em !important;
}

.mt-3
{
    margin-top: 3em !important;
}

.mt-4
{
    margin-top: 4em !important;
}

.mb-0
{
    margin-bottom: 0 !important;
}

.mb-1
{
    margin-bottom: 1em !important;
}

.mb-2
{
    margin-bottom: 2em !important;
}

.mb-3
{
    margin-bottom: 3em !important;
}

.mb-4
{
    margin-bottom: 4em !important;
}

.ml-0
{
    margin-left: 0 !important;
}

.ml-1
{
    margin-left: 1em !important;
}

.ml-2
{
    margin-left: 2em !important;
}

.mr-0
{
    margin-right: 0 !important;
}

.mr-1
{
    margin-right: 1em !important;
}

.mr-2
{
    margin-right: 2em !important;
}

.pt-0
{
    padding-top: 0 !important;
}

.pt-1
{
    padding-top: 1em !important;
}

.pt-2
{
    padding-top: 2em !important;
}

.pb-0
{
    padding-bottom: 0 !important;
}

.pb-1
{
    padding-bottom: 1em !important;
}

.pb-2
{
    padding-bottom: 2em !important;
}

.pl-0
{
    padding-left: 0 !important;
}

.pl-1
{
    padding-left: 1em !important;
}

.pl-2
{
    padding-left: 2em !important;
}

.pl-3
{
    padding-left: 3em !important;
}

.pl-4
{
    padding-left: 4em !important;
}

.pl-5
{
    padding-left: 5em !important;
}

.pr-0
{
    padding-right: 0 !important;
}

.pr-1
{
    padding-right: 1em !important;
}

.pr-2
{
    padding-right: 2em !important;
}

.pr-3
{
    padding-right: 3em !important;
}

.pr-4
{
    padding-right: 4em !important;
}

.pr-5
{
    padding-right: 5em !important;
}

.text-white
{
    color: White !important;
}

.table_display  
{
    display:table;
    width:100%;
 }

.table_cell
{
    display:table-cell;
}

.table_row
{
    display:table-row;
}

.v_middle
{
    vertical-align:middle !important;
}

.v_top
{
    vertical-align:top !important;
}



/*********** COURSE LIBRARY ************/
/* Course Library Sub Nav*/

/* Course Library Tiles and List View */
.tiles-view
{
    padding: 0 15px 0 0;
}

.tiles-view .panel
{
    height: 100%;
}

.tiles-view-panel-body
{
    height: 120px;
    padding: 15px;
}

.tiles-view .table_row, .tiles-view .table_cell
{
    display:block;
}

.tiles-view .table_cell
{
    display:block;
    padding-bottom:20px;

}

.list-view .panel-body
{
    position: relative;
}

.list-view .viewpanelbody > a { padding:8px 15px; }

.list-view span i
{
    font-size: 20px;
    position: absolute;
    top: 14px;
    right: 14px;
}


.list-view .image-box
{
    position: relative;
    display: table-cell;
    width: 133px;
    height: 72px;
}

.list-view .tile-image-default
{
    width: 176px;
    height: 99px;
    padding-top: 22px;
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-size: auto 100%;
}


.list-view .tile-image-default img
{
    display: block;
    height: 55px;
    margin: 0 auto;
    opacity: .8;
}

.list-view .tile-image
{
    width: 176px;
    height: 99px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.list-view .image-box-square .tile-image
{
    width: 100px;
    height: 100px;
   
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.list-view .panel
{
    display: table;
    width: 100%;
    vertical-align: top;
    position:relative;
    margin: 0;
    margin-bottom:15px;
    border: none;
    border-bottom: 1px solid #ddd;
    position:relative;
    border-radius: 4px;
    -webkit-box-shadow: 0;
            box-shadow: 0;
}

.list-view .image-box-square {
    position: relative;
    display: table-cell;
    width: 100px;
    height: 100px;
    padding: 3px;
}

list-view .image-box-square .tile-image {
    width: 100px;
    height: 100px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.list-view .image-box-square .tile-image-default {
    width: 100px;
    height: 100px;
    padding-top: 34px;
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.list-view .image-box-square .tile-image-default img {
    display: block;
    height: 40px;
    margin: 0 auto;
    opacity: .8;
}



.status-box { margin-top:5px;}

.status-box small
{
    margin-right: 10px;
    display: inline-block;
}

.status-box small:last-child
{
    margin-right: 0px;
}


.tiles-course a:hover,
.tiles-course a:focus,
.tiles-course a:active
{
    text-decoration: none;
}

.tiles-view span i
{
    font-size: 20px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#toggleview-wrapper > li > a
{
    cursor: pointer;
    color: #ccc;
    border: none;
}

.listTilesIcons > a {
    cursor: pointer;
    color: #ccc;
    border: none;
    display: inline-block !important;
    padding: 10px 8px !important;
}

.listTilesIcons > a.active {
    color: #4d4d4d;
}







.list-view .line_box {
    padding: 0px;
}




.line_box small {
    float: right;
    padding-right:50px;
}



#course-description
{
    color: #999;
}












.list-view .socialbox 
{
    text-align:right;
    position: absolute;
    margin-top: 10px;
    right: 15px;
    top:30px;
    margin-right: 40px;

}
.list-view .socialbox1 
{
    text-align:right;
    position: absolute;
    margin-top: 60px;
    right: 15px;
    top:5px;
    margin-right: 40px;

}




        







