/*
ExaltedDiceRoller custom styles
Some are based on styles from bootstrap.css
Created 8/5/2016
*/

.panel-title > a:before {
    font-family: glyphicon;
    content: "\2212";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    content: "\002b";
}
.panel-title > .pull-left > a:before {
    font-family: glyphicon;
    content: "\2212";
    padding-right: 5px;
}
.panel-title > .pull-left > a.collapsed:before {
    content: "\002b";
}

input.tabNameInput{
    height: 25px;
    width: 115px;
    margin-bottom: 5px;
}

input.tabNameInput:focus{
    width: 130px;
}

.list-group-margin-bottom2px {
  padding-left: 0;
  margin-bottom: 2px;
}

.nav-tabs > li .close {
    margin: -2px 0 0 10px;
    font-size: 18px;
    padding-top: 3px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #2f3877;
    cursor: default;
    background-color: #5284de;
    border: 1px solid #181698;
    border-bottom-color: transparent;
  }

a.inlineBlockForALinks {
    display: inline-block !important;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .9;
}

label.normalLabel {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}

label.boldLabel12 {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
    height: 23px;
}

label.boldLabel12_70 {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
    height: 23px;
    width: 80px;
}

label.boldLabel12_80 {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
    height: 23px;
    width: 80px;
}

.lb-sm {
  font-size: 12px;
}

.lb-md {
  font-size: 16px;
}

.lb-lg {
  font-size: 20px;
}

.rollResultHeadingStyle{
    font-size: 17px;
    padding: 1px 5px 1px 10px;
    border: 1px double grey;
}

.rollResultTabDesc{
    display: inline;
    font-size: 13px;
    padding: 1px 5px 1px 5px;
    border: 1px double grey;
    border-radius: 2px;
    margin-left: 15px;
    background-color: #5bc0de;
}

.rollResultPanelHeading {
    padding: 1px 15px 1px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.rollResultPanelBody {
    padding: 2px 15px 10px 15px;
}

.rollHistoryEntryButtonStyle {
    font-size: 13px;
    font-weight: bold;
    padding: 1px 5px 1px 10px;
    border: 1px double grey;
}

.rollHistoryLabelSuccess {
    background-color: #5cb85c;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.rollHistoryLabelDefault {
    background-color: #777;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.rollHistoryLabelPrimary {
    background-color: #286090;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.rollHistoryLabelDanger {
    background-color: #d9534f;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.rollHistoryLabelWarning {
    background-color: #f0ad4e;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.rollHistoryLabelInfo {
    background-color: #5bc0de;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.roll-result-detail {
    font-family: Calibri, Helvetica, Arial, sans-serif;
}

.roll-history-detail {
    font-family: Calibri, Helvetica, Arial, sans-serif;
}

.roll-result-detail-heading-font {
    font-size: 13px;
    font-weight: bold;
}

.roll-result-detail-text-font {
    font-size: 13px;
    font-style: italic;
}

.roll-result-detail-desc-font {
    font-size: 13px;
    font-style: normal;
}

.roll-result-detail-timestamp-font {
    font-size: x-small;
    font-style: italic;
}

.badgeOnslaughtPenalty {
  display: inline-block;
  min-width: 10px;
  padding: .2em .6em;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
  margin-top: 4px;
}

.badge-danger {
background-color: #d9534f;
}
.badge-warning {
background-color: #f0ad4e;
}
.badge-success {
background-color: #5cb85c;
}
.badge-info {
background-color: #5bc0de;
}
.badge-inverse {
background-color: #333333;
}

span.paddingLeft5px{
    padding-left: 5px;
}

select.fontSmaller {
    font-size: 12px;
}

.styleForCopyMessage {
    font-size: 10px;
    padding-right: 10px;
}

.styleForRollOptionsSuccess {
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
}

.fadein.ng-hide-remove,
.fadeout.ng-hide-add {
    -webkit-transition: 1000ms ease-in-out all;
    -moz-transition: 1000ms ease-in-out all;
    -o-transition: 1000ms ease-in-out all;
    transition: 1000ms ease-in-out all;
    /*display: block !important;*/
}

.fadein.ng-hide-remove,
.fadeout.ng-hide-add.ng-hide-add-active {
    opacity: 0;
}

.fadeout.ng-hide-add,
.fadein.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
}

.font-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

/* Anima - Start */

td.animaTypeHeading {
    font-family: Calibri, Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    vertical-align: middle !important;
}

td.animaStepContentHighLighted {
    color: white;
    background-color: #6DABEB;
    background-image:
        linear-gradient(
        to right,
        #6DABEB, #1E9ED6
        );
}

td.animaStepTitle00 {
    font-family: Calibri, Helvetica, Arial, sans-serif;
    text-align: center;
    vertical-align: middle !important;
    height: 25px;
    width: 20px;
}

td.animaStepTitle01to15 {
    font-family: Calibri, Helvetica, Arial, sans-serif;
    text-align: center;
    vertical-align: middle !important;
    width: 30px;
}

td.animaStepTitle16 {
    font-family: Calibri, Helvetica, Arial, sans-serif;
    text-align: center;
    vertical-align: middle !important;
    width: 200px;
}

td.animaStepContent {
    font-weight: bold;
    text-align: center;
    vertical-align: middle !important;
}

td.animaWeakCasteHeading {
    color: #566D81;
    background-color: #96D6E0;
    background-image:
        linear-gradient(
        to right,
        #96D6E0, #4EADD6
        );
}

td.animaStrongCasteHeading {
    color: #E1E6EC;
    background-color: #4EADD6;
    background-image:
        linear-gradient(
        to right,
        #4EADD6, #2D7F9C
        );
}

td.animaMildAuraHeading {
    color: white;
    background-color: #2D7F9C;
    background-image:
        linear-gradient(
        to right,
        #2D7F9C, #1E79D6
        );
}

td.animaBonfireHeading {
    color: #C1F3F6;
    background-color: #1E79D6;
    background-image:
        linear-gradient(
        to right,
        #1E79D6, #345896
        );
}

td.animaIconicHeading {
    color: #79F6EE;
    background-color: #345896;
    background-image:
        linear-gradient(
        to right,
        #345896, #04045B
        );
}
/* Anima - End */

.floatleft {
    float: left;
}

.floatright {
    float: right;
}
