#main_layout_body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: space-between;
}

#layout_top {
    height: 100%;
}

#layout_bottom {}

.brand {
    color: white;
}

.breadcrumbs {
    height: 38px;
    width: 100%;
    background: #0000 !important;
    border: none !important;
}

.button-top-menu {
    font-size: 22px !important;
    color: white !important;
    width: 60px !important;
    border-radius: 0 !important;
    height: 60px;
    background-color: #185e9a !important;
    transition: 1s;
}

.top-bar {
    border-radius: 0 0 5px;
    box-shadow: none !important;
    margin: 0;
    background: #0000 !important;
    min-height: min-content !important;
    z-index: 999999;
    padding: 0 !important;
    width: 100%;
}

.dropdown {
    display: block !important;
    background: #0000 !important;
}

.top-menu {
    margin-bottom: 0;
    background: #FFFFFF;
    z-index: 1111111111;
    padding-right: 22px;
}

.top-bar ul>li.has-dropdown>.dropdown {
    top: 0;
    visibility: visible;
}

.top-bar ul>li a:not(.button) {
    height: 35px;
    line-height: 35px;
    color: white;
}

.top-bar ul>li.has-dropdown .dropdown li {
    background: #0000 !important;
    list-style-type: none;
    width: 100%;
}

.top-bar ul>li.has-dropdown .dropdown li.active a {
    background: #ffffff00 !important;
}

.menu-bar {
    width: 320px;
    background: #185e9a;
    min-height: 100vh;
    transition: 0.1s;
}

#body-main {
    width: 100%;
    transition: 0.1s;
}

.top-bar ul>li:not(.name):hover,
.top-bar ul>li:not(.name).active,
.top-bar ul>li:not(.name):focus {
    background: #00000000 !important;
}

.has-dropdown {
    width: 100%;
    list-style: none;
    display: block;
    padding: 8px 12px;
}

.has-dropdown>ul>li {
    padding: 6px 18px;
}

.has-dropdown>ul>li {
    padding: 6px 18px;
    border-left: 1px solid #fff;
}

.has-dropdown>ul>.has-dropdown>li {
    padding: 6px 18px;
    border-left: 1px solid #fff;
}

.has-dropdown>ul>.has-dropdown>ul>li {
    border-left: 1px solid #fff;
    padding: 6px 18px;
}

#main_menu_vertical li{
    font-size: calc(1em + .4vh);
}

#main_menu_vertical>ul>li:hover {
    background-color: #fff1 !important;
}

#main_menu_vertical>ul>li>ul>li:hover {
    background-color: #fff1 !important;
}

#main_menu_vertical>ul>li>ul>li>lu>li:hover {
    background-color: #fff1 !important;
}

#main_menu_vertical>ul>li>ul>li>lu>li>lu>li:hover {
    background-color: #fff1 !important;
}

#main_menu_vertical>ul>li>ul>li>lu>li>lu>li>lu>li:hover {
    background-color: #fff1 !important;
}

.has-dropdown::before {
    color: #ffffff;
    content: ' - ';
}

.has-dropdown>.dropdown {
    display: none !important;
}

#logo-holder {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    margin: 10% 0 20%;
}

#logo {
    height: 80px !important;
    object-fit: contain;
}

.span12 input {
    width: 100% !important;
}

#login-form
{
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 32px;
    margin-top: 8%;
}


#main_menu_vertical>ul>li:last-child {
    list-style: none !important;
    width: 100%;
    padding: 12px 0;
}

#main_menu_vertical>ul>li:last-child>a {
    margin-left: 12px;
}

ul.breadcrumbs {
    margin-bottom: 28px;
    height: 50px;
}

#page-content-sure{
    padding: 0 !important;
}

@media only screen and (max-width: 767px) {
    #page-content-sure, #content-main{
        float: none;
        flex-direction: column;
        display: flex !important;
        justify-content: center !important;
    }
    #layout_top > div#body-main > div:nth-child(1) > div > ul > ul
    {
        right: -67px !important;
    }
    #page-content-sure{
        width: 100vw !important;
        min-height: 100vh !important;
        display: flex;
        justify-content: center;
    }

    .three{
        text-align: center;
        width: 100%!important;
    }
    .column, .columns {
        width: 100% !important;
    }

}

@media only screen and (min-width: 767px) {
    #content-main{
        max-width: 92% !important;
    }
    .table-responsive
    {
        display: inline-table !important;
    }
}


#button_close
{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000000;
}

ul.yiiPager {
    font-size: 11px;
    border: 0;
    margin: 0;
    padding: 0;
    line-height: 200% !important;
}

.pager{
    text-align: center !important;
    height: 80px !important;
    display: flex;
    flex-direction: column;
    max-width: 80vw;
}

.action_item {
    margin: 8px 18px;
    font-size: 16px !important;
}

#content_with_menu
{
    padding: 0 !important;
}

h1{
    margin-left: 12px;
}

window
{
    max-width: 100vw;
}

html
{
    width: 100vw !important;
    margin: 0 !important;
    overflow-x: hidden !important;
}

.search-form{
    padding: 0;
    margin: 0 !important;
    background-color: white !important;
}

.row, .row.row{
    max-width: 100vw;
}

div.search-form fieldset {
    padding: 10PX 38px 0 24px;
    width: 100vw !important;
}

fieldset
{
    border: none !important;
    margin: -1px !important;
}

div.grid-view {
    background: #ffffff;
    border: none !important;
}

.navbar
{
    padding: 0 8px 0 0 !important;
}

.left
{
    width: 100% !important;
}

.has-dropdown > a
{
    pointer-events: none;
}
