/* List styling */

.main ul {
	list-style: none;
	padding-left: 0;
	margin-top: 15px;
}

.main ul li {
	margin-bottom: 15px;
}

/* Form and form collection styling */

.form-collection > .form-group {
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 15px;
}

.form-collection > .form-group > .input-group > label:first-child {
	display: none;
}

form > div {
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(204, 204, 204, 0.50);
}

form > .form-control-padded {
	margin-bottom: 15px;
}

table tr > td:last-child ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

table tr > td:last-child ul li {
	display: inline-block;
}

textarea {
	min-height: 200px;
}

.form-control, .btn, .input-group-addon {
	border-radius: 0px;
}

select.form-control {
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 5px;
}

.input-group-addon {
	width: 100px;
}

.form-group .input-group {
	width: 100%;
}

.form-collection-cont {
	padding: 15px;
	border: 1px solid silver;
	background: rgb(252, 252, 252);
}

.form-collection-cont > .form-group:last-child {
	margin-bottom: 0px;
}

.form-collection-cont .form-collection > .form-group {
	background-color: white;
}

.form-collection-cont .input-group .help-block {
	margin-bottom: 0px;
	margin-top: 0px;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 10;
}

.form-collection-cont .input-group .help-block ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.form-collection-cont .input-group .help-block li {
	margin-bottom: 0px;
	margin-top: 0px;
}

.file-feild {
	padding: 15px;
	border: 1px solid silver;
}

.input-group .checkbox, .input-group .radio {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-left: 1px solid silver;
}

.course-resource-collection-cont > .form-group > h4 {
	display: none;	
}

.course-resource-collection-cont > .form-group > .sortable-form-collection .form-group > .input-group > label {
	display: none;	
}

.course-resource-collection-cont > .form-group > .sortable-form-collection .form-group > .input-group div.chosen-container  {
	width: 100% !important;
}

.thumbnail-cont > div:first-child {
    border-left: 1px solid #ccc;
    padding: 0px 15px 0px 15px;
}

.thumbnail-cont > div:first-child:empty {
    height: 100%;
    position: absolute;
}

.thumbnail-cont {
    height: 100%;
    /* position: absolute; */
}

/* Table styling */

.table {
	border: 1px solid #ccc;
	table-layout: initial;
}

.table thead {
	background-color: #eee;
}

.table > thead > tr > th {
	border-bottom: none;
}

.table > tbody > tr > td {
	vertical-align: middle;
}

.table > thead > tr > th:last-child {
	padding-right: 15px;
}

.table > tbody > tr > td:last-child > ul > li {
	margin-bottom: 0px;
	margin-left: 5px;
}

.table thead tr th:last-child, .table tbody tr td:last-child {
	text-align: right;
}

.table tbody:empty {
	border: 1px solid #ccc;
}

.table tbody:empty::before {
	content: "No records yet... Create one?";
	line-height: 30px;
	margin-left: 10px;
	font-size:  0.8em;
	color: grey;
}

/* Main container styling */


.main .floating-cont {
    padding: 0px 15px;
    background: white;
    box-shadow: none;
    border: 0px solid #ccc;
    margin-bottom: 60px;
    overflow: auto;
}

/* Structure styling */

html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
	height: 100%;
	background-image: url(/assets/img/admin_bg.png);
	background-position: center center;
	background-size: auto 100%;
}

footer {
    position: fixed;
    bottom: 0px;
    padding: 10px 15px;
    background-color: inherit;
    background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
    background-blend-mode: multiply;
    background-blend-mode: multiply,multiply;
    border: none;
    right: 0px;
    left: 0px;
    text-align: center;
}

.main .floating-cont h1 {
	margin: 0px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 15px;
	background: #ddd;
	padding: 15px;
	box-shadow: 0px 0px 1px black;
}

.embed-responsive, .map {
	box-shadow: 0px 0px 1px black;
}

.login-well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #737373;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    background-color: #272727;
    background-image: url(https://www.transparenttextures.com/patterns/shattered.png);
    color: white;
}

/* Alert styling */

.alert {
    margin-bottom: 0px;
    border-radius: 0px;
}

.alert ul {
	padding-top: 0px;
}

.alert ul li {
	padding-bottom: 0px;
}

/* Library overrides */
.chosen-container-multi .chosen-choices {
	border: 1px solid silver;
}

a {
    color: #9d9d9d;
}

.navbar-inverse {
    background-color: inherit;
    border-color: #080808;
    background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
    background-blend-mode: multiply;
    background-blend-mode: multiply,multiply;
}

.help-block {
    display: block;
    margin-top: -7px;
    margin-bottom: 10px;
    color: #737373;
    position: absolute;
    margin-bottom: 15px;
    right: 10px;
    z-index: 2;
}
