/* Courses Grid and Table Custom CSS */

/* Course Grid - Box Titles */
.thumb-info .thumb-info-wrapper {
    border: #D3D3D3 1px solid;
}

.thumb-info .thumb-info-wrapper:after {
	background: rgba(36, 27, 28, 0.3); /* Modifies the hover effect */
}

.thumb-info .thumb-info-inner {
	display: block;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
}

.thumb-info .thumb-info-title {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: rgba(36, 27, 28, 0.7);
	bottom: 0;
	color: #FFF;
	font-size: 14px;
    line-height: 1.2em;
	font-weight: 600;
	left: 0;
	letter-spacing: 0px;
	padding: 9px 11px 9px;
	position: absolute;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-transform: none;
	z-index: 2;
    width: 100%;
	max-width: 100%;
}

.thumb-info .thumb-info-type {
    position: absolute;
    top: 5%;
    left: 5%;
	background-color: #ee692f;
    border: #FAD3C2 1px solid;
    color: #FFFFFF;
	display: inline-block;
	font-size: 14px;
    float: none;
	font-weight: 600;
	letter-spacing: 0;
	margin: 0;
	padding: 2px 9px;
	text-transform: none;
    border-radius: 0;
	z-index: 3;
}


/* Corner Ribbon */
.ribbon-wrapper {
    width: 100px;
    height: 100px;
    overflow: visible;
    position: absolute;
    top: 10px;
    right: -20px;
    z-index: 5;
}

.ribbon-new {
    font-variant: small-caps;
    font-size: 10pt;
    font-weight: 700;
    line-height: 1.0em;
    color: #FFF;
    text-align: center;
    text-shadow: rgba(161, 161, 161, 0.5) 1px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    position: relative;
    padding: 10px 5px;
    left: -5px;
    top: 2px;
    width: 115px;
    background-color: #FF3333;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FF3333), to(#FF0000));
    background-image: -webkit-linear-gradient(top, #FF3333, #FF0000);
    background-image:    -moz-linear-gradient(top, #FF3333, #FF0000);
    background-image:     -ms-linear-gradient(top, #FF3333, #FF0000);
    background-image:      -o-linear-gradient(top, #FF3333, #FF0000);
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.5);
    box-shadow:         0px 0px 3px rgba(0,0,0,0.5);
    border: #FFCCCC 1px solid;
}

.ribbon-update {
    font-variant: small-caps;
    font-size: 10pt;
    font-weight: 700;
    line-height: 1.0em;
    color: #FFF;
    text-align: center;
    text-shadow: rgba(161, 161, 161, 0.5) 1px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    position: relative;
    padding: 10px 5px;
    left: -5px;
    top: 2px;
    width: 115px;
    background-color: #2251DD;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2251DD), to(#1C41B0));
    background-image: -webkit-linear-gradient(top, #2251DD, #2251DD);
    background-image:    -moz-linear-gradient(top, #2251DD, #2251DD);
    background-image:     -ms-linear-gradient(top, #2251DD, #2251DD);
    background-image:      -o-linear-gradient(top, #2251DD, #2251DD);
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.5);
    box-shadow:         0px 0px 3px rgba(0,0,0,0.5);
    border: #BDCBF5 1px solid;
}

/* Layout Icons */
.dc_pictogram_websymbols:hover {
    opacity: 1.0;
}

.layout-icon {
    font-size: 1em;
    line-height: 1em;
    color: #C0C0C0;
    padding: 10px;
    border: #DCDCDC 1px solid;
    border-radius: 2px;
    cursor: pointer;
}

.layout-on:hover {
    cursor: default;
}

.btn:hover{
    border-color: #C0C0C0;
}

.layout-off {
    cursor: pointer;
}

.layout-off:hover {
    opacity: 0.7;
}

/* ----- Table View Specific CSS ----- */

/* Search Box */
#datatable-details_wrapper input {
    background: rgba(220, 220, 220);
    background: rgba(220, 220, 220, 0.5);
    border: #A9A9A9 1px solid;
    border-radius: 4px;
    padding: 7px;
    outline: 0;
}


/* ----- Course Pages ----- */
.portfolio-title .fa, .portfolio-title .icons {
    font-size: 1.5em;
}

ul.portfolio-details .list-icons > li {
    line-height: 12px;
    padding-left: 18px;
    margin-right: 10px;
    margin-bottom: 0;
}

ul.portfolio-details .list-icons > li .fa, ul.portfolio-details .list-icons > li .icons {
    top: 0px;
}

.features {
    background: #DCDCDC url(../img/patterns/linen-blue.html) repeat;
    padding: 10px;
    margin: 10px;
    border: #A9A9A9 1px solid;
    border-radius: 5px;
}

.features table {
    padding: 10px;
}

.features table tr td {
    padding: 5px 10px 5px 10px;
}

.fees {
    background: #DCDCDC url(../img/patterns/linen.html) repeat;
    padding: 10px;
    margin: 10px;
    border: #A9A9A9 1px solid;
    border-radius: 5px;
}

.fees-list-container dt {
    display: list-item;
    list-style-type: square;
    list-style-position: inside;
    font-weight: normal;
    color: #777;
}

/* Shipping Fee Disclaimer */
.shipping-fee-disclaimer {
    font-size: smaller;
    line-height: 1.3em;
}

.portfolio-info ul li {
    border-right: none;
    padding-right: 0px;
    margin-right: 2px;
    vertical-align: middle;
}

.bar-right {
    border-right: 1px solid #E6E6E6 !important;
    padding-right: 10px !important;
    margin-right: 5px !important;
}

.faq-content{
    padding-left: 20px;
    border-left: #DCDCDC 1px solid;
}

.img-thumbnail {
    border: 0px solid #ddd; /* Removes border around images on course page slider */
}
