.row{
    margin-left:0px;
    margin-right:0px;
}

#wrapper {
    padding-left: 70px;
    transition: all .4s ease 0s;
    height: 100%
}

#sidebar-wrapper {
    margin-left: -150px;
    left: 150px;
    width: 275px;
    background-color: #4e73df;
    background-image: linear-gradient(180deg,#4e73df 10%,#224abe);
    background-size: cover;
    position: fixed;
    height: 100%;
    z-index: 10000;
    transition: all .4s ease 0s;
    box-shadow: 0 4px 2px rgba(0,0,0,.04);
}

.sidebar-nav {
    display: block;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
#page-content-wrapper {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
}
#wrapper.active {
    padding-left: 150px;
}
#wrapper.active #sidebar-wrapper {
    left: 150px;
}

#page-content-wrapper {
    width: 100%;
}

.custom-dropright {
    width: 100%;
}

.custom-dropright button,
.sidebar-nav li a{
    color: #ddd;
    display: block;
    float: left;
    text-decoration: none;
    width: 100%;
    background: rgba(0,0,0,.03);
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.05);
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    transition: background .5s;
    cursor: pointer;
}

#sidebar_menu li a {
    border-bottom: none;
}
.sidebar_name {
    padding-top: 25px;
    color: #fff;
    opacity: .7;
}

.sidebar-nav li {
    line-height: 40px;
    text-indent: 20px;
}

.sidebar-nav li a {
    color: #ddd;
    display: block;
    text-decoration: none;
}

.custom-dropright button:hover,
.custom-dropright button:focus,
.custom-dropright button:active,
.sidebar-nav li a{
    color: #fff;
    background-color: #224abe;
    text-decoration: none;
    border: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    line-height: 60px;
    font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
    color: #ddd;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#main_icon
{
    float:right;
    padding-right: 35px;
    padding-top:20px;
}
.sub_icon
{
    float:right;
    padding-right: 35px;
    padding-top:10px;
}
.content-header {
    height: 65px;
    line-height: 65px;
}

.content-header h1 {
    margin: 0;
    margin-left: 20px;
    line-height: 65px;
    display: inline-block;
}

.sub-menu{
    display: none;
}

.sub-menu > a {
    background: white;
}

.show {
    display: block !important;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
     background-color: #4e73df;
     border-color: initial;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
     box-shadow: initial;
}

.btn {
    padding: .25rem 1rem;
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #wrapper {
        padding-left: 70px;
        transition: all .4s ease 0s;
    }
    #sidebar-wrapper {
        left: 70px;
    }
    #wrapper.active {
        padding-left: 150px;
    }
    #wrapper.active #sidebar-wrapper {
        left: 150px;
        width: 150px;
        transition: all .4s ease 0s;
    }
    .navbar-brand{
        margin-left: 140px !important;
    }
    #sidebar-wrapper {
        margin-left: 0;
        /* left: 150px; */
        /* width: 275px; */
        background-color: #4e73df;
        /* background-image: linear-gradient(180deg,#4e73df 10%,#224abe); */
        /* background-size: cover; */
        position: static;
        height: 60%;
        width:100%;
        margin-top: 20px;
        z-index: 10000;
        transition: all .4s ease 0s;
        box-shadow: 0 4px 2px rgba(0,0,0,.04);
    }
    .sidebar-nav{
        display:flex;
        width:100%;
    }
    #dropNav{
        display: flex !important;
        /* justify-content: fleend; */
        align-items: flex-end !important;
    }
}

@media (max-width:767px) {
    #wrapper {
        padding-left: 70px;
        transition: all .4s ease 0s;
    }
    #sidebar-wrapper {
        left: 70px;
    }
    #wrapper.active {
        padding-left: 150px;
    }
    #wrapper.active #sidebar-wrapper {
        left: 150px;
        width: 150px;
        transition: all .4s ease 0s;
    }
    .navbar-brand{
        margin-left: 140px !important;
    }
    #sidebar-wrapper {
        margin-left: 0;
        /* left: 150px; */
        /* width: 275px; */
        background-color: #4e73df;
        /* background-image: linear-gradient(180deg,#4e73df 10%,#224abe); */
        /* background-size: cover; */
        position: static;
        height: 60%;
        width:100%;
        margin-top: 20px;
        z-index: 10000;
        transition: all .4s ease 0s;
        box-shadow: 0 4px 2px rgba(0,0,0,.04);
    }
    .sidebar-nav{
        display:flex;
        width:100%;
    }
    #dropNav{
        display: flex !important;
        /* justify-content: fleend; */
        align-items: flex-end !important;
    }
    
}

table td,
table th{
    vertical-align: middle !important;
    text-align: center !important;
}

.alert-custom{
    position: absolute;
    top: 70px;
    right:0;
}

.logo{
    height: 50px;
    padding-right: 15 px;
    padding-left: 0px;
    margin: -140px;
}
 .navbar-brand{
     margin: 0;
     padding: 0;
 }