﻿.note-editor .note-toolbar {
    position: relative !important;
}

.btn-primary, .btn-primary:hover {
    border: none;
    background: #1c3c73;
    padding: 5px 13px;
    color: white;
    font-weight: 600;
}

.modal .modal-header {
    color: #1c3c73;
    font-weight: bold;
    text-align: center;
}

.panel.panel-default {
    background: transparent;
    border: none;
}

    .panel.panel-default > .panel-body {
        border: 1px solid #e1e1e1;
        background: #fff;
        border-radius: 0px;
        color: #1c3c73;
        padding-top: 50px;
        z-index: 1;
    }

        .panel.panel-default > .panel-body a, .panel.panel-default > .panel-body a:hover {
            color: #1c3c73;
        }

            .panel.panel-default > .panel-body a:hover {
                text-decoration: underline;
            }

    .panel.panel-default > .control-label {
        color: #1c3c73;
    }

    .panel.panel-default > .panel-heading {
        border: none;
        display: inline-block;
        font-weight: bold;
        background: #ea5328;
        float: left;
        padding: 8px 15px;
        color: #fff;
        position: absolute;
        border-radius: 0px;
        border-bottom-right-radius: 10px;
        z-index: 9;
    }

.panel-primary {
    border-color: #DDD;
}

    .panel-primary > .panel-heading {
        padding: 10px 15px;
        border-bottom: 0px none;
        color: #333;
        background-color: #F5F5F5;
        border-color: #DDD;
        background-image: linear-gradient(to bottom, #F5F5F5 0px, #E8E8E8 100%);
        background-repeat: repeat-x;
    }

    .panel-primary a:hover {
        color: #1c3c73;
    }

    .panel-primary .panel-body {
        border-top: 1px solid #DDD !important;
    }

.nav-pills > li > a {
    border-radius: 0;
    background-color: #1c3c73;
    color: white;
    margin-left: 10px;
    margin-right: 10px;
    z-index: 1;
}

.nav-pills > li:first-child > a {
    margin-left: 0;
}

.nav-pills > li:last-child > a {
    margin-right: 0;
}

.nav-pills > li > a:hover {
    background-color: #1c3c73;
    color: white;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: white;
    border: 1px solid #1c3c73;
    border-bottom: none;
    color: #1c3c73;
}

.form-horizontal.shortPadding .form-group {
    margin-bottom: 0;
}

    .form-horizontal.shortPadding .form-group a {
        color: black;
    }

span.form-control-static {
    float: left;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 25%;
    float: left;
    border-right: 1px solid white;
}

    .col-xs-15:last-child, .no-search .col-xs-15:nth-child(3) {
        border: none;
    }

.turkuazColor {
    color: #1c3c73 !important;
}

.blackColor {
    color: #000 !important;
}

.text-danger {
    color: #a94442 !important;
}

.text-success {
    color: #3c763d !important;
}

.panel.panel-default > .panel-body td {
    color: black;
}

.no-search .col-xs-15 {
    width: 33.33%;
}

    .no-search .col-xs-15:last-child {
        display: none !important;
    }

.multiselect-container.dropdown-menu a, .multiselect-container.dropdown-menu a:hover {
    text-decoration: none !important;
}

.multiselect-container.dropdown-menu > .active > a, .multiselect-container.dropdown-menu > .active > a:hover {
    color: white;
}

.multiselect-container li input:first-child {
    margin-left: -15px;
}

.btn-lg, .btn-lg:hover {
    padding: 10px 16px;
}

/* WIDGET */
.widget {
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.widget-container .widget.style1 span {
    font-size: 18px;
}

.widget-container .widget.style1 h2 {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0;
}

.widget.lazur-bg {
    background: #42addc;
    color: white;
}

.widget.blue-bg {
    background: #1c3c73;
    color: white;
}

.widget .font-bold {
    font-weight: bold;
}

.widget-container {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .widget-container {
        margin-bottom: 35px;
        margin-top: -5px;
    }

    .col-sm-15 {
        width: 25%;
        float: left;
    }

    .equal-height {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
    }

        .equal-height .widget {
            width: 100%;
            height: 100%;
            margin-bottom: 0;
            padding-bottom: 5px;
        }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar-brand img {
        width: 134px;
        margin-top: 5px;
    }
}
