/*=== COLORS ===*/

html,body {
    height: 100%;
    background: #FFF;
    font-family: "Roboto", sans-serif;
}

#app-root {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#app-root * {
}

/*=== LOGIN ===*/
.login-wrapper {
    height: 100%;
    background: #f5f5f5;
}

.login-wrapper .bn-login-body .login-box {
    width: 100%;
    max-width: 320px;
    margin: 15px;
    padding: 20px 20px 10px;
    background: #FFF;
    border: 1px solid #EEE;
    border-radius: 2px;
    box-shadow: inset 0 6px #007DD1;
}

.login-wrapper .bn-login-body .login-box img.client-brand {
    max-width: 150px;
    margin: 25px auto;
}
.login-wrapper .bn-login-body .login-box h3 {
    margin: 15px auto 10px;
    color: #4d4d4d;
    font-size: 21px;
}
.login-wrapper .bn-login-body .login-box .form-group {
    margin: 35px 0 0;
}
.login-wrapper .bn-login-body .login-box .form-group label {
    display: block;
    position: relative;
    font-weight: 300;
}
.login-wrapper .bn-login-body .login-box .form-group label > .input-label {
    position: absolute;
    top: 10px; left: 12px;
    color: rgba(84,77,81,0.7);
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);

}
.login-wrapper .bn-login-body .login-box .form-group label > span.help-block {
    display: block;
    margin: 0;
    position: absolute;
    top: calc(100% + 3px); left: 0; right: 0;
    text-align: right;
    color: #e74c3c;
    font-size: 12px;
}
.login-wrapper .bn-login-body .login-box .form-group label input {
    height: 40px;
    padding: 12px;
    border: none !important;
    border-radius: 0;
    box-shadow: inset 0 -2px #DDD;
    color: #555;
}
.login-wrapper .bn-login-body .login-box .form-group label input:hover,
.login-wrapper .bn-login-body .login-box .form-group label input:focus {
    background: rgba(61,98,122,0.08) !important;

}
.login-wrapper .bn-login-body .login-box .form-group label input:focus {
    outline: none;
    background: rgba(80,60,40,0.05);
    box-shadow: inset 0 -3px #007DD1 !important;
    border-color: #DDD;
}
.login-wrapper .bn-login-body .login-box .form-group label input:focus+span:not(.help-block),
.login-wrapper .bn-login-body .login-box .form-group label input:valid+span:not(.help-block),
.login-wrapper .bn-login-body .login-box .form-group label span.help-block+span,
.login-wrapper .bn-login-body .login-box .form-group label input:focus + .input-label {
    top: -15px; left: 0;
    font-size: 11px;
    color: #544d51;
}
.login-wrapper .bn-login-body .login-box .btn-login {
    height: auto;
    margin: 0 0 15px;
    padding: 12px 15px;
    background: #007DD1;
    border-color: #0062BA;
    -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
    color: #FFF;
}
.login-wrapper .bn-login-body .login-box .btn-login:hover,
.login-wrapper .bn-login-body .login-box .btn-login:focus {
    box-shadow: inset 0 -50px #0062BA;
}
.login-wrapper .bn-login-body .login-box #PResetArea a {
    color: #004694;
    font-size: 12px;
}
.login-wrapper .bn-login-body .login-box hr {
    margin: 20px 0 5px;
}
.login-wrapper .bn-login-body .login-box .novut-logo {
    margin: 0 auto;
    max-height: 30px;
}

.login-wrapper .login-footer {
    background: #FFF;
    border-top: 1px solid #EEE;
    padding: 10px 30px;
}
.login-wrapper .login-footer a {
    color: #007DD1;
}
.login-wrapper .login-footer a:hover,
.login-wrapper .login-footer a:focus {
    color: #0062BA;
}


/*=== HEADER ===*/
#app-header {
    height: 64px;
    flex: 0 0 auto;
    background: #007DD1;
    color: #fff;
    z-index: 9999;
}
#app-header .brand {
    flex: 0 0 auto;
    height: 100%;
    padding: 10px 15px;
    background: rgba(0, 70, 148, 0.2);
}
#app-header .brand img {
    max-height: 32px;
}
#app-header .main-sidebar-toggle {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 24px;
    color: #fff;
}
#app-header .main-sidebar-toggle svg {
    -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
#app-header .main-sidebar-toggle:hover,
#app-header .main-sidebar-toggle:focus {
    border-color: #007DD1;
}


/* Top menu */

#app-header .top-menu {
    width: 100%;
    overflow-x: hidden;
    font-size: 13px;
}
#app-header .top-menu > ul {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    white-space: nowrap;
}

#app-header .top-menu > ul > li {
    margin: 0 -2.5px;
    padding: 0;
}
#app-header .top-menu > ul > li > a {
    display: block;
    padding: 22px 8px;
    color: rgba(255, 255, 255, 0.7);
}
#app-header .top-menu > ul > li > a:hover,
#app-header .top-menu > ul > li > a:focus {
    text-decoration: none;
    color: #fff;
    background: rgba(0, 70, 148, 0.08);
}
#app-header .top-menu > ul > li:hover {
    position: relative;
    color: #fff;
    background: rgba(0, 70, 148, 0.08);
}
#app-header .top-menu > ul > li.active > a {
    background: rgba(0, 70, 148, 0.15);
    color: #FFF;
}
#app-header .top-menu > ul > li.open > a:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0; left: calc(50% - 8px);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #2e97e5;
}
#app-header .top-menu > ul > li.has-dropdown {
    position: relative;
}
#app-header .top-menu > ul > li:not(.view-more).has-dropdown > a:before,
.module-navbar > li.has-dropdown > a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 14px; left: calc(50% - 3px);
    width: 6px; height: 6px;
    border-right: 2px solid rgba(255,255,255,0.5);
    border-bottom: 2px solid rgba(255,255,255,0.5);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#app-header .top-menu > ul > li.has-dropdown .module-navbar {
    display: none;
    position: fixed;
    top: 63px; left: 0; right: 0;
    margin: 0;
    background: #37a7f4;
    list-style: none;
}
#app-header .top-menu > ul > li.has-dropdown .module-navbar li.has-dropdown .module-navbar {
    display: none;
    top: 113px;
}
#app-header .top-menu > ul > li.has-dropdown .module-navbar li.has-dropdown .module-navbar li.has-dropdown .module-navbar {
    display: none;
    top: 163px;
}

#app-header .top-menu > ul > li.has-dropdown.open .module-navbar,
#app-header .top-menu > ul > li.view-more.open .module-navbar,
#app-header .top-menu > ul > li.has-dropdown .module-navbar li.has-dropdown.open > .module-navbar,
#app-header .top-menu > ul > li.has-dropdown .module-navbar li.has-dropdown .module-navbar li.has-dropdown.open .module-navbar {display: flex;}


#app-header .top-menu > ul > li.view-more > a {
    padding: 22px 15px;
    border-right: 1px solid rgba(255,255,255,0.1);
}


/* Module Navbar */
.module-navbar {
    background: #37a7f4;
    box-shadow:
            0 2px 6px rgba(0, 70, 148, 0.07),
            inset 0 6px 6px -3px rgba(0, 70, 148, 0.2);
    overflow-x: hidden;
}
.module-navbar {
    padding: 0 15px;
}
.module-navbar li {
    position: relative;
    margin: 0;
    padding: 10px 3px;
}
.module-navbar li a {
    display: block;
    margin: 0;
    padding: 6px 8px;
    border-radius: 6px;
    color: #FFF;
    white-space: nowrap;
}
.module-navbar li:hover > a,
.module-navbar li a:hover,
.module-navbar li a:focus {
    background: rgba(0, 70, 148, 0.1);
    border-color: #EEE;
    text-decoration: none;
}
.module-navbar > li.has-dropdown > a:before {
    bottom: 8px !important;
}
.module-navbar > li.has-dropdown.open > a:after,
.module-navbar > li.has-dropdown.active > a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 8px);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #2e97e5;
}



#app-header .right-block {
    flex: 0 0 auto;
    height: 100%;
}
#app-header .right-block .right-menu {
    margin: 0;
    padding: 0 10px 0 0;
}
#app-header .right-block .right-menu > li {
    position: relative;
    margin: 0 2px;
}
#app-header .right-block .right-menu > li > a {
    display: block;
    width: 34px;
    height: 34px;
    padding: 7px 0;
    background: rgba(0, 70, 148, 0.1);
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
}
#app-header .right-block .right-menu > li > a:hover,
#app-header .right-block .right-menu > li > a:focus {
    background: rgba(0, 70, 148, 0.3);
    color: #fff;
}
#app-header .right-block .right-menu > li > a span.notif-badge {
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: 6px;
    height: 6px;
    margin: 0 -3px;
    background: #dc3545;
    border-radius: 50%;
}

/* right menu dropdowns */
#app-header .right-block .right-menu > li > .right-menu-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: -20px;
    width: 350px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 70, 148, 0.15);
    color: #334545;
}
#app-header .right-block .right-menu > li > .right-menu-dropdown.open {
    display: block;
}
#app-header .right-block .right-menu > li > .right-menu-dropdown:before {
    content: "";
    display: block;
    position: absolute;
    right: 30px;
    top: -5px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #f3f4f4;
}
#app-header .right-block .right-menu > li > .right-menu-dropdown .menu-header {
    display: block;
    margin: 0;
    padding: 15px;
    background: #f3f4f4;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid rgba(0,70,148,0.2);
    box-shadow: 0 2px 4px -2px rgba(0,0,0,0.25);
    color: #888;
    font-size: 16px;
}
#app-header .right-block .right-menu > li > .right-menu-dropdown ul.list-unstyled {
    height: 250px;
    overflow-y: auto;
}
#app-header .right-block .right-menu > li > .right-menu-dropdown ul.list-unstyled a  {
    color: #858590;
}
#app-header .right-block .right-menu > li > .right-menu-dropdown ul.list-unstyled a:hover,
#app-header .right-block .right-menu > li > .right-menu-dropdown ul.list-unstyled a:focus {
    color: #232328;
    text-decoration: none;
}
/*  Unread notifications*/
#app-header .right-block .right-menu > li > .right-menu-dropdown ul li.unread a {
    background: rgba(0, 70, 148, 0.04);
    color: #222;
    font-weight: bold;
}
#app-header .right-block .right-menu > li > .right-menu-dropdown ul li.unread a:hover {
    background: rgba(0, 70, 148, 0.08);
}

#app-header .right-block .right-menu > li > .right-menu-dropdown .menu-footer {
    display: block;
    padding: 15px;
    background: #007DD1;
    color: #FFF;
    text-align: center;
}
#app-header .right-block .right-menu > li > .right-menu-dropdown .menu-footer:hover,
#app-header .right-block .right-menu > li > .right-menu-dropdown .menu-footer:focus {
    box-shadow: inset 0 90px rgba(0,70,148,0.2);
    text-decoration: none;
}

/* Notificaciones */
.notif-list-alerts li a {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(0, 70, 148, 0.05);
}
.notif-list-alerts li a:hover,
.notif-list-alerts li a:focus {
    background: rgba(0, 70, 148, 0.03);
}
.notif-list-alerts li a .alert-icon {
    width: 30px; height: 30px;
    margin: 5px 10px;
    padding: 1px 3px;
    border: 2px solid #DDD;
    border-radius: 50%;
}
.notif-list-alerts li a span {
    font-size: 13px;
}
.notif-list-alerts li a small {
    opacity: 0.6;
}

/* Mensajes */
.notif-list-inbox li a {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(0, 70, 148, 0.05);
    font-size: 12px;
    line-height: 1.3;
}
.notif-list-inbox li a:hover,
.notif-list-inbox li a:focus {
    background: rgba(0, 70, 148, 0.03);
}
.notif-list-inbox li a .message-avatar {
    margin: 5px 10px 5px 0;
    box-shadow: 0 0 0 2px #007DD1;
}
.notif-list-inbox li a .message-block > * {
    display: block;
}
.notif-list-inbox li a .message-block span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.notif-list-inbox li a small {
    opacity: 0.6;
}

/* Chat */
.notif-list-chat li a {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(0, 70, 148, 0.05);
    font-size: 12px;
    line-height: 1.3;
}
.notif-list-chat li a:hover,
.notif-list-chat li a:focus {
    background: rgba(0, 70, 148, 0.03);
}
.notif-list-chat li a .message-avatar {
    margin: 5px 10px 5px 0;
    box-shadow: 0 0 0 2px #007DD1;
}
.notif-list-chat li a .message-block {
    width: 0;
    flex: 1 1 auto;
}
.notif-list-chat li a .message-block span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Aplicaciones */
.notif-list-apps {
    height: auto !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.notif-list-apps li {
    flex: 0 0 calc(100% / 3);
    border: 1px solid #F8F8F8;
}
.notif-list-apps li a {
    display: block;
    padding: 10px 5px;
    text-align: center;
    font-size: 12px;
}
.notif-list-apps li a img {
    display: block;
    max-width: 50px;
    margin: 0 auto 5px;
    border-radius: 6px;
}
.notif-list-apps li a:hover {
    background: rgba(0, 70, 148, 0.03);
}
.notif-list-apps li a:hover img {
    box-shadow: 0 0 0 2px #007DD1;
}

/* Menú Superior - Derecha */
#app-header .right-options-menu {
    margin: 0;
    padding: 0 0px;
}

#app-header .right-options-menu > li{
    position: relative;
    margin: 0 2px;
}
#app-header .right-options-menu > li > a {
    display: block;
    width: 34px;
    height: 34px;
    padding: 7px 0;
    background: rgba(0, 70, 148, 0.1);
    border-radius: 50%;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
}
#app-header .right-options-menu > li > a:hover,
#app-header .right-options-menu > li > a:focus,
#app-header .right-options-menu > li.open > a {
    text-decoration: none;
    color: #fff;
    background: rgba(0, 70, 148, 0.08);
}

#app-header .right-options-menu > li .menu-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 15px); right: 0;
    width: 180px;
    margin: 0;
    padding: 0;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 70, 148, 0.1);
}
#app-header .right-options-menu > li.has-dropdown.open .menu-dropdown{
    display: block;
}
#app-header .right-options-menu > li .menu-dropdown:before {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
}
#app-header .right-options-menu > li .menu-dropdown li.divider {
    height: 0;
    margin: 4px 15px;
    border-top: 1px solid #DDD;
}
#app-header .right-options-menu > li .menu-dropdown li a {
    display: block;
    padding: 8px 12px;
    color: #454848;
}
#app-header .right-options-menu > li .menu-dropdown li a:hover,
#app-header .right-options-menu > li .menu-dropdown li a:focus {
    text-decoration: none;
    background: rgba(0, 70, 148, 0.1);
}
#app-header .right-options-menu > li .menu-dropdown li.has-dropdown > a {
    position: relative;
}
#app-header .right-options-menu > li .menu-dropdown li.has-dropdown > a:after {
    content: "\f107";
    display: block;
    position: absolute;
    top: 50%; right: 14px;
    margin-top: -10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
#app-header .right-options-menu > li .menu-dropdown li.has-dropdown ul {
    position: relative;
}
#app-header .right-options-menu > li .menu-dropdown li.has-dropdown ul:after {
    content: "";
    display: block;
    position: absolute;
    top: 0; bottom: 0;
    border-left: 1px dotted rgba(255,255,255,0.1);
}
#app-header .right-options-menu > li .menu-dropdown li.has-dropdown ul {
    display: none;
    background: rgba(0, 70, 148, 0.05);
}
#app-header .right-options-menu > li .menu-dropdown li.has-dropdown ul:after {
    left: 10px;
}
#app-header .right-options-menu > li .menu-dropdown li.has-dropdown ul > li > a {
    padding-left: 22px;
}

#app-header .right-options-menu > li .menu-dropdown li.has-dropdown ul li.has-dropdown ul {
    display: none;
    background: rgba(0, 70, 148, 0.05);
    z-index: 999;
}
#app-header .right-options-menu > li .menu-dropdown li.has-dropdown ul li.has-dropdown ul:after {
    left: 20px;
}
#app-header .right-options-menu > li .menu-dropdown li.has-dropdown ul li.has-dropdown ul > li > a {
    padding-left: 28px;
}



/* Menú de usuario */
#app-header .user-menu {
    flex: 1 0 auto;
}
#app-header .user-menu,
#app-header .user-menu a {
    position: relative;
    display: block;
    height: 100%;
    min-width: 120px;
    color: #fff;
}
#app-header .user-menu a {
    padding: 0 15px;
}
#app-header .user-menu a .user-avatar {
    height: 40px;
    width: 40px;
    margin-right: 8px;
    border-radius: 50%;
    background: #fff center center no-repeat;
    background-size: cover;
}
#app-header .user-menu a .name,
#app-header .user-menu a .position {
    display: block;
}
#app-header .user-menu a .position {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
}
#app-header .user-menu a:hover,
#app-header .user-menu a:focus {
    text-decoration: none;
    background: rgba(0, 70, 148, 0.1);
}
#app-header .user-menu .user-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 70, 148, 0.1);
}
#app-header .user-menu .user-dropdown.open {
    display: block;
}
#app-header .user-menu .user-dropdown:before {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    left: 29px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
}
#app-header .user-menu .user-dropdown ul {
    margin: 5px 0;
}
#app-header .user-menu .user-dropdown li.divider {
    margin: 7px 0;
    border-top: 1px solid #DDD;
}
#app-header .user-menu .user-dropdown li a {
    display: block;
    padding: 4px 10px;
    color: #454848;
}

#app-main {
    min-height: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#app-content {
    width: 100%;
    box-shadow: inset 0 6px 6px -3px rgba(0, 70, 148, 0.2);
}

#wrapper {
    padding: 0 20px 15px 20px;
    overflow-y: auto;
    background: #FFF;
}
#app-sidebar,
#app-content {
    -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

/*=== SIDEBAR ===*/
#app-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    width: 250px;
    background: #f5f5f5;
    border-right: 1px solid #ddd;
}
#app-sidebar .main-sidebar-menu {
    flex: 1 1 auto;
    margin-bottom: 0;
    overflow-y: auto;
}
#app-sidebar .main-sidebar-menu,
#app-sidebar .main-sidebar-menu ul {
    padding: 0;
    list-style: none;
}
#app-sidebar .main-sidebar-menu li a {
    display: block;
    padding: 9px 15px;
    color: #4d4d4d;
}
#app-sidebar .main-sidebar-menu > li:not(:last-child) > a {
    border-top: 1px solid #D9D9D9;

}
#app-sidebar .main-sidebar-menu li a:hover,
#app-sidebar .main-sidebar-menu li a:focus {
    text-decoration: none;
    background: rgba(0, 70, 148, 0.075);
}
#app-sidebar .main-sidebar-menu li:not(.active) a:hover i,
#app-sidebar .main-sidebar-menu li:not(.active) a:focus i {
    /*color: #007DD1;*/
}
#app-sidebar .main-sidebar-menu > li.active > a {
    /*background: #a9d0e6;*/
    color: #000;
    font-weight: bold;
    box-shadow: inset 5px 0 #007DD1;

}
#app-sidebar .main-sidebar-menu li.has-dropdown > a {
    position: relative;
}
#app-sidebar .main-sidebar-menu li.has-dropdown > a:after {
    content: "\f107";
    display: block;
    position: absolute;
    top: 50%; right: 10px;
    margin: -9px 0 0;
    font: normal normal normal 21px/1 "Font Awesome 5 Free";
    font-weight: 900;
}

#app-sidebar .main-sidebar-menu li.has-dropdown > ul {
    display: none;
    border-top: 1px solid #D9D9D9;
}
#app-sidebar .main-sidebar-menu li.has-dropdown.open > ul {
    display: block;
}
#app-sidebar .main-sidebar-menu li.has-dropdown > ul > li a {
    padding-left: 40px;
    font-size: 14px;
    color: #8d8d8d;
}
#app-sidebar .main-sidebar-menu li.has-dropdown > ul > li a:hover {
    color: #333;
}
#app-sidebar .main-sidebar-menu li.has-dropdown > ul > li.active > a {
    font-weight: bold;
    background: rgba(0, 70, 148, 0.1);
}

#app-sidebar .main-sidebar-menu li.has-dropdown > ul > li.has-dropdown > ul > li a {
    padding-left: 55px;
}


#app-sidebar .sidebar-bottom {
    position: relative;
    border-top: 1px solid #DDD;
}
#app-sidebar .sidebar-bottom a {
    display: block;
    padding: 10px 15px;
    color: #666;
}
#app-sidebar .sidebar-bottom a:hover,
#app-sidebar .sidebar-bottom a:focus {
    background: #F1F4F4;
    text-decoration: none;
}
#app-sidebar .sidebar-bottom a i {
    margin-top: 5px;
    font-size: 18px;
}
#app-sidebar .sidebar-bottom .sidebar-bottom-dropup {
    display: none;
    position: absolute;
    left: 5px; right: 5px; bottom: calc(100% - 2px);
    padding: 7px 0; margin: 0;
    background: #FFF;
    border: 1px solid rgba(0, 70, 148, 0.2);
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 70, 148, 0.1);
    list-style: none;
}
#app-sidebar .sidebar-bottom .sidebar-bottom-dropup.open {
    display: block;
}
#app-sidebar .sidebar-bottom .sidebar-bottom-dropup:before,
#app-sidebar .sidebar-bottom .sidebar-bottom-dropup:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%; right: 10px;
    width: 0;
    height: 0;
}
#app-sidebar .sidebar-bottom .sidebar-bottom-dropup:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
}
#app-sidebar .sidebar-bottom .sidebar-bottom-dropup:before {
    top: calc(100% + 1px);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(0, 70, 148, 0.2);
}
#app-sidebar .sidebar-bottom .sidebar-bottom-dropup li a:hover {
    background: rgba(0, 70, 148, 0.05);
}


/* Toggled sidebar */
#app-root.sidebar-hidden .main-sidebar-toggle svg {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#app-root.sidebar-hidden #app-sidebar {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}

#app-root.sidebar-hidden #app-content {
    margin-left: -250px;
}

/*=== Main Layouts Bars ===*/
#app-root #app-content > *:not(#wrapper) {
    flex: 0 0 auto;
}


/* Title Bar bar */
.content-title {
    margin: 25px 20px 15px;
    border-bottom: 1px solid #DDD;
}
.content-title .title-breadcrumbs {
    margin: 0;
    font-size: 12px;
}
.content-title .title-breadcrumbs li {
    margin: 0 -4px 0 0;
}
.content-title .title-breadcrumbs li a {
    display: block;
    margin: 0 0 3px;
    color: #888;
}
.content-title .title-breadcrumbs li a:hover {
    color: #007DD1;
    text-decoration: none;
}
.title-options .main-title {
    color: #343434;
}
.title-options > li {
    padding: 0 0 0 4px;
}
.title-options > li > a {
    display: block;
    padding: 6px 10px;
    border: 1px solid #CCC;
    border-radius: 0px;
    color: #656565;
    font-size: 12px;
    text-align: center;
}
.title-options > li > a:hover,
.title-options > li > a:focus {
    text-decoration: none;
}

/* Navigation Bar */
.content-navbar {
    padding: 0 20px 20px;
}
.content-navbar-inner {
    border: 1px solid #DDD;
    box-shadow: 0 4px 0 -2px #F5F5F5;
}
.content-navbar-inner > ul {
    margin: 0;
}
.content-navbar-inner > ul > li {
    float: left;
    padding: 0;
}
.content-navbar-inner > ul > li a {
    display: block;
    padding: 8px 15px;
    color: #656565;
}
.content-navbar-inner > ul > li a:hover,
.content-navbar-inner > ul > li a:focus {
    background: rgba(0, 70, 148, 0.05);
    text-decoration: none;
}
.content-navbar-inner  ul.left > li a {
    border-right: 1px solid #F5F5F5;
}
.content-navbar-inner  ul.right > li a {
    border-left: 1px solid #F5F5F5;
}



/* Action bar */
.content-actions {
    margin: 5px 20px 0;
}

/* Filters Legacy styles */
.content-filters-legacy {
    margin: 0 20px;
}
.content-filters-legacy .navbar-filters {
    padding-left: 35px !important;
}
.content-filters-legacy .navbar-filters .filter-list {
    font-size: 12px;
}

/* Filters bar */
.content-filters {
    margin: 0 20px 15px;
    background: #FFF;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 5px;
}
.content-filters div {
    margin-right: 10px;
    padding: 10px 15px;
    border-right: 1px solid #F5F5F5;
    box-shadow: 1px 0 0 #DDD;
    font-size: 14px;
    color: #787889;
}
.content-filters ul {
    margin-bottom: 0;
}
.content-filters ul li {
    padding: 1px 5px 2px;
    background: #004694;
    border-radius: 3px;
    color: rgba(255,255,255,0.7);
    font-size: 12px;
}
.content-filters ul li b {
    color: #FFF;
    font-weight: normal;
}
.content-filters ul li a {
    display: inline-block;
    height: 14px; width: 14px;
    margin: 0 -2px 0 3px;
    line-height: 1;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
}
.content-filters ul li a:hover,
.content-filters ul li a:focus {
    background: rgba(255,255,255,0.2);
    text-decoration: none;
}

/* Display Options bar */
.display-options {
    margin: 0;
    padding: 5px 20px 0;
    border-bottom: 1px solid #DDD;
}
.display-options > * ul.nav-tabs {
    border-bottom: none;
}
.display-options > * ul.nav-tabs > li {
    margin: 2px 0 -4px;
    background: transparent;
}
.display-options > * ul.nav-tabs > li > a{
    height: auto;
    margin: 3px 5px 3px;
    padding: 4px 8px;
    border-radius: 5px;
    color: #767676;
}
.display-options > * ul.nav-tabs > li > a:hover,
.display-options > * ul.nav-tabs > li > a:focus {
    background: rgba(0,0,0,0.1);
}
.display-options > * ul.nav-tabs > li.active > a {
    margin: 0 0 2px;
    padding: .5rem 1rem;
    background: #FFF;
    /*border-bottom-color: #f4f7fb;*/
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #222;
    border-top: 5px solid #007DD1;
}
.display-options > * ul.nav-tabs li a.badge {
    margin-top: -2px;
    background: #dc3545;
    vertical-align: middle;
    font-size: 11px !important;
    color: rgba(255,255,255,0.75);
    font-weight: normal;
}
.display-options > * ul.nav-tabs li.active a .badge {
    color: #FFF;
}



/* Overview Cards */
.overview-card .wb-icon-circle {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
}
.overview-card .overview-right {
    float: right;
    min-width: 92px;
    text-align: right;
}
.overview-card .overview-right h4 {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 9px;
}
.overview-card .overview-right h3 {
    font-size: 22px;
    color: #2e2e3a;
    font-weight: 500;
    margin-bottom: 0px;
}
.overview-card p {
    padding-top: 15px;
    font-size: 12px;
    color: #999999;
    border-top: 1px solid #f2f2f2;
    margin-top: 20px;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}

/* Profile card */
.profile-widget {
    text-align: center;
}
.profile-widget .profile-widget-head {
    position: relative;
    margin-bottom: 50px;
    padding: 20px 15px 50px 15px;
    border-radius: 4px 4px 0 0;
    color: #fff;
}
.profile-widget .profile-widget-head > * {
    display: block;
}
.profile-widget .profile-widget-head h3 {
    font-size: 21px;
}
.profile-widget .profile-widget-head i {
    font-style: normal;
    font-size: 12px;
}
.profile-widget .profile-widget-head > span {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: -35px;
    border-radius: 50%;
    overflow: hidden;
}
.profile-widget .location {
    margin: 0 auto 5px;
}
.profile-widget p {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 22px;
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.profile-widget .social-btns {
    margin: 20px 0 30px;
}
.profile-widget .social-btns li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}
.profile-widget .social-btns li.facebook a {  background: #3b5999;}
.profile-widget .social-btns li.google-plus a {  background: #dd4b39;}
.profile-widget .social-btns li.twitter a {  background: #55acee;}


#app-footer {

    padding: 15px;
    border-top: 1px solid #DDD;
    font-size: 12px;
    color: #666;
    text-align: center;
}
#app-footer {

}


/*=== Sort Tables ===*/
.table.BNTableB,
.table.BNTableB > tbody > tr > th,
.table.BNTableB thead > tr > th,
.table.BNTableB > tbody > tr > td,
.table.BNTableB > thead > tr > td {
    color: #666;
}

.table.BNTableB > thead > tr > th {
    background: #007DD1;
    color: #FFF;
    border-color: rgba(255,255,255,0.1);
    height: 30px;
}
.table.BNTableB > thead > tr > th div.pull-left {
    padding: 0;
}
.table.BNTableB > thead > tr > th a {
    display: block;
    color: rgba(255,255,255,0.5);
    padding: 6px 4px;
}
.table.BNTableB > thead > tr > th a:hover {
    background: rgba(0,0,0,0.2);
    color: #FFF;
}
.table.BNTableB > thead.BNTableFilter > tr > th {
    border-bottom: 3px solid #007DD1 !important;
}
.table.BNTableB > thead > tr > th > div.Sort {
    padding-left: 15px;
    padding-right: 15px;
}
.table.BNTableB > thead > tr > th > div.Sort:before,
.table.BNTableB > thead > tr > th > div.Sort:after {
    top: 9px;
    right: 5px;
    bottom: 9px;
    color: #FFF;
}

.table.BNTableB > thead > tr > th > div.Sort:before {
    color: rgba(0,0,0,0.5);
}

.table.BNTableB > thead .headerSortDown, .headerSortUp {
    background: #007DD1 !important;
    box-shadow: inset 0 50px 0 0 rgba(0,0,0,0.2) !important
}

.table.BNTableB > thead > tr th .form-control {
    border-color: #080D14 !important;
    background: #FFF;
    color: #555;
}

.table.BNTableB > tbody > tr:nth-child(even) {
    background: #F8F8F8;
}

.table.BNTableB > tbody > tr:nth-child(odd) {
    background: #FFF;
}

.table.BNTableB > tbody > tr:hover {
    background: #E3E3E3;
}

.table.BNTableB > tbody > tr > td > a:link {
    color: #454545;
    text-decoration: underline;
}

.table.BNTableB  > tbody > tr > td > a:visited {
    color: #565656;
}

.table.BNTableB > tbody > tr > td > a:hover {
    color: #333;
    text-decoration: none;
}



/*=== Layout 10 ===*/

/* Container */
#BicomaNetworkContent {
    height: 100%;
}
#BicomaNetworkContent > * {}


/* Page Header */
.page-header {
    margin: -10px -25px 0 -15px;
    padding: 5px 35px 5px 25px;
    background: #FFF;
}
.page-header .page-breadcrumb {
    margin: 0;
    font-size: 12px;
}
.page-header .page-breadcrumb li > a {
    display: block;
    color: #888;
}
.page-header .page-breadcrumb li > a:hover,
.page-header .page-breadcrumb li > a:focus {
    color: #007DD1;
}
.page-header > .display-flex {
    align-items: center;
}
.page-header .page-title {
    flex: 1 0 auto;
    margin: 5px 0;
    color: #007DD1;
    font-size: 21px;
}
.page-header .page-header-menu .dropdown > a {
    display: block;
    width: 28px; height: 28px;
    padding: 3px 4px;
    border: 1px solid #007DD1;
    border-radius: 50%;
    font-size: 14px;
}
.page-header .page-header-menu .dropdown > a:hover,
.page-header .page-header-menu .dropdown > a:focus {
    background: #007DD1;
    border-color: #007DD1;
    color: #FFF;
}


/* Module Navbar */
.tabs-wrapper {
    margin: 0 -20px;
    padding: 5px 20px 15px;
}
.tabs-container {
    position: relative;
    width: 100%;
    margin: 10px 0;
    background: #FFF;
}

.flex-tabs {
    width: 100%;
    overflow: auto;
    border-bottom: none;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.05);
}
.flex-tabs::-webkit-scrollbar {
    width: 0; height: 0;
    background: transparent; /* make scrollbar transparent */
}
.flex-tabs li {
    flex: 0 0 150px;
    float: none;
    text-align: center;
}

.flex-tabs li a,
.flex-tabs li a:hover,
.flex-tabs li a:focus,
.flex-tabs li.active a,
.flex-tabs li.active a:hover,
.flex-tabs li.active a:focus {
    border: none;
    border-radius: 0;
    background: none;
}
.flex-tabs li a {
    margin: 0;
    padding: 12px 10px;
    color: #777;
    font-size: 14px;
    white-space: nowrap;
    border-right: 2px solid #F5F5F5 !important;
}
.flex-tabs li a:hover,
.flex-tabs li a:focus {
    color: #000;
    box-shadow: inset 0 -3px rgba(0,0,0,0.1);
}
.flex-tabs li.active a {
    color: #007DD1;
    border: none;
    box-shadow: inset 0 -5px #007DD1;
    margin: 0;
}

/* Scroll buttons */
.tabs-container .scroll {
    display: none;
    position: absolute;
    top: 0; bottom: 0;
    padding: 10px 7px;
    background: transparent;
    z-index: 99;
    font-size: 14px;
    color: #FFF;
}
.tabs-container .scroll:hover {
    background: #FFF;
    color: #000;
}
.tabs-container .scroll.scroll-left {
    left: 0;
    box-shadow: inset 10px 0 7px -3px rgba(0,0,0,0.1);
}
.tabs-container .scroll.scroll-right {
    right: 0;
    box-shadow: inset -10px 0 7px -3px rgba(0,0,0,0.1);
}

.tabs-container.scrollable .scroll {
    display: block;
}

/* Inner content */
.inner-content-area {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    margin: 0 -20px;
    padding: 0 20px;
}

.inner-content-area .inner-content-left-menu {
    flex: 0 0 200px;
    margin: 0 20px 0 -20px;
    border: 1px solid #EEE;
    border-radius: 0 5px 5px 0;
    box-shadow: 1px 0 2px rgba(0,0,0,0.03);
    -webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
.inner-content-area .inner-content-left-menu .menu-items {
    max-height: 100%;
    margin: 0; padding: 0;
    list-style: none;
    overflow: auto;
}
.inner-content-area .inner-content-left-menu .menu-items li {
    border-bottom: 1px solid #DDD;
}
.inner-content-area .inner-content-left-menu .menu-items li a {
    display: block;
    padding: 12px 15px 12px 25px;
    color: #666;
}
.inner-content-area .inner-content-left-menu .menu-items li a:hover,
.inner-content-area .inner-content-left-menu .menu-items li a:focus {
    background: rgba(0,0,0,0.025);
    color: #007DD1;
    text-decoration: none;
}
.inner-content-area .inner-content-left-menu .menu-items li.active a {
    box-shadow: inset 4px 0 #007DD1;
    color: #007DD1;
    font-weight: bold;
}

/* Hidden sidebar styles */
.inner-content-area.sidebar-hidden .inner-content-left-menu {
    margin-left: -220px;
}


.inner-content-area .inner-content-sidebar {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    margin: 0 20px 0 0;
    padding: 20px 15px 10px;
    background: #FFF;
    overflow-y: auto;
}
.inner-content-area .inner-content-sidebar.small {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 250px;
    flex: 1 0 250px;
}
.inner-content-area .inner-content-sidebar.medium {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 350px;
    flex: 1 0 350px;
}
.inner-content-area .inner-content-sidebar.large {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 500px;
    flex: 1 0 500px;
}

.inner-content-area .inner-content-sidebar .main-client-info .img-circle {
    max-width: 50px;
    margin-right: 10px;
}
.inner-content-area .inner-content-sidebar .main-client-info h4 {padding-top: 5px;}
.inner-content-area .inner-content-sidebar .main-client-info dl dt,
.inner-content-area .inner-content-sidebar .complementary-data dt {margin-top: 15px;}

.inner-content-area .inner-content-section {
    width: 100%;
    border: 1px solid #DDD;
}
.inner-content-area .inner-content-sidebar hr {
    width: 100%;
}

/* Section header */
.section-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    padding: 10px 15px 0;
    box-shadow: inset 0 -1px #DDD;
}
.section-title > * {}
.section-title .left-menu-toggle {
    width: 36px; height: 30px;
    margin: -5px 10px 0 -10px;
    padding: 2px 0;
    border-right: 3px solid #213B81;
    color: #213B81;
    font-size: 18px;
    text-align: center;
}
.section-title .content-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0;
    padding: 0;
}
.section-title .content-title h4 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 18px;
}

.section-title .tabs-dropdown {
    margin: 5px 0;
}
.section-title .tabs-dropdown > .dropdown-toggle {
    height: 28px; width: 28px;
    padding: 4px;
    background: #fafafa !important;
    border: 1px solid #CCC !important;
    border-radius: 50%;
    color: #AAA !important;
}
.section-title .tabs-dropdown .dropdown-toggle:hover,
.section-title .tabs-dropdown .dropdown-toggle:focus,
.section-title .tabs-dropdown .open > .dropdown-toggle:hover,
.section-title .tabs-dropdown .open > .dropdown-toggle:focus {
    border-color: #007DD1 !important;
    color: #007DD1 !important;
    outline: none;
}
.section-title .tabs-dropdown .dropdown-menu {
    top: calc(100% + 5px);
    margin-top: -1px;
    border-top-right-radius: 0;
}
.section-title .tabs-dropdown .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -7px; right: 7px;
    width: 0; height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #DDD;
}
.section-title .tabs-dropdown .dropdown-menu:after {
    content: "";
    position: absolute;
    top: -5px; right: 8px;
    width: 0; height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #FFF;
}
.section-title .nav-tabs {margin-right: 5px;}
.section-title .nav-tabs>li>a:hover,
.section-title .nav-tabs>li>a:focus {background: #E5E5E5;}
.section-title .nav-tabs>li.active>a,
.section-title .nav-tabs>li.active>a:hover,
.section-title .nav-tabs>li.active>a:focus {background: #FAFAFA;}

.section-title .section-title-action {
    height: 28px; min-width: 28px;
    margin: 5px;
    padding: 3px 10px 5px;
    background: #fafafa !important;
    border: 1px solid #CCC !important;
    border-radius: 50px;
    color: #AAA !important;
}
.section-title .section-title-action:hover,
.section-title .section-title-action:focus {
    border-color: #007DD1 !important;
    color: #007DD1 !important;
    outline: none;
}

.inner-content-area .inner-content-section .inner-content-main {
    padding: 20px 15px 0;
    overflow: auto;
    background: #FAFAFA;
}

/* actions bar */
.inner-content-bottom {
    padding: 10px 15px;
    background: #FFF;
    border-top: 1px solid #EEE;
}
.inner-content-bottom .right {
    flex: 1 0 auto;
    text-align: right;
}


/* Drawer modal */
.modal-drawer .modal-backdrop.fade.in {
    background: #1f434d;
    opacity: 0.75;
}
.modal-drawer .modal-dialog {
    position: fixed;
    top: 0; left: auto; bottom: 0; right: 0;
    margin: 0
}
.modal-drawer .modal-dialog .modal-content {
    height: 100%;
    border: none;
    border-radius: 0;
}
.modal-drawer .modal-dialog .modal-content .modal-header {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    border-bottom: 0;
}
.modal-drawer .modal-dialog .modal-content .modal-header .modal-subtitle {
    color: rgba(0,0,0,0.5);
}
/* Modal navbar */
.modal-drawer .modal-dialog .modal-content .modal-navs {
    margin: 0;
    padding: 0 15px;
    background: #FCFCFC;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #DDD;
}
.modal-drawer .modal-dialog .modal-content .modal-navs ul {
    margin: 0;
}
.modal-drawer .modal-dialog .modal-content .modal-navs ul li {
    margin-right: -3px;
    padding: 0;
}
.modal-drawer .modal-dialog .modal-content .modal-navs ul li a {
    display: block;
    padding: 12px 15px 6px;
    color: #556677;
}
.modal-drawer .modal-dialog .modal-content .modal-navs ul li.active a,
.modal-drawer .modal-dialog .modal-content .modal-navs ul li.active a:hover,
.modal-drawer .modal-dialog .modal-content .modal-navs ul li.active a:focus {
    box-shadow: inset 0 -2px 0 #007DD1;
    color: #007DD1;
}
.modal-drawer .modal-dialog .modal-content .modal-navs ul li a:hover,
.modal-drawer .modal-dialog .modal-content .modal-navs ul li a:focus {
    background: #F5F5F5;
    text-decoration: none;
}

.modal-drawer .modal-dialog .modal-content .modal-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    overflow-y: auto;
    background: #FAFAFA;
}
.modal-drawer .modal-dialog .modal-content .modal-body .row {margin: 0 -5px;}
.modal-drawer .modal-dialog .modal-content .modal-body .row div[class*="col-"] {padding: 0 5px;}
.modal-drawer .modal-dialog .modal-content .modal-body .panel {margin: 0 0 10px}
.modal-drawer .modal-dialog .modal-content .modal-footer {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
/* Drawer modal animations */
.modal-drawer.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition:      -o-transform .3s ease-out;
    transition:         transform .3s ease-out;
    -webkit-transform: translate(30%, 0);
    -ms-transform: translate(30%, 0);
    -o-transform: translate(30%, 0);
    transform: translate(30%, 0);
}
.modal-drawer.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}


/* Layout 10 Media Queries */


@media screen and (max-width: 991px) {

    .inner-content-area .inner-content-sidebar {
        -ms-flex: 1 0 30%;
        flex: 1 0 30%;
    }
    .inner-content-area .inner-content-sidebar.small {
        -ms-flex: 1 0 180px;
        flex: 1 0 180px;
    }
    .inner-content-area .inner-content-sidebar.medium {
        -ms-flex: 1 0 250px;
        flex: 1 0 250px;
    }
    .inner-content-area .inner-content-sidebar.large {
        -ms-flex: 1 0 350px;
        flex: 1 0 350px;
    }

}

@media screen and (max-width: 767px) {

    .inner-content-area .inner-content-sidebar {
        -ms-flex: 1 0 200%;
        flex: 1 0 200%;
    }
    .inner-content-area .inner-content-sidebar.small {
        -ms-flex: 1 0 120px;
        flex: 1 0 120px;
    }
    .inner-content-area .inner-content-sidebar.medium {
        -ms-flex: 1 0 200px;
        flex: 1 0 200px;
    }
    .inner-content-area .inner-content-sidebar.large {
        -ms-flex: 1 0 350px;
        flex: 1 0 350px;
    }

}

@media screen and (max-width: 640px) {
    .inner-content-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .inner-content-area .inner-content-sidebar {
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
    .inner-content-area .inner-content-sidebar.small {
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
    .inner-content-area .inner-content-sidebar.medium {
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
    .inner-content-area .inner-content-sidebar.large {
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }

}


/* Wrapper TopMenu */

#topMenu .navbar-right {
    margin-right: 0;
}



/* Iframe forms */

html[style="padding: 0px 0px 100px;"] {
    padding: 0 0 40px !important;
}

.BNTableBasic {}

.BNTableBasic th,
.BNTableBasic td {
    padding: 8px 10px;
}

.BNTableBasic label {
    margin: 0;
    display: block;
    width: 100%;
}
.BNTableBasic input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.BNTableBasic + #catfish {
    background: #f5f5f5 !important;
    border: none !important;
    border-top: 1px solid #DDD !important;
}

.BNTableBasic + #catfish button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 5px;
}
.BNTableBasic + #catfish button:hover,
.BNTableBasic + #catfish button:focus {
    text-decoration: none;
}

.BNTableBasic + #catfish button.positive {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.BNTableBasic + #catfish button.positive:hover,
.BNTableBasic + #catfish button.positive:focus {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.BNTableBasic + #catfish button.negative {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    opacity: 1;
}
.BNTableBasic + #catfish button.negative:hover,
.BNTableBasic + #catfish button.negative:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

