﻿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;
}

.control-label {
    color: black;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* 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;
    }
}


.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.header {
    background: #EEE;
    border-style: 1px;
}
/*.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; 
    margin-top: -50px;
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100px; 
    height: 102px; 
}*/

.spinner {
    background: rgb(239 236 236 / 20%);
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1234;
}

    .spinner img {
        margin: auto;
        position: fixed;
        bottom: 0;
        left: 0;
        top: 0;
        right: 0;
        z-index: 9999;
        border-radius: 50px;
    }

.row {
    margin-top: 10px;
    padding: 0 10px;
}

.clickable {
    cursor: pointer;
}

.panel-heading span {
    margin-top: -8px;
    font-size: 15px;
}

/*Adding some css for looks good*/
span.error {
    display: block;
    visibility: hidden;
    color: red;
    font-size: 90%;
}

#errmsg {
    color: red;
}
/*css for table*/
.container td {
    vertical-align: top;
}

.tablecontainer table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #BFAEAE;
    border-right: 1px solid #BFAEAE;
}

.tablecontainer th {
    border-bottom: 2px solid #BFAEAE !important;
}

.tablecontainer th, .tablecontainer td {
    text-align: left;
    border-left: 1px solid #BFAEAE;
    padding: 5px;
    border-bottom: 1px solid #BFAEAE;
}

.ui-widget {
    font-size: 12px !important;
}

.control-label.required:after {
    content: " *";
    font-family: 'Miriam Fixed';
    font-weight: bold;
    color: red;
}

.shape {
    border-style: solid;
    border-width: 0 70px 40px 0;
    float: right;
    height: 0px;
    width: 0px;
    -ms-transform: rotate(360deg); /* IE 9 */
    -o-transform: rotate(360deg); /* Opera 10.5 */
    -webkit-transform: rotate(360deg); /* Safari and Chrome */
    transform: rotate(360deg);
}

.offer {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
    margin: 15px 0;
    overflow: hidden;
}

.offer-radius {
    border-radius: 7px;
}

.offer-danger {
    border-color: #c0392b;
}

    .offer-danger .shape {
        border-color: transparent #c0392b transparent transparent;
        border-color: rgba(255,255,255,0) #c0392b rgba(255,255,255,0) rgba(255,255,255,0);
    }

.offer-success {
    border-color: #27ae60;
}

    .offer-success .shape {
        border-color: transparent #27ae60 transparent transparent;
        border-color: rgba(255,255,255,0) #27ae60rgba(255,255,255,0) rgba(255,255,255,0);
    }

.offer-default {
    border-color: #95a5a6;
}

    .offer-default .shape {
        border-color: transparent #95a5a6 transparent transparent;
        border-color: rgba(255,255,255,0) #95a5a6 rgba(255,255,255,0) rgba(255,255,255,0);
    }

.offer-primary {
    border-color: #2980b9;
}

    .offer-primary .shape {
        border-color: transparent #2980b9 transparent transparent;
        border-color: rgba(255,255,255,0) #2980b9 rgba(255,255,255,0) rgba(255,255,255,0);
    }

.offer-info {
    border-color: #16a085;
}

    .offer-info .shape {
        border-color: transparent #16a085 transparent transparent;
        border-color: rgba(255,255,255,0) #16a085 rgba(255,255,255,0) rgba(255,255,255,0);
    }

.offer-warning {
    border-color: #f39c12;
}

    .offer-warning .shape {
        border-color: transparent #f39c12 transparent transparent;
        border-color: rgba(255,255,255,0) #f39c12 rgba(255,255,255,0) rgba(255,255,255,0);
    }

.shape-text {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    right: -40px;
    top: 2px;
    white-space: nowrap;
    -ms-transform: rotate(30deg); /* IE 9 */
    -o-transform: rotate(360deg); /* Opera 10.5 */
    -webkit-transform: rotate(30deg); /* Safari and Chrome */
    transform: rotate(30deg);
}

.offer-content {
    padding: 0 20px 10px;
}

.folder-style {
    padding-right: 10px;
    font-size: 20px;
    color: deepskyblue;
}

div.navbar {
    padding: 2px;
}

.validation-summary-errors ul{
    list-style: none;
    padding: 5px 0 0 10px;
}