﻿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 {
    max-width: 280px;
}

#emailSubject{
    max-width: none;
    width: 94%;
}

#emailTo {
    max-width: none;
    width: 35%;
}

.emailSend {
    float: right;
    margin-right: 5px;
}

.bottomMargin-10 {
    margin-bottom: 10px;
}

.topMargin-5 {
    margin-top: 5px;
}

.topMargin-10 {
    margin-top: 10px;
}

.removeVerticalMargins {
    margin-bottom: 0;
    margin-top: 0;
}

.flipcard_container {
    position: relative;
    margin: 10px auto;
    height: 200px;
    z-index: 1;
}

.flicard_shadow {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) !important;
    -o-transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) !important;
    -webkit-transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) !important;
    transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) !important;
}

.flipcard_container:hover .flicard_shadow {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.face {
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: lightgrey 1px solid;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: White;
}

.face.back {
    display: block;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    color: #FFF;
    text-align: center;
    background-color: #333333;
    padding-top: 30px;
}

.flipcard_circle {
    height: 64px;
    width: 64px;
    border: 1px solid;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #333333;
    text-align: center;
    color: #FFF;
    margin-top: 13px;
    display: inline-block;
}

.flipcard_circle .glyphicon {
    margin-top: 15px;
    font-size: 25px;
    color: #FFF;
}

.topmargin-24 {
    margin-top: 24px;
}

.allmargin-5 {
    margin: 5px;
}

.resetFontSize {
    font-size: 14px;
}

.inlineBlock {
    display: inline-block;
}

.pager .customhidden-xs {
    display: inline;
}

@media (max-width: 767px) {
    .customhidden-xs {
        display: none !important;
    }
}

.statusWarn {
    color: Red;
    font-size: 15px;
    font-weight: bold;
}

.noborder {
    border: medium none !important;
}

.jumbotron {
    padding-bottom: 5px;
    padding-top: 5px;
}

@media screen and (min-width: 768px) {
    .jumbotron h1,
  .jumbotron .h1 {
    font-size: 50px;
  }
}

.chartHeight{
    height: 100px;
}

.barChartHeight{
    height: 160px;
}



.marginBottom-5{
    margin-bottom:5px;
}

.marginLeft-5{
    margin-left:5px;
}

.padding-5{
    padding-bottom:5px;
    padding-top:5px;
}

.doughnut-legend {
    list-style: none;
    position: absolute;
    right: 8px;
    top: 0;
}

.removeListStyle {
    list-style: none;
}

.doughnut-legend li span {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.doughnut-legend li {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    cursor: default;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
    padding: 2px 8px 2px 28px;
    position: relative;
    -webkit-transition: background-color 200ms ease-in-out 0s;
    -moz-transition: background-color 200ms ease-in-out 0s;
    -ms-transition: background-color 200ms ease-in-out 0s;
    -o-transition: background-color 200ms ease-in-out 0s;
    transition: background-color 200ms ease-in-out 0s;
}

.alignTextRight {
    float: right;
    margin-bottom: 0;
    margin-top: 14px;
}

.checkbox input[type="checkbox"] {
    margin-left: 0;
}

.defaultColor {
    color: #333333;
}

.emailLogTemplate .modal-dialog {
    width: 70%;
}

.table > tbody > tr > td {
    vertical-align: initial;
}

.validation-summary-errors ul {
    list-style: none;
}

.validation-summary-errors ul li:before {
		content: "\00BB \0020";
	     }