/*
 Theme Name:     CE Diploma
 Theme URI:      https://www.liberty.edu
 Description:    EDU Child Theme
 Author:         Liberty University
 Author URI:     https://www.liberty.edu
 Template:       wp-edu-theme
 Version:        1.0.0
*/

/* CEDiploma Default Styles */
/*<style type="text/css">*/
/*xs-12*/
@media only screen and (max-width: 767px) {
  h3.topRelatedPages {
    margin-top: 1.0em !important;
    padding-top: 1.0em;
  }
  img#AccountHomeBrand.homebrand.img-responsive {
    max-width: 50%;
    max-height: 50%;
  }
}
h3.topRelatedPages {
  margin-top: 0.0em !important;
  padding-top: 0;
}
#parentdiv1,
#parentdiv2 {
  position: relative;
  border: 2px dashed red;
  padding: 0.3em 0.5em 0 0.5em;
  margin-bottom: 1em;
}
#parentdiv2 {
  padding: 0;
  border: none;
}
#childp1 {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-25%, -50%);
  padding: 0em;
  font-size: 1.1em;
  font-weight: bold;
}
#childp2 {
  font-size: 1.1em;
  font-weight: bold;
}

.site-main .row {
    max-width:none;
    width:auto;
    display:block;
}
/*</style>*/

/* CeDiploma Validation Page */
.table-striped > tbody > tr:nth-child(odd) > td {
    background-color: #ffffb9 !important;
}

.well {
    background-color: #ffffb9 !important;
}

.modal-dialog {
    width: 320px;
}

.outercenter {
    text-align: center;
}

.outercenter img {
    display: inline-block;
}

.CeDiDNumber {
    font-family: 'Share Tech Mono', monospace;
    font-size: 1.7em;
}

.AlphaNumericKey {
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
    padding-bottom: 6px;
}

.hr-gray {
    margin-top: 0;
    margin-bottom: 12px;
    border: 0;
    border-top: 1px solid #999;
}

.labelgray {
    border-radius: 0.3em;
    background-color: #666666;
    text-align: left;
    color: white;
    font-size: 1.1em;
    line-height: 1.1em;
    padding: 0.2em 0.6em 0.2em 0.6em;
    margin: 0 0 0.2em 1.1em;
}

.padleftright0 {
    padding-left: 0;
    padding-right: 0;
}

.popover-content, .popover-title {
    color: #000000 !important; /*black color*/
}

.btn-group {
    font-size: 12px; /*or whatever size */
}

.text-warning {
    /*color: #8a6d3b;*/
    margin: 18px 0 10px;
}

@media print {
    footer {
        display: none;
    }
}

/* corrections */
.btn:hover, .btn:active, .btn:visited {
    color:#fff;
}

input {
    border: 1px solid #e1e1e1;
    padding: 5px 10px;
    font: inherit;
    height: 45px;
}

input[type="submit"]{
    background: #3b99fb;
    border-radius: 2px;
    padding: 0 20px;
    color: #fff;
    border: none;
    cursor: pointer;
    height: auto;
    line-height: 45px;
}
