﻿/* ========================================================================
   Component: Override Themes
 ========================================================================== */

.error-message {
    color: red;
    font-weight: bold;
}

.input-textbox-error {
    border: 2px solid red !important;
}

.input-textbox-no-error {
    border: 2px solid lightgreen !important;
}

.state-error input {
    background: #fff0f0 !important;
    border-color: #a90329 !important;
    box-shadow: 0 0 1px 1px red !important;
}

.state-error > .k-dropdown-wrap > .k-input {
    background: #fff0f0 !important;
    border-color: #a90329 !important;
    box-shadow: 0 0 1px 1px red !important;
}

.state-success input {
    background: #f0fff0 !important;
    border-color: #7dc27d;
    box-shadow: 0 0 1px 1px green !important;
}

.state-success > .k-dropdown-wrap > .k-input {
    background: #f0fff0 !important;
    border-color: #7dc27d;
    box-shadow: 0 0 1px 1px green !important;
}

.panel {
    margin-bottom: 21px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

a {
    color: #1c75bf;
    text-decoration: none;
}

a:hover, a:focus {
    color: #124c7c;
    text-decoration: underline;
}

.text-muted {
    color: #909fa7 !important;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-primary {
    color: #ffffff;
    background-color: #1c75bf;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #155a93;
    border-color: #114773;
}

.btn:active, .btn.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:hover, .btn:focus, .btn.focus {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: #909fa7 !important;
}

/* Extends Defaults Margins */
.default-margin {
    margin: 15px;
}
.md-margin{
    margin-top: 10px;
}
.sm-margin{
    margin-top: 5px;
}
.t-margin {
    margin-top: 15px;
}
.t-md-margin{
    margin-top: 10px;
}
.t-sm-margin{
    margin-top: 5px;
}
.b-margin {
    margin-bottom: 15px;
}

.b-margin-important{
    margin-bottom: 15px !important;
}

.tb-margin, .bt-margin{
    margin-top: 15px;
    margin-bottom: 15px;
}
.tb-md-margin{
    margin-top: 10px;
    margin-bottom: 10px;
}
.b-sm-margin{
    margin-bottom: 10px;
}
.tb-sm-margin{
    margin-bottom: 5px;
}
.l-margin {
    margin-left: 15px;
}
.r-margin {
    margin-right: 15px;
}
.lr-margin, .rl-margin {
    margin-left: 15px;
    margin-right: 15px;
}
.no-margin {
    margin: 0px;
}

em.invalid {
    display: block;
    margin-top: 2px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    color: #D56161;
    background: white;
}

.c-radio span{
    margin-left: unset !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #155a93;
    border-color: #114773;
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    background-color: #1c75bf;
}

.has-feedback {
    position: relative;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    pointer-events: none;
}