﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    padding-bottom: 10px;
}

.inblock {
    display: inline-block;
}

input[type="radio"], input[type="checkbox"] {
    min-width: 30px;
}

#alertbox {
    display: none;
    z-index: 1060;
}

.alert-white {
    background: #fff;
}

input[type="checkbox"].form-control {
    width: 30px;
    margin-right: 10px;
    cursor: pointer;
}

.radiolabel {
    font-weight: normal;
    cursor: pointer;
    position: absolute;
    margin-top: 4px;
}

.checkboxlabel {
    font-weight: normal;
    cursor: pointer;
    position: absolute;
    margin-top: 10px;
}

.checkboxlabel.checkboxlabelcourse {
  position: unset !important;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    -ms-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.deleteitem.field {
    margin-top: 4px;
}

.deleteitem.group {
    margin-top: 10px;
}

.ui-autocomplete {
    z-index: 2000;
}
/* Bootstrap overrides Start */

.jumbotron {
    font-size: 12px;
    padding: 20px;
    margin-bottom: 5px;
}

.jumbotron p {
    font-size: 12px;
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 20px;
        padding-bottom: 20px;
    }
} 

.container .jumbotron {
    padding-right: 20px;
    padding-left: 20px;
} 

h1, h2, h3 {
    margin-top: 0;
}

.form-control {
    display: inline-block;
}

.modal-content {
    -ms-box-shadow: 0 0 100px 100px rgba(0,0,0,0.3);
    box-shadow: 0 0 100px 100px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 100px 100px rgba(0,0,0,0.3);
}

input[type="radio"], input[type="checkbox"] {
    margin: 0;
}

.btn-block+.btn-block {
    margin-top: 0;
}

.input-group, .vertical-spacer {
    margin-bottom: 3px;
}

.panel-heading {
    cursor: pointer;
}

.navbar-nav.navbar-right, .navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

#coursethemes label { 
  max-width: unset;
}

/* Bootstrap overrides End */

.co-btn-group {
    margin-bottom: 3px;
}

.radio-form-control {
    height: 20px;
}

.tblfooter {
    width: 100%;
}

.tblfooter td {
    width: 33%;
}

/* Help Start */

.help-dimmer {
    background-color: black;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position:fixed;
    opacity: 0.7;
    z-index: 50;
}

.help-font {
    font-size: 16px;
    line-height: 24px;
    z-index: 150;
    color: white;
    position: absolute;
}

.help-container {
    position: relative;
    padding: 5px;
}

.help-container i.fa {
    font-size: 21px;
    padding: 2px;
}

.help-btn-close {
    top: 70px;
    right: 30px;
}

/* Help End */