﻿
body {
    font-family: Cambria;
}

.w-100 {
    width: 100%;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px;
    user-select: none;
    -webkit-user-select: none;
}

.form-control {
    height: 40px;
}

.input-group {
    flex-wrap: unset !important;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.25rem;
}

.widget-user-header {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    height: 160px;
    padding: 1rem;
    text-align: center;
}

.widget-user .widget-user-image > img {
    border: 3px solid #fff;
    height: auto;
    width: 100px;
}

.widget-user .widget-user-image {
    left: 50%;
    margin-left: -45px;
    position: absolute;
    top: 30px;
}

.widget-user .card-footer {
    padding-top: 25px;
}

.content-header {
    padding: 10px .5rem;
}

.callout {
    border-radius: .25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    background-color: #fff;
    border-left: 5px solid #e9ecef;
    margin-bottom: 0;
    padding: 0.5rem;
}

.card-img, .card-img-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.alert-white {
    /*background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);*/
    border-top-color: #d8d8d8;
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    color: #404040 !important;
    padding-left: 61px !important;
    position: relative;
}

    .alert-white.alert-success .icon, .alert-white.alert-success .icon:after {
        border-color: #54A754;
        background: #60C060;
    }

    .alert-white.alert-danger .icon, .alert-white.alert-danger .icon:after {
        border-color: #eb1c24;
        background: #eb1c24;
    }

    .alert-white.rounded .icon {
        border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
    }

    .alert-white .icon {
        text-align: center;
        width: 45px;
        height: 103%;
        position: absolute;
        top: -1px;
        left: -1px;
        border: 1px solid #BDBDBD;
        padding-top: 15px;
    }

        .alert-white .icon i {
            font-size: 20px;
            color: #FFF;
            left: 12px;
            margin-top: -10px;
            position: absolute;
            top: 50%;
        }

        .alert-white .icon:after {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            display: block;
            content: '';
            width: 10px;
            height: 10px;
            border: 1px solid #BDBDBD;
            position: absolute;
            border-left: 0;
            border-bottom: 0;
            top: 50%;
            right: -6px;
            margin-top: -3px;
            background: #fff;
        }

.alert {
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert strong, .alert span {
        color: white;
    }

.info-box {
    min-height: 120px !important;
}

a {
    color: black;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #138496;
        text-decoration: none;
    }

.navbar-brand {
    font-size: 14px;
}

.profile-username {
    font-size: 18px;
    margin-top: 10px;
}

.card-footer {
    padding: .25rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 0 solid rgba(0, 0, 0, .125);
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.lead {
    font-size: 16px;
    font-weight: 600;
}