﻿.main-container
{
    font-size:14px;
}

hr {
     margin-top: 0 !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dee2e6;
}

.navbar.sticky-top {
    background-color: #212529!important;
}

.navbar.breadcrumb-bar {
    border-bottom: none !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
}

body {
    background: #FFFFFF!important;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #003DA5;
    border-radius: 50%;
    display: inline-block;
    line-height: 25px;
    padding-left: 9px;
    color: #fff;
    font-weight: bolder;
    cursor: pointer;
}

.bd-example-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

    .bd-example-modal-lg .modal-dialog .modal-content {
        background-color: transparent;
        border: none;
    }



.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }


.input-group-prepend .input-group-text {
    padding-right: 15px;
    background: #e9ecef;
}

