﻿/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
a:focus, .btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline-offset: -2px;
}

.btn-primary.disabled,
.btn-primary[disabled],
.btn-danger.disabled,
.btn-danger[disabled],
.btn-success.disabled,
.btn-success[disabled],
.btn-info.disabled,
.btn-info[disabled],
.btn-warning.disabled,
.btn-warning[disabled] {
    border: 0 !important;
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn:active,
.btn.active {
    background-image: none;
    box-shadow: none;
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
    background-color: #fff;
    border-color: transparent;
    color: #999;
    text-transform: none;
}

    .btn-default:hover,
    .btn-default:focus {
        background-color: #eee;
        border-color: transparent;
        color: #222;
    }

    .btn-default:active,
    .btn-default.active {
        background-color: #eee;
        border-color: #ccc;
        color: #222 !important;
    }

    .btn-default:disabled,
    .btn-default[disabled] {
        background-color: none;
        border-color: #e8e8e8;
        background-image: none;
    }

.btn-primary {
    border-color: #2b669a;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #2d6ca2;
        border-color: transparent;
    }

    .btn-primary:active,
    .btn-primary.active {
        background-color: #2d6ca2;
        border-color: transparent;
    }

    .btn-primary:disabled,
    .btn-primary[disabled] {
        background-color: #2d6ca2;
    }

.btn-success {
    border-color: #3e8f3e;
}

    .btn-success:hover,
    .btn-success:focus {
        background-color: #419641;
        border-color: transparent;
    }

    .btn-success:active,
    .btn-success.active {
        background-color: #419641;
        border-color: transparent;
    }

    .btn-success:disabled,
    .btn-success[disabled] {
        background-color: #419641;
    }

.btn-info {
    border-color: #28a4c9;
}

    .btn-info:hover,
    .btn-info:focus {
        background-color: #2aabd2;
        border-color: transparent;
    }

    .btn-info:active,
    .btn-info.active {
        background-color: #2aabd2;
        border-color: transparent;
    }

    .btn-info:disabled,
    .btn-info[disabled] {
        background-color: #2aabd2;
    }

.btn-warning {
    border-color: #e38d13;
}

    .btn-warning:hover,
    .btn-warning:focus {
        background-color: #eb9316;
        border-color: transparent;
    }

    .btn-warning:active,
    .btn-warning.active {
        background-color: #eb9316;
        border-color: transparent;
    }

    .btn-warning:disabled,
    .btn-warning[disabled] {
        background-color: #eb9316;
    }

.btn-danger {
    border-color: #b92c28;
}

    .btn-danger:hover,
    .btn-danger:focus {
        background-color: #c12e2a;
        border-color: transparent;
    }

    .btn-danger:active,
    .btn-danger.active {
        background-color: #c12e2a;
        border-color: transparent;
    }

    .btn-danger:disabled,
    .btn-danger[disabled] {
        background-color: #c12e2a;
    }

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
input[type="button"],
input[type="submit"],
button,
.button {
    padding: 12px 20px;
    -webkit-transition: all 0.3s ease 0.2s !important;
    -moz-transition: all 0.3s ease 0.2s !important;
    -ms-transition: all 0.3s ease 0.2s !important;
    -o-transition: all 0.3s ease 0.2s !important;
    transition: all 0.3s ease 0.1s !important;
    border-width: 0;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    line-height: 1.528571429;
    font-weight: 400;
    color: #fff;
    position: relative;
    font-size: 14px;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px
}

    input[type="button"]:hover, input[type="submit"]:hover, button:hover, .button:hover {
        color: #fff
    }

.btn-default {
    color: #999;
    text-transform: none;
    font-weight: 400;
    border: 1px solid #ccc;
    letter-spacing: 0;
    font-size: 14px;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active {
        border: none;
        background: #ccc;
        color: #fff
    }

    .btn-default.btn-sm {
        font-size: 12px;
    }

.btn-sm,
.btn-group-sm > .btn {
    font-size: 11px;
    padding-left: 8px;
    padding-right: 8px;
}

.btn-xs {
    padding: 3px 6px;
    font-size: 11px;
}

.btn {
    border: 0 !important;
}

.btn-lg {
    padding: 20px 30px !important;
}

.btn-sm {
    padding: 6px 10px !important;
}

.btn-xs {
    padding: 2px 5px !important;
    letter-spacing: 0
}

.btn-rounded {
    border-radius: 999px !important
}

.thumbnail,
.img-thumbnail {
    background-color: #fff;
    padding: 3px;
    border: 1px solid #e8e8e8;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #e8e8e8;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #357ebd;
}

.navbar-default {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

    .navbar-default .navbar-nav > .active > a {
        -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
        box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    }

.navbar-brand,
.navbar-nav > li > a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}

.navbar-inverse {
}

    .navbar-inverse .navbar-nav > .active > a {
        -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
        box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
    }

    .navbar-inverse .navbar-brand,
    .navbar-inverse .navbar-nav > li > a {
        text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    }

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
}

.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    border-color: #3278b3;
}

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.panel-default > .panel-heading {
}

.panel-primary > .panel-heading {
}

.panel-success > .panel-heading {
}

.panel-info > .panel-heading {
}

.panel-warning > .panel-heading {
}

.panel-danger > .panel-heading {
}

.well {
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/* ==================================================
   Tabs
================================================== */
.tabs {
    margin-bottom: 25px;
}

.nav-tabs {
    border-bottom: 1px solid #eaeaea;
}

    .nav-tabs li {
        position: relative;
        display: block;
        float: left;
        border-right: 0;
    }

        .nav-tabs li:last-child {
            border-right: 0;
        }

        .nav-tabs li a {
            display: block;
            padding: 10px 20px;
            border-top-width: 3px;
            border-top-style: solid;
            border-top-color: #f8f8f8;
            background: #f8f8f8;
            color: #666;
        }

            .nav-tabs li a:hover {
                text-decoration: none;
            }

            .nav-tabs li a:active, .nav-tabs li.active a, .nav-tabs li a:active:hover, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
                color: #fff;
                border-top: 3px solid transparent;
            }

.tab-content {
    padding: 20px;
    background: #ffffff;
}

    .tab-content > .tab-pane {
        display: none;
    }

    .tab-content > .active {
        display: block;
    }

.nav-tabs.nav-justified > li > a {
    margin-right: 2px
}
/* ==================================================
   Accordion & Toggle
================================================== */

.accordion {
    margin-bottom: 35px;
}

.accordion-group {
    margin-bottom: 8px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.accordion-heading {
    border-bottom: 0 none;
}

    .accordion-heading .accordion-toggle {
        position: relative;
        display: block;
        padding: 15px;
        background: #f8f8f8;
        color: #666;
        font-size: 13px;
        -webkit-transition: all 0.1s linear 0s;
        -moz-transition: all 0.1s linear 0s;
        -ms-transition: all 0.1s linear 0s;
        -o-transition: all 0.1s linear 0s;
        transition: all 0.1s linear 0s;
    }

.accordion-toggle {
    cursor: pointer;
}

    .accordion-toggle:hover {
        text-decoration: none;
    }

.accordion-heading:hover .accordion-toggle,
.accordion-heading:hover .accordion-toggle.inactive {
    background: #f8f8f8;
    color: #666;
}

.accordion-heading .accordion-toggle.active {
    color: #fff;
}

.accordion-heading .accordion-toggle.inactive {
    background: #f8f8f8;
}

.accordion-heading.accordionize .accordion-toggle i,
.accordion-heading.togglize .accordion-toggle i {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -8px 0 0 0;
    color: #666;
    font-size: 18px;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}

.accordion-heading:hover .accordion-toggle i {
    color: #333;
}

.accordion-heading .accordion-toggle.active i,
.accordion-heading:hover .accordion-toggle.inactive i {
    color: #666;
}

.accordion-heading.accordionize .accordion-toggle.active i,
.accordion-heading.togglize .accordion-toggle.active i {
    color: #fff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-heading.togglize .accordion-toggle i {
    margin: -8px 0 0 0;
    font-size: 18px;
}

.accordion-heading.togglize .accordion-toggle .fa-plus-circle {
    display: block;
}

.accordion-heading.togglize .accordion-toggle.active .fa-plus-circle {
    display: none;
}

.accordion-heading.togglize .accordion-toggle .fa-minus-circle {
    display: none;
}

.accordion-heading.togglize .accordion-toggle.active .fa-minus-circle {
    display: block;
}

.accordion-inner {
    padding: 16px;
    border: 1px solid #efefef;
    background: #fff;
}

/* ==================================================
   Alerts
================================================== */

.alert {
    margin-bottom: 20px;
    padding: 15px 35px 15px 15px;
    border: 1px solid #efefef;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #f8f8f8;
    text-shadow: none;
}

    .alert .close {
        position: relative;
        top: 2px;
        right: -22px;
        color: #FFFFFF;
        text-shadow: none;
        line-height: 20px;
        -webkit-transition: opacity 0.1s linear 0s;
        -moz-transition: opacity 0.1s linear 0s;
        -ms-transition: opacity 0.1s linear 0s;
        -o-transition: opacity 0.1s linear 0s;
        transition: opacity 0.1s linear 0s;
    }

        .alert .close:hover {
            text-decoration: none;
            opacity: 1;
        }

.alert-standard {
    border-color: #efefef;
    background-color: #f8f8f8;
}

    .alert-standard, .alert-standard .close {
        color: #666;
    }

.alert-success {
    border-color: #d6e9c6;
    background-color: #dff0d8;
}

    .alert-success, .alert-success .close {
        color: #468847;
    }

.alert-danger,
.alert-error {
    border-color: #ebccd1;
    background-color: #f2dede;
}

    .alert-danger, .alert-danger .close,
    .alert-error, .alert-error .close {
        color: #b94a48;
    }

.alert-info {
    border-color: #bce8f1;
    background-color: #d9edf7;
}

    .alert-info, .alert-info .close {
        color: #3a87ad;
    }

.alert-warning {
    border-color: #faebcc;
    background-color: #fcf8e3;
}

    .alert-warning, .alert-warning .close {
        color: #c09853;
    }

/* ==================================================
   Carousel
================================================== */


/* ==================================================
   Progress bars
================================================== */
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress-bar-wrap {
    position: relative
}

.progress {
    overflow: hidden;
    margin-bottom: 12px;
    height: 10px;
    border-radius: 999px;
    background-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar-title {
    margin-bottom: 4px;
    font-size: 15px;
    font-family: inherit
}

.progress-bar-perc {
    vertical-align: middle;
    height: 100%;
    opacity: 0
}

    .progress-bar-perc:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-top: 4px
    }

.progress-bar-perc-pos {
    position: absolute;
    right: 0;
    top: 3px;
    color: #555;
    font-size: 13px !important;
    line-height: 1;
    height: auto
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    background-color: #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    border-radius: 999px;
    font-size: 12px;
    line-height: 10px;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    max-width: 100% !important
}

.pbar-no-rcorners .progress, .pbar-no-rcorners .progress-bar {
    border-radius: 0 !important
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

span.progress-bar-tooltip {
    position: absolute;
    top: -28px;
    right: 5px;
    display: block;
    padding: 4px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #333;
    color: #FFF;
    font-size: 11px;
    line-height: 15px;
    opacity: 0;
    filter: alpha(opacity=0);
}

    span.progress-bar-tooltip:after {
        position: absolute;
        bottom: -5px;
        left: 13px;
        display: block;
        width: 0;
        border-width: 5px 5px 0;
        border-style: solid;
        border-color: #333 transparent;
        content: "";
    }

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.breadcrumb {
    background: none;
    margin: 0;
    padding: 12px 0;
    font-weight: 300;
    font-size: 13px;
}

    .breadcrumb > li + li:before {
        content: "/";
        color: #999;
        padding: 0 10px 0 8px;
    }

    .breadcrumb li:first-child {
        padding-left: 0;
    }

    .breadcrumb a {
        color: #999;
    }

        .breadcrumb a:hover {
            color: #666;
        }

    .breadcrumb > .active {
        color: #666;
    }

.label {
    text-transform: uppercase;
    position: relative;
    top: -2px;
}

.pagination {
    margin-bottom: 0;
    margin-top: 30px;
}

    .pagination > li > a, .pagination > li > span {
        color: #666;
        padding: 10px 15px;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        margin-left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.nav {
    margin: 0;
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
    font-size: 15px;
}

.label {
    padding: .3em .6em .3em;
}

.list-group {
    list-style-type: none;
    margin: 20px 0;
}

.modal .input-group {
    margin-bottom: 20px;
}

.modal-header h4 {
    margin-bottom: 0;
}

.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}

.label.label-default {
    background: #4C6575;
}

.checkbox-inline {
    font-size: 13px;
    line-height: 1.5em;
    color: #999
}

.dropdown-menu > li > a {
    font-size: 13px;
    color: #666;
}

.tooltip {
    z-index: 700;
}

.btn-info.price:hover {
    background-color: #5bc0de;
    color: #fff;
    opacity: 1;
}

.list-group .badge {
    margin-top: 3px;
}

.badge {
    background: #999;
}

.well {
    background-color: #F6F6F6;
}

.modal .bootstrap-select.form-control {
    margin-bottom: 0 !important;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background: #5bc0de;
    border-color: #5bc0de;
}

.input-group-addon a, .list-group-item a, .nav-tabs > li > a {
    color: #5e5e5e;
}

label.checkbox {
    font-weight: 400;
}

    label.checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
        line-height: inherit
    }

.modal-header .close {
    position: absolute;
    right: 0px;
    top: 0px;
    background: red none repeat scroll 0% 0%;
    width: 30px;
    height: 30px;
    opacity: .8;
    color: rgb(255, 255, 255);
    text-shadow: none;
    line-height: 1;
    margin-top: 0px;
    padding: 0px;
    font-size: 15px;
    border-radius: 0 6px 0 0;
    display: block;
    z-index: 11;
}

    .modal-header .close:hover {
        opacity: 1;
    }

.input-group .form-control {
    height: 44px;
    margin-top: 1px;
}

.hidden-force {
    display: none !important;
}

@media print {
    a[href]:after {
        content: "";
    }

    abbr[title]:after {
        content: "";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
}
