﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    margin-right: -15px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    /*max-width: 280px;*/
    max-width: 100%;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/*Remove blue “selected” outline on buttons at Chrome*/
/*https://stackoverflow.com/questions/20593224/remove-blue-selected-outline-on-buttons*/
button {
    outline: none !important;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/*MVC Grid*/
td:hover {
    background-color: #CEE292;
}

/* BIG Radio Button */

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    outline: none !important; /*Remove blue “selected” outline at Chrome https://stackoverflow.com/questions/20593224/remove-blue-selected-outline-on-buttons */
}

    .btn-circle.btn-lg {
        width: 60px;
        height: 50px;
        /*padding-top: 3px;
        padding-left: 10px;*/
        font-size: 28px;
        line-height: 1.33;
        border-radius: 25px;
    }

    .btn-circle.active, .btn-circle:active {
        background-color: #ffd800 !important; /* Yellow background color for the selected radio button */
    }

    .btn-circle.hover, .btn-circle:hover {
        background-color: #ffd800 !important; /* Yellow background color for the selected radio button */
    }


/* My CSS */
.FontGlobal {
    font-family: Tahoma !important;
    font-weight: bold !important;
}

.FontTahoma10px {
    font-family: Tahoma !important;
    font-size: 10px;
}

.FontFooter {
    font-family: Tahoma;
    font-size: 12px !important;
    /*color: white !important;*/
    font-weight: bold !important;
}

.FontHeader {
    font-size: 18px !important;
    font-weight: bold !important;
}

.FontHeaderColorBeige {
    background-color: beige;
}


.FontHeader14px {
    font-family: Tahoma;
    font-size: 14px !important;
    font-weight: bold !important;
}

.FontHeader16px {
    font-size: 16px !important;
    font-weight: bold !important;
}

.GridFontHeader {
    font-family: Tahoma !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.SpanForSideBar {
    padding-right: 10px !important;
    /*vertical-align: top !important;*/
    font-family: Arial !important;
    font-size: 20px !important;
    /*color: white !important;*/
    font-weight: bold !important;
}

.Font25px {
    font-size: 25px !important;
    font-weight: bold !important;
    font-family: Tahoma !important;
}


.PageHeader {
    border: 2px #ccc solid;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    background-color: beige;
}

.MyNavBarFont {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
}

.MyDropDownMenu {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bolder !important;
    color: black;
}

.FontAwesomeColorGreen {
    color: #7DC515;
}

.NavbarIconToTextMargin {
    margin-left: 10pt;
}

.MyNavBarContactFont {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
}

.MyLableFontBlack {
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: black;
}

.MyLableFontRed {
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: red;
}

.MyLableFontBlue12pt {
    font-family: Tahoma;
    font-size: 12pt;
    font-weight: bold;
    color: blue;
}

/*http://www.abeautifulsite.net/whipping-file-inputs-into-shape-with-bootstrap-3/*/
.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/*Bold all select dropdown*/
select option {
    font-weight: bold;
}

.just-for-datepicker {

}

