﻿
/* #region Telerik Mvc App - Site.css*/
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px;
}

/* #region Navbar styles */
.navbar-header {
    border-bottom: 1px solid rgba(255,255,255, 0.1);
}
/* #endregion */


/* #region Footer styles */
.footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
}
/* #endregion */

/* #region custom Kendo UI styles */
#configure {
    display: none;
}

.k-panelbar .k-content {
    padding: 20px;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-state-active .label {
    font-size: 1em;
}

/* #endregion */

@media (max-width: 767px) {
    #responsive-panel {
        transition: all linear .2s;
    }

    #configure {
        display: block;
        float: right;
    }

    .k-rpanel {
        width: 100%;
    }

    .k-rpanel-expanded {
        margin-top: 1rem;
    }

    .navbar-header {
        width: 100%;
    }

    .footer {
        height: 60px;
    }

    .k-menu .k-item,
    .k-menu .k-link {
        width: 100%;
    }

    .k-menu .k-link {
        box-sizing: border-box;
    }
}

/* #endregion */

/* #region Custom - .k-* */

/*.k-edit-form-container {
    width: 100%;
}*/

/* #endregion */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
    opacity: .75;
    font-style: italic;
}

::-moz-placeholder { /* Firefox 19+ */
    color: white;
    opacity: .75;
    font-style: italic;
}

:-ms-input-placeholder { /* IE 10+ */
    color: white;
    opacity: .75;
    font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
    color: white;
    opacity: .75;
    font-style: italic;
}

.card {
    border: none;
    background-color: #4d4d4d;
}

.card-text {
    font-size: 1.25rem;
    font-weight: 300;
}

.card-button {
    width: 80%;
}

.card-header,
.card-footer {
    background-color: #343a40;
    text-align: center;
}

.jumbotron,
.card-body {
    background-color: #8C8C8C;
}

.jumbotron {
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 10px;
}

.dropdown-menu,
.dropdown-item {
    color: #fff;
    background-color: #8C8C8C;
}

input[type=checkbox],
.checkbox-align {
    /*float: left;*/
    border-radius: 4px;
    height: 16px;
    width: 16px;
    margin-right: 0.5em;
    vertical-align: middle;
    text-align: center;
}

/* #region Custom - .x-* */

.x-edit-form-container {
    width: 100%;
}

.x-textbox {
    width: 100%;
}

.x-text-primary {
    color: #b8daff;
    font-weight: bold;
}

.x-text-danger {
    color: #f8d7da;
    font-weight: bold;
}

.card-deck .card.x-grid-card,
.card.x-grid-card {
    background-color: transparent;
    margin-bottom: 0px;
}

.x-grid-card .card-text {
    font-size: 1.0rem;
    font-weight: 400;
}

.x-img {
    max-width: 100%;
    height: auto;
}

.x-img-div {
    width: auto;
    text-align: center;
    padding: 10px;
}

/* #endregion */

@media (min-width: 576px) {
    .card-deck .card {
        margin-bottom: 15px;
    }
}

/*  Large  */
@media screen and (min-width: 1170px) {
}

/*  Medium  */
@media screen and (min-width: 992px) {
    .jumbotron {
        padding-top: 18px;
        padding-bottom: 18px;
        margin-bottom: 15px;
    }
    .x-dash {
        font-size: 2em;
    }
    .x-dash-textbox {
        margin: 5px;
    }
    .x-tricolrow-left {
        text-align: right;
    }
    .x-tricolrow-center {
        text-align: center;
    }
    .x-tricolrow-right {
        text-align: left;
    }
    .x-tricolrow-right-btn {
        text-align: left;
    }
}

/*  Small  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .jumbotron {
        padding-top: 18px;
        padding-bottom: 18px;
        margin-bottom: 15px;
    }
    .x-dash {
        font-size: 2em;
    }
    .x-dash-textbox {
        margin: 5px;
    }
    .x-tricolrow-left {
        text-align: right;
    }
    .x-tricolrow-center {
        text-align: center;
    }
    .x-tricolrow-right {
        text-align: left;
    }
    .x-tricolrow-right-btn {
        text-align: left;
    }
}

/*  X-Small  */
@media screen and (max-width: 767px) {
    .row h2 {
        padding-left: 10px;
    }
    /*body, .btn {
        font-size: 13px;
    }*/
    .x-dash {
        font-size: 1.25em;
    }
    .x-dash-textbox {
        margin: 1px;
    }
    .x-tricolrow-left {
        text-align: center;
    }

    .x-tricolrow-center {
        text-align: center;
    }

    .x-tricolrow-right {
        text-align: center;
    }
    .x-tricolrow-right-btn {
        text-align: center;
        margin-left: -1.5em;
    }
}

/* #region pre-bootstrp 4.x */

/*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;*
}*/

/*.fade {
    transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}*/

/*.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    /*margin-bottom: 1rem;*
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.75rem 1.25rem;
        color: inherit;
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

    .alert-primary hr {
        border-top-color: #9fcdff;
    }

    .alert-primary .alert-link {
        color: #002752;
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

    .alert-secondary hr {
        border-top-color: #c8cbcf;
    }

    .alert-secondary .alert-link {
        color: #202326;
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

    .alert-success hr {
        border-top-color: #b1dfbb;
    }

    .alert-success .alert-link {
        color: #0b2e13;
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

    .alert-info hr {
        border-top-color: #abdde5;
    }

    .alert-info .alert-link {
        color: #062c33;
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

    .alert-warning hr {
        border-top-color: #ffe8a1;
    }

    .alert-warning .alert-link {
        color: #533f03;
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .alert-danger hr {
        border-top-color: #f1b0b7;
    }

    .alert-danger .alert-link {
        color: #491217;
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light hr {
        border-top-color: #ececf6;
    }

    .alert-light .alert-link {
        color: #686868;
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

    .alert-dark hr {
        border-top-color: #b9bbbe;
    }

    .alert-dark .alert-link {
        color: #040505;
    }*/

/*@media (min-width: 960px) {
    .container {
        width: 80%;
    }
}*/

/*@media (min-width: 1280px) {
    .container {
        width: 80%;
    }
}*/

/*.navbar-inverse.public {
    background-color: darkred;
    border-color: darkred;
}*/

/*.navbar-brand.public,
.navbar-nav.public > li > a {
    color: #BBBBBB;
    /*font-weight:bold;*
}*/

/*.k-window {
    width: 75%;
}*/

/*.k-grid-content {
    min-height: 100px;
}*/

/*.x-row-label {
    float: left;
    padding: 0.4em 0px 1em 0px;
    margin: 0px 12px 0px 12px;
    text-align: right;
    width: 100%;
}*/

/*.x-table-grid-header {
    width: 100%;
}*/

/* #endregion */
