﻿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;
}

/* 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;
}

/* 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
    }
}

a {
    outline: none !important;
}
/*a:focus { background-color: unset !important; }*/

/* ********************************************* */
.table tbody tr:hover {
    background-color: #eee;
}

.table {
    margin-top: 10px;
}
/*.table tr:first-child:hover { background-color: inherit; }*/

/*.tab-pane { padding-top: 20px; }*/

body.blurred > * {
    -webkit-filter: none;
    -webkit-transform: translate3d(0, 0, 0);
}

.field-validation-error {
    font-family: sans-serif;
    font-size: 12px;
    color: #ff7e00;
    opacity: 1;
}

.field-validation-success {
    font-family: sans-serif;
    font-size: 12px;
    color: #28a745;
    opacity: 1;
}

.app {
    max-width: 946px;
    margin: 0 auto;
}

.app-content {
    margin: 0 -15px;
    padding: 10px 30px 15px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 30px 0 rgba(28,49,40,0.05);
    box-shadow: 0 0 30px 0 rgba(28,49,40,0.05);
    background-color: #fff;
}

@media (min-width: 576px) {
    .app-content {
        margin: inherit;
        padding: 46px 46px 15px;
    }
}

.comment {
    font-family: sans-serif;
}

.doctype {
    font-family: sans-serif;
}

.bg-ze {
    background: linear-gradient(0deg,#f7edcf52,#f7e4cc69);
    /*background: linear-gradient(0deg,#ffbd00,#ff8500);*/
}

.bg-mobi {
    background-color: #00a9de24;
    /*background-color: #00a9de;*/
}