﻿/* Move down content because we have a fixed navbar that is 50px tall */
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Wrapping element */
/* Set some basic 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 widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    /*.body-content {
        padding: 0;
    }*/
}

/*My own additions*/
.headerLabels {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

.char-label {
    padding-left: 32px;
    padding-bottom: 8px;
}

.char-list {
    padding-left: 32px;
    padding-top: 5px;
}

.btn-group {
    padding-top: 15px;
}

.roll-textbox {
  display: inline-block;
  width: 50px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.benefit-table {
    width: 25%;
    white-space: nowrap;
}

.benefit-table th {
    background-color: #00b7e8;
    border: 1px solid #00b7e8;
}
.benefit-table td {
    border: 1px solid #00b7e8;
}

.careerBtn {
    margin: 10px;
    display: inline-block;
    padding: 10px 16px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

.careerBtn.disabled,
.careerBtn[disabled],
fieldset[disabled] .careerBtn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sheetTable td {
    padding-right: 10px;
}

.sheetTable tr:nth-child(even) {
    background: #428bca;
    color: white;
}

.listItemStyle {
    padding-right: 10px;
    
}

.listAltStyle {
    background-color: #428bca;
    color: white;
    padding-right: 10px;
}

.skillDiv {
    float: left; 
    width: 30%;
    margin-bottom: 15px;
}

.eventDiv {
    float: left;     
    width: 70%;
}

.skillDivModal {
    float: left; 
    width: auto;
    margin-top: 15px;
} 

.eventDivModal {
    float: left; 
    width: auto;
    margin-top: 15px;
}

.modalSize {
    height: 600px;
    overflow-y: auto;
}

.modal-dialog{
    overflow-y: initial !important
}

@media screen and (max-device-width: 500px) {
    .leftAd {
        display: none;
    }

    .rightAd {
        display: none;
    }

    /*.addSpace {
        width: 300px;
        height: 100px;
        
        display: block;
    }

    .bottomAd {
        width: 300px;
        height: 100px;
        
        display: block;
    }*/
}


@media screen and (min-width: 500px) {
    /*.addSpace {
        width: 1000px;
        height: 100px;
       
        display: block;
    }
        
    .leftAd {
        width: 160px;
        float: left;
        display: block;
    }

    .rightAd {
        width: 160px;
        float: right;
        display: block;
    }*/

    /*.bottomAd {
        display: none;
    }*/
}

.raceBtn {
    height: 300px;
}

.firstgroup {
    height: 420px;
}
