body, .left_col, .nav_title {
    background: #004480;
}
.top_nav .navbar-right {
    width: 60%;
}
.top_nav .navbar-right {
    margin: 0 !important;
}
.nav-sm .menu_section_top {
    margin: -15px 0 0 0;
}
.grid-view {
    width: 100% !important;
}
.nav_title {
    height: auto !important;
}
.company-name {
    color: white;
    padding: 0 1px 1px 10px;
    text-align: center;
}
.profile-icon {
    margin: 35% 0 0 25%;
}
.btn.dropdown-toggle {
    background-color: #EDEDED !important;
}
.breadcrumb {
    display: none !important;
}
.sidebar-footer {
    background-color: #004480;
    bottom: 0px !important;
    clear: both !important;
    display: block !important;
    position: fixed !important;
    width: 70px !important;
    z-index: 999 !important;
}
.sidebar-footer a {
    background: #004480 !important;
    color: #E7E7E7 !important;
    cursor: pointer !important;
    display: block !important;
    float: left !important;
    font-size: 13px !important;
    height: 70px !important;
    padding: 5px !important;
    text-align: center !important;
    width: 70px !important;
}
.sidebar-footer i.fa {
    font-size: 30px;
}
.sidebar-footer span {
    display: block !important;
}
select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: #eee;
  box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
  display: none;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}
#half-logo {
    height: 48px;
    padding-bottom: 5px;
}
.nav-md .nav_title .site_title img#half-logo {
    display: none;
}
#full-logo {
    height: 48px;
    margin-top: 7px;
    padding-bottom: 5px;
}
.nav-md .nav_title .site_title img#full-logo {
    display: block;
}
.nav-sm .nav_title .site_title img#full-logo {
    display: none;
}
.krajee-default.file-preview-frame {
    margin: 0px;
}
.file-preview {
    padding: 0px;
}
.krajee-default.file-preview-frame .kv-file-content {
    height: 95px;
}
.krajee-default.file-preview-frame .file-thumbnail-footer {
    height: 65px;
}
.grid-view {
    overflow-x: auto;
}
.row.bordered {
    border: dashed 1px blue;
    border-radius: 3px;
    margin-bottom: 5px;
}
.social-share {
    float: left;
    padding: 18px 0 0 0;
}
.social-share li {
    float: left;
    font-size: 15px;
    list-style-type: none;
    padding-right: 10px;
}
@media(max-width:767px) {
    .top_nav .navbar-right {
        width: 70%;
    }
    .company-header {
        display: none;
    }
    .user-name, .lang-name {
        display: none;
    }
    ul.pagination li {
        display: none;
        float: left;
    }
    ul.pagination li.first, ul.pagination li.prev, ul.pagination li.active, ul.pagination li.next, ul.pagination li.last {
        display: block;
    }
}
@media(max-width:480px) {
    .fc-right {
        float: left !important;
    }
    .fc-right .btn-group {
        margin: 10px 0 0 0;
    }
    .category-container {
        margin-left: 0 !important;
        margin-top: 10px;
    }
    #category {
        margin: 10px 0 0 -10px;
    }
}
@media(max-width:415px) {
    .top_nav .navbar-right {
        width: 70%;
    }
    .grid-view {
        width: 200px;
    }
    .category-container {
        margin-left: 0 !important;
        margin-top: 10px;
    }
    ul.pagination li {
        display: none;
        float: left;
    }
    ul.pagination li.first, ul.pagination li.prev, ul.pagination li.active, ul.pagination li.next, ul.pagination li.last {
        display: block;
    }
}
@media(max-width:320px) {
    .modal {
        left: 0 !important;
    }
    .fc-right .btn-group {
        margin: 10px 0 0 0;
    }
    .category-container {
        margin-left: 0 !important;
        margin-top: 10px;
    }
    #category {
        margin: 10px 0 0 -10px;
    }
}