﻿html {
    margin-bottom: 20px
}
body {
    padding-top: 90px;
    padding-bottom: 20px;
    height: 100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.overlayText { 
    position:absolute;
    z-index:1;
    top: 230px;
    left: 25%;
    width:50%;
    text-align:center;
}

.semitransparent {
    /*opacity: 0.92;*/
}

.extratransparent {
    opacity: 0.5;
}

.overlayResult {
    position: absolute;
    z-index: 1;
    top: 300px;
    left: 25%;
    width: 50%;
}

.carousel-control-small {
    width: 40px !important;
}

.carousel-control-left-content {
    margin-top: -20px;
    margin-left: 5px;
}

.carousel-control-right-content {
    margin-top: -20px;
    margin-left: -20px !important;
}

.overlayResultContent {
    border-radius: 5px;
    border: 1px solid #cccccc;
    /*background-color: white;*/
    background-color: rgba(255, 255, 255, 0.2);
    /*min-height: 300px;*/
    /*padding: 10px;*/
    padding: 10px 10px 0px 10px;
}

.pageHeader {
    font-size: 30px;
    text-align: center;
    color: #a1a1a1;
    margin-top: 10px;
    margin-bottom: 5px;
}

.ui-corner-all {
    padding: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.ui-state-focus {
    color: White;
    background: #f5f5f5 !important;
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    /*outline: none;*/
    display: block;
}

.panel-default > .panel-heading {
    color: #333333;
    background-color: rgba(34, 177, 76, 0.7);
    border-color: #dddddd;
}