@import url(../../plugins/jquery.scrollbar/jquery.scrollbar.css);
@import url(../../plugins/themify/themify-icons.css);
@import url(../../plugins/font-awesome/css/font-awesome.min.css);
@import url(../../plugins/switchery/switchery.min.css);
/*#page-container, #page-container2, body, html {
    width: 100%;
    height: 100%}*/

@font-face {
    font-family: Exo2;
    font-display:auto;
    src: url(/fonts/Exo2-Regular.otf);
}
.icon-step:before {
    content: "\E803" !important;
}
.container-fluid {
    /*padding: 0;*/
    /*margin: 0;*/
}

.bg_video{
        position: fixed; 
        right: 0; 
        bottom: 0;
        min-width: 100%; 
        min-height: 100%;
        width: auto; 
        height: auto; 
        z-index: -1000;
        background-color: #061437;
        background-size: cover; 
    }
.msg {
    height: 30px;
}
.msg.danger {
    color: #d03e36;
}
li.disabled a {
    color: grey;
    cursor: default;
} 
ul.list-steps li {
    position: relative;
}
ul.list-steps li::after {
    content: ">";
    position: absolute;
    top: 17px;
    right: 0;
    font-weight: bold;
    color: #007bff;
}
ul.list-steps li.disabled::after {
    color: grey;
}
ul.list-steps li:last-of-type::after {
    display: none;
}
body#login {
    overflow-x: hidden;
    overflow-y: hidden;
}

/*body {
    background: url('/img/bg_sistema.png');
    
}
*/

.step {
    display: none;
}
.step:first-of-type {
    display: block;
}
.col.aleft {
    text-align: left;
}
.col.aright {
    text-align: right;
}
ul.list-steps {
    list-style: none;
    padding: 0;
    background: #f2f2f3;
}
ul.list-steps li {
    display: inline-flex;
    padding: 7px 35px;
}
body {
    font-size: 14px;
    background-color: #f9f9f9;
    line-height: 1.6;
    color: rgba(0, 0, 0, .75);
    font-family: Exo2;
}
body#login {
    background: url(/img/login.png);
    background-repeat: no-repeat;
    background-size: cover;    
}
body#login footer {
    bottom: 0;
    position: fixed;
    background: #000620;
    width: 100%;
    padding-bottom: 1.2pc;
    padding-top: 2.1pc;
    margin-top: 6.8%;
}
.wrapper-table-responsive {
    position: relative;
}
.msg-table {
    /* position: absolute; */
/*     top: 26px; */
    background: rgba(0,0,0,0.7);
    border-radius: 5px;
    padding: 0.7pc;
    color: #fff;
    width: 100%;
    font-size: 9pt;
}
.block-painel {
    margin-top: 1.6pc;
}
img#logo {
    width: 46%;
    margin-left: 23%;
}
label {
    font-weight: bold;
}
ul.list {
    padding: 0;
}
.phpdebugbar-minimized {
    display: none !important;
}
.page-item span {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
}
.sr-only {
    padding: 0 !important;
}
.closed {
    display: none !important;
}
.breadcrumb {
    border-radius: 10px ;
    font-size: 10pt;
    background: #e4ecf8;
    color: #2477e3 !important;
/*     padding: 8px 20px; */
/*     margin-bottom: 3pc; */
    display: inline-flex;
    width: 100%;
}
.breadcrumb a, .breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active {
    color: #2477e3 !important;
}
.navbar {
    background: #1f50a8;
}
/* .form-control {
    border-radius: 100;
} */
.btn {
    border-radius: 10;
}
.btn-primary {
    background: #2477e3;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #1f50a8;
}
.open-dashboard i {
    color: #abcbf5;
}
h3 {
/*     margin-bottom: 30px; */
    text-transform: uppercase;
}
.btn {
    text-transform: uppercase;
}
/* h3::after {
    content: '';
    position: absolute;
    top: 41px;
    left: 16px;
    width: 128px;
    height: 4px;
    background: #2477e3;
} */
:focus {
    outline: 0!important;
    box-shadow: none!important;
}
footer {
    background: #000620;
    width: 100%;
    padding: 1pc;
    padding-top: 2.1pc;
    margin-top: 6.8%;
    /*position: fixed;*/
    /*bottom: 0;*/
}
footer ul {
    text-decoration: none;
    margin-left: 72%;
}
footer ul li {
    display: inline-block;
    margin-left: 25px;
}
.open-dashboard i {
    display: none;
}
footer ul li a {
    font-size: 16pt;
    height: -21pc;
    background: #2477e3;
    color: #fff;
    border-radius: 37px;
    padding: 10px 14px 10px 34px;
    text-align: center;
    position: relative;
}
footer ul li a i {
    position: absolute;
    top: 12px;
    left: 14px;
}
footer ul li a:hover {
    text-decoration: none;
    color: #fff;
}
.dropdown {
    position: relative;
    display: inline-block;
    margin-top: 8px;
}
.dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    transform: translate3d(-70px, 37px, 0px);
    top: -1px;
    left: 0px;
    will-change: transform;
}
ul .dropdown{
    display: inherit;
}
a:hover {
    text-decoration: none !important;
}
.tableSearch input[type=text] {
    /*width: 75%;*/
}
table.tableSearch {
    border: none !important;
}
table.tableSearch tbody td {
    border: none !important;   
    border-top: 1px solid #e9ecef;
}
.dropdown-menu {
    border-radius: 0 !important; 
    padding: 0;
    border: none !important;
}
li a, input[type=text].form-control, input[type=number].form-control {
    padding: 0.695rem 0.75rem;
}
.btn {
    padding: 0.695rem 0.75rem;
    cursor: pointer;
    border: none !important;
}
.dropdown-item {
    padding: 10px 16px;
    font-size: 14px;
}
.dropdown-item span {
    margin-left: 8px;
}
button:hover, button:focus, button:active {
    cursor: pointer;
}
.active {
    background: #e2e2e2;
}
.dropdown-item {
    /*padding: 0;*/
}
h1.center, h2.center, h3.center, h4.center, h5.center {
    text-align: center;
}
blockquote {
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 300;
    padding: 0 20px 10px 50px;
    position: relative;
}
blockquote:after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    content: "\f10d";
    color: rgba(0, 0, 0, .1);
}
.row .toogleAction {
    padding-top: 5px;
    padding-bottom: 5px;
}
/*.row .toogleAction:hover {
    background: #f5f0f0;
}*/
.help-list li a.pr-help:after, .main-menu li a.pr-mn:after, .whatsnew li:after {
    font-family: themify;
}
blockquote footer {
    font-size: 1rem;
    font-weight: 500;
}
blockquote footer cite {
    font-weight: 700;
}
.font-underline {
    text-decoration: underline;
}
.font-linethrough {
    text-decoration: line-through;
}
.font-overline {
    text-decoration: overline;
}
#page-container2 {
    position: absolute;
    display: table;
}
#page-container {
    min-height: calc(81.5vh - 70px);
}
.page-helper {
    display: table-cell;
    vertical-align: middle;
}
#sidebar {
    position: fixed;
    width: 240px;
    background-color: #efefef;
    height: 100%;
    z-index: 998;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
#page-header, .search-container input, input.expand-search {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
}
.sidenav {
    margin-left: 0;
}
.sidenav-off {
    margin-left: -240px;
}
.sidebar-wrapper {
    max-height: 100%;
    height: 100%;
    min-height: 1px;
    overflow-y: none;
}
.profile-sidebar {
    padding-top:10px;
    text-align: center;
    margin: 0 20px 20px;
    /*border-bottom: 2px solid #E3E1E1;*/
    line-height: 1.35;
}
.profile-sidebar .avatar {
    width: 65px;
    height: 65px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .08), 0 0 3px 0 rgba(0, 0, 0, .06);
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
}
.profile-sidebar .avatar img {
    width: 100%;
    height: 100%;
}
.profile-sidebar .profile-name {
    font-size: 15px;
    font-weight: 500;
    color: rgba(0, 0, 0, .9);
    position: relative;
}
.profile-sidebar .profile-name button {
    position: absolute;
    right: 0;
    top: -2px;
    padding: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 0;
    font-size: 13px;
    color: rgba(0, 0, 0, .3);
    background-color: transparent;
}
.card-options .btn-option:hover, .card-options.show .btn-option:focus, .profile-sidebar .profile-name button:hover, .profile-sidebar .profile-name.show button {
    background-color: rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .8);
}
.main-menu li.header, .profile-name .dropdown-menu .dropdown-item .icon, .status-card .dropdown-menu .dropdown-item .icon {
    color: rgba(0, 0, 0, .4);
}
.profile-sidebar .profile-title {
    color: rgba(0, 0, 0, .4);
    font-size: 13px;
}
.profile-name .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 0;
    width: 120px;
    right: 40%!important;
}
.profile-name .dropdown-menu .dropdown-item, .status-card .dropdown-menu .dropdown-item {
    box-sizing: border-box;
    font-size: 14px;
    padding: 8px 12px;
}
.main-menu {
    padding: 15px;
    list-style: none;
}
.grey-light2 {
    background: #f9f9f9;
}
#edit-screen-api {
    margin-left: 58%;
}
.main-menu li.header {
    padding: 21px 20px 7px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.main-menu li a {
    display: block;
    padding: 7px 20px;
    color: #777;
    font-weight: 500;
}
.line {
    background: #007bff1a;
    padding: 1pc 0.4pc;
    margin-top: 5px; 
    /*font-size: 17pt;*/
}
.line a {
    color: #000 !important;
}
span.title {
    font-size: 11.2pt;
}
span.title::after {
    left: 39px;
    position: absolute;
    content: '';
    height: 6px;
    top: 13px;
    width: 6px;
    border-radius: 8px;
    background: #2477e3;
    z-index: 40;
}
.main-menu li .show .active a, .main-menu li a:hover, .main-menu li>a.pr-mn:not(.collapsed) {
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
}
.main-menu li a:hover .icon, .main-menu li>a.pr-mn:not(.collapsed) .icon {
    color: #2477e3;
}
.module {
    margin-top: 8px;
}
.active {
    color: #2477e3 !important;
}
.main-menu li a.pr-mn:after {
    float: right;
    content: "\e64b";
    font-size: 10px;
    line-height: 25px;
    color: #295bb6 !important;
}
.main-menu li a.pr-mn.collapsed:after {
    content: "\e649"}
.main-menu li a .icon {
    display: inline-block;
    width: 30px;
    color: rgba(0, 0, 0, .35);
}
.main-menu li ul {
    background-color: #fafafa;
    border-left: 4px solid #487eb0;
    list-style: none;
    padding: 0;
}
.main-menu li ul li a {
    padding: 11px 5px 8px 12px;
/*    font-size: 14px;*/
    font-weight: 400;
    font-size: 12.7px;
    /*color: rgba(0, 0, 0, .6);*/
}
.main-menu li ul li a span {
    margin-left: 12px;
}
.main-menu li ul li a:hover {
    /*color: rgba(0, 0, 0, .6);*/
    background: #dcdcdc;
}
#page-header {
    position: fixed;
    z-index: 999;
    transition: all ease .3s;
}
.pageheader {
    width: calc(100% - 240px);
    margin-left: 240px;
}
.pageheader-off {
    width: 100%;
    margin-left: 0;
}
.nav {
    padding-top: 0.6pc;
    padding-right: 1pc;
}
#page-header .content-header-container {
    padding: 10px 30px;
}
#page-header .content-header {
    background-color: #061330;
  color: #fff;
    background-image: url(/img/cabecalho.png);
    background-size: cover;
    height: 91px;
    /*position: relative;*/
}
.content-header .navbar-header {
    padding: 0 30px;
}
#page-header .content-header .btn-bars {
    position: absolute;
    color: rgba(255, 255, 255, .7);
    padding: 0;
    width: 32px;
    background: transparent;
    height: 32px;
    left: 2%;
    top: 30px;
    border-radius: 16px;
}
#page-header .content-header .btn-bars:hover {
    background-color: rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, 1);
}
#page-header .content-header .app-title {
    margin-left: 32px;
    width: calc(100% - 32px);
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
}
.app-title img {
    width: 142px;
    margin-left: 1.4%;
}
#page-header .content-header .app-title img {
    height: 100%;
}
.content-header .navbar-right {
    position: absolute;
    right: 10px;
    top: 8px;
    flex-direction: row;
    -webkit-flex-direction: row;
}
.flat .content-header .mobile-nav {
    position: absolute;
    right: 20px;
    top: 10px;
}
.content-header .navbar-nav>li {
    float: left;
    position: relative;
}
.content-header .mobile-nav, .content-header .navbar-nav li.dropdown-search .search-btn {
    display: none;
}
.content-header .dropdown-toggle:after {
    border: 0;
    margin: 0;
    padding: 0;
    content: none;
}
.navbar-right .btn .badge {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    font-size: 73%;
    width: 17px;
    height: 17px;
    line-height: 1.3;
}
.navbar-right .btn .badge.badge-pill {
    padding: 0;
    border-radius: 50%}
.mobile-nav .btn.show, .mobile-nav .btn:hover, .navbar-right .btn-r_sidebar.r_on, .navbar-right .btn:hover, .navbar-right .dropdown.show .btn {
    background-color: rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, 1);
}
.navbar-right .btn-r_sidebar.r_on:after {
    display: block;
    content: '';
    border: 16px solid transparent;
    border-bottom-color: #fff;
    z-index: 2;
    height: 0;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -22px;
}
.dropdown-help .dropdown-menu, .dropdown-notifications .dropdown-menu, .dropdown-search .dropdown-menu {
    padding: 0!important;
    position: absolute;
    transform: none!important;
    right: -30%;
    top: 150%!important;
    left: auto!important;
    width: 300px!important;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .15);
}
.dropdown-search .dropdown-menu {
    padding: 15px;
    width: 350px;
}
.dropdown-help .dropdown-menu:after, .dropdown-notifications .dropdown-menu:after, .dropdown-search .dropdown-menu:after {
    display: block;
    content: '';
    border: 16px solid transparent;
    border-bottom-color: #fff;
    z-index: 2;
    height: 0;
    width: 0;
    position: absolute;
    right: 7px;
    top: -28px;
}
.dropdown-help .dropdown-menu .dropdown-header, .dropdown-notifications .dropdown-menu .dropdown-header {
    border-bottom: 1px solid #eee;
    font-weight: 500;
    color: rgba(0, 0, 0, .9);
}
.notification-list {
    max-height: 200px;
    height: 200px;
    min-height: 1px;
}
.notification-list .list-group-item {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    line-height: 1.2;
    width: 100%!important;
    box-sizing: border-box;
}
.notification-list .list-group-item.active {
    border-top: 0;
    border-bottom: 0;
}
table.table tr {
    cursor: pointer;
}
table.table tr:hover {
    background: #f5f5f5;
}
.dropdown .btn.btn-primary:hover {
    background: #2477e3 !important;
}
.dropdown-menu.show {
    position: absolute;
    transform: translate3d(-70px, 37px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
}
.notification-list .list-group-item.active, .notification-list .list-group-item.active:focus, .notification-list .list-group-item.active:hover {
    color: rgba(0, 0, 0, .75);
    background-color: rgba(0, 0, 0, .03);
}
.notification-list .list-group-item.active:focus, .notification-list .list-group-item.active:hover {
    border-top: 0;
}
.notification-list .list-group-item-action:focus, .notification-list .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid #eee;
}
.notification-list .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.notification-list .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.notification-list a .notif-icon {
    float: left;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    line-height: 2.3;
}
.notification-list a .notif-icon img {
    width: 100%}
.notification-list a .notif-info {
    width: calc(100% - 65px);
    margin-left: 50px;
}
.notification-list a .read, .notification-list a .unread {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
    border: 1px solid #2477e3;
    border-radius: 50%}
.notification-list a .unread {
    background-color: #2477e3;
}
.notification-list a .notif-info span {
    display: block;
    color: rgba(0, 0, 0, .4);
    font-size: 12px;
    margin-top: 5px;
}
.notification-list a .notif-info strong {
    font-weight: 500;
}
.dropdown-help .dropdown-menu .dropdown-footer, .dropdown-notifications .dropdown-menu .dropdown-footer {
    text-align: center;
    background-color: rgba(0, 0, 0, .09);
}
.dropdown-help .dropdown-menu .dropdown-footer a, .dropdown-notifications .dropdown-menu .dropdown-footer a {
    display: block;
    padding: 7px 10px;
    font-weight: 500;
    text-decoration: none;
}
.dropdown-help .help-list {
    list-style: none;
    padding: 0;
}
.dropdown-help .help-list>li {
    border-bottom: 1px solid #eee;
}
.dropdown-help .help-list>li>a {
    display: block;
    padding: .75rem 1.25rem;
    color: rgba(0, 0, 0, .8);
    font-weight: 500;
    text-decoration: none;
}
.dropdown-help .help-list>li>a span {
    display: inline-block;
    width: 35px;
    color: rgba(0, 0, 0, .4);
}
.help-list li a.pr-help:after {
    float: right;
    content: "\e648";
    font-size: 10px;
    line-height: 2.3;
    color: rgba(0, 0, 0, .35);
}
.help-list li a.pr-help.collapsed:after {
    content: "\e64b"}
.dropdown-help .help-list>li>ul {
    background-color: #eee;
    padding: 0;
    list-style: none;
    line-height: 1.3;
}
.dropdown-help .help-list>li>ul li {
    padding: .55rem 1.25rem;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}
.dropdown-help .help-list>li>ul .icon {
    display: block;
    float: left;
    width: 35px;
    color: rgba(0, 0, 0, .4);
    line-height: 1.8;
}
.dropdown-help .help-list>li>ul .ctn-info {
    margin-left: 35px;
    width: calc(100% - 35px);
}
.dropdown-search .dropdown-search-container {
    padding: 10px!important;
}
.search-container, .search-expand-container {
    background-color: rgba(255, 255, 255, .3);
    border-radius: 15px;
    margin-right: 15px;
}
.search-container {
    background-color: rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .2);
}
.search-container span, .search-expand-container span {
    display: inline-block;
    width: 30px;
    text-align: right;
    font-size: 12px;
    color: rgba(255, 255, 255, .8)!important;
}
.search-container span {
    color: rgba(0, 0, 0, .8)!important;
}
.search-container input, input.expand-search {
    background: 0 0;
    border: 0!important;
    padding: 5px 15px 5px 5px;
    font-size: 14px;
    width: 100px;
    transition: all ease .3s;
}
#right-sidebar, #right-sidebar .content-wrapper .close-btn {
    border-left: 1px solid rgba(0, 0, 0, .15);
    background-color: #fff;
}
.search-container input {
    width: calc(100% - 40px);
}
input.expand-search::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8)!important;
}
input.expand-search:-moz-placeholder {
    color: rgba(255, 255, 255, .8)!important;
}
input.expand-search::-moz-placeholder {
    color: rgba(255, 255, 255, .8)!important;
}
input.expand-search:-ms-input-placeholder {
    color: rgba(255, 255, 255, .8)!important;
}
input.expand-search.open-search {
    width: 300px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
input.expand-search[type=date]:focus:not([readonly]), input.expand-search[type=datetime-local]:focus:not([readonly]), input.expand-search[type=email]:focus:not([readonly]), input.expand-search[type=number]:focus:not([readonly]), input.expand-search[type=password]:focus:not([readonly]), input.expand-search[type=search]:focus:not([readonly]), input.expand-search[type=tel]:focus:not([readonly]), input.expand-search[type=text]:focus:not([readonly]), input.expand-search[type=time]:focus:not([readonly]), input.expand-search[type=url]:focus:not([readonly]) {
    border-bottom: none!important;
    box-shadow: none!important;
}
#right-sidebar {
    position: fixed;
    width: 250px;
    right: 0;
    top: 0;
    z-index: 990;
    height: 100%;
    padding-top: 65px;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    transition: all ease .2s;
}
.r_sidebar {
    display: none;
}
.r_sidebar-on {
    display: block;
}
#right-sidebar .content-wrapper {
    position: relative;
    height: 100%}
#right-sidebar .content-wrapper .close-btn {
    position: absolute;
    left: -22px;
    top: 3px;
    display: block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 1.7;
    color: rgba(0, 0, 0, .5);
    text-decoration: none;
    font-size: 12px;
    border-top: 1px solid rgba(0, 0, 0, .15);
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}
#right-sidebar .nav-tabs .nav-item {
    margin-bottom: 0;
}
#right-sidebar .nav-tabs .nav-item.show .nav-link, #right-sidebar .nav-tabs .nav-link.active {
    color: rgba(0, 0, 0, .8);
    font-weight: 500;
    background-color: #fff;
    border-color: transparent;
}
#right-sidebar .nav-tabs .nav-link {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: rgba(0, 0, 0, .4);
}
#right-sidebar .nav-tabs .nav-link:focus, #right-sidebar .nav-tabs .nav-link:hover {
    border-color: transparent;
}
#right-sidebar .tab-content.sidebar-wrapper {
    position: relative;
    max-height: calc(100% - 40px);
    height: calc(100% - 40px);
    min-height: 1px;
    overflow-y: none;
    padding: 0 20px;
}
#right-sidebar .tab-content .today-date {
    text-align: center;
    margin: 20px 0 40px;
    font-size: 22px;
    font-weight: 300;
}
#right-sidebar .tab-content .today-date .strong {
    font-weight: 500;
}
#right-sidebar .tab-content .today-date #prDay {
    text-align: center;
    display: block;
    font-size: 13px;
    font-weight: 500;
}
#right-sidebar .tab-content .block-tab {
    padding: 10px 0;
    border-top: 1px solid #ddd;
}
#right-sidebar .tab-content .block-tab .block-title {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, .4);
}
#right-sidebar .tab-content .schedule-list li {
    padding: 10px 0;
    position: relative;
}
#right-sidebar .tab-content .schedule-list li:not(:last-child):before {
    position: absolute;
    content: '';
    left: 48px;
    top: 25px;
    width: 1px;
    height: calc(100% - 5px);
    background-color: #efefef;
}
#right-sidebar .tab-content .schedule-list li .time {
    float: left;
    width: 35px;
    font-size: 13px;
    text-align: right;
    color: #777;
}
#right-sidebar .tab-content .schedule-list li .time span {
    display: block;
    font-size: 11px;
    color: #bbb;
}
#right-sidebar .tab-content .schedule-list li .point {
    float: left;
    width: 8px;
    height: 8px;
    background-color: #efefef;
    border-radius: 50%;
    margin-top: 7px;
    margin-left: 10px;
}
#right-sidebar .tab-content .schedule-list li:hover .point {
    background-color: #2477e3;
}
#right-sidebar .tab-content .schedule-list li .schedule-info {
    margin-left: 60px;
    width: calc(100% - 60px);
}
#right-sidebar .tab-content .schedule-list li .schedule-info .location {
    display: block;
    font-size: 12px;
    color: #999;
}
#right-sidebar .tab-content .setting-list li {
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #efefef;
}
#right-sidebar .tab-content .setting-list li.header {
    border-bottom: 3px solid #efefef;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding-top: 25px;
    color: rgba(0, 0, 0, .6);
}
#right-sidebar .tab-content .setting-list li .setting-name {
    width: calc(100% - 40px);
}
#right-sidebar .tab-content .setting-list li .switch {
    position: absolute;
    right: 0;
    top: 10px;
}
#right-sidebar .tab-content .activity-list li {
    padding: 7px 0;
    border-bottom: 1px solid #efefef;
}
#right-sidebar .tab-content .activity-list li .icon {
    float: left;
    width: 30px;
    color: #999;
}
#right-sidebar .tab-content .activity-list li .log-info {
    width: calc(100% - 30px);
    margin-left: 30px;
    color: #777;
}
#right-sidebar .tab-content .activity-list li .log-info small {
    display: block;
}
#main-container {
    overflow-x: hidden;
    min-height: calc(100% - 65px);
}
#main-container .content, #main-container .content-full {
    padding: 96px 30px 30px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
#main-container .content {
    margin-left: 240px;
    width: calc(100% - 240px);
    padding-top: 8pc;
}
#main-container .content-full {
    margin-left: 0;
    width: 100%}
.content-heading {
    margin-bottom: 35px;
    padding-bottom: 15px;
    font-size: 25px;
    color: rgba(0, 0, 0, 1);
    border-bottom: 1px solid #efefef;
}
.content-subheading {
    margin-bottom: 20px;
    font-size: 20px;
    color: rgba(0, 0, 0, .8);
}
.block {
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid #efefef;
}
.block .block-content, .block .block-header {
    padding: 12px 15px;
}
.block .block-header {
    background-color: #efefef;
    border-bottom: 1px solid #fff;
    font-weight: 500;
    color: rgba(0, 0, 0, .9);
    font-size: 15px;
}
.block-header-inside, .card-header-inside {
    font-weight: 700;
    font-size: 12px;
    color: rgba(0, 0, 0, .4);
    text-transform: uppercase;
}
.block-header-inside {
    margin-bottom: 20px;
}
.card-header-inside {
    margin-bottom: 25px;
    margin-top: -6px;
}
.card {
    margin-bottom: 25px;
}
.card-options {
    position: absolute;
    right: 0;
    top: 0;
    padding: 11px 20px;
}
.card-options .btn-option {
    font-size: 13px;
    font-weight: 400;
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 0;
    color: rgba(0, 0, 0, .4);
    border-radius: 50%}
.card-options .dropdown-menu {
    width: 80px!important;
}
.refresh-container {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(200, 200, 200, .25);
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
    z-index: 4;
}
.refresh-spinner {
    padding: 90px;
    color: rgba(0, 0, 0, .4);
}
.grid-example {
    background-color: #D8D5DE;
    border: 1px solid #bbb;
    text-align: center;
    font-size: 1.1rem;
    padding: 10px;
}
.vertical_alignment_example .row {
    min-height: 10rem;
    background-color: rgba(255, 0, 0, .1);
}
.card.stats-card {
    position: relative;
}
.card.stats-card .stats-icon {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 75px;
    background-color: #efefef;
    font-size: 35px;
    text-align: center;
    color: #aaa;
    line-height: 2.9;
}
.card.stats-card .stats-ctn-2, .whatsnew li {
    position: relative;
}
.card.stats-card .stats-ctn {
    margin-left: 75px;
    width: calc(100% - 75px);
    padding: 25px 15px;
    text-align: center;
}
.card.stats-card .stats-ctn .stats-counter {
    display: block;
    font-size: 33px;
    font-weight: 700;
    line-height: 1;
}
.card.stats-card .stats-ctn .desc {
    color: #999;
}
.card.stats-card .stats-ctn-2 .icon {
    font-size: 35px;
    color: rgba(0, 0, 0, .2);
}
.card.stats-card .stats-ctn-2 .stats-counter {
    font-size: 33px;
    font-weight: 500;
    line-height: 1.1;
}
.card.stats-card .stats-ctn-2 .desc {
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, .4);
}
.table.table-server td, .table.table-server th {
    padding: 7px 0;
}
.table.table-server .badge {
    font-size: 65%}
.current-audience .card, .dev-resource-card .card, .login-stat-card .card, .profile-stats .card, .promoting-task .card, .revenue-composition .card, .server-load .card {
    height: 100%;
    margin-bottom: 0;
}
.current-audience, .dev-resource-card, .login-stat-card, .profile-stats, .promoting-task, .revenue-composition, .server-load {
    margin-bottom: 25px;
}
.profile-stats .account {
    line-height: 1.1;
    padding-top: 30px;
    margin-left: -10px;
}
.profile-stats .account .name {
    font-size: 18px;
    font-weight: 500;
}
.profile-stats .account .desc {
    font-size: 13px;
    color: #999;
}
.profile-stats .avatar {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.profile-stats .avatar img {
    width: 100%}
.profile-stats .login-stat {
    padding: 0;
    list-style: none;
    font-size: 13px;
}
.profile-stats .login-stat li {
    padding: 5px 7px;
}
.profile-stats .login-stat li:nth-of-type(odd) {
    background-color: #f7f7f7;
}
.social-feeds .card {
    margin-bottom: -1px;
}
.new-members, .whatsnew {
    list-style: none;
    padding: 0;
}
.new-members li, .whatsnew li {
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid #efefef;
}
.new-members li .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}
.new-members li .avatar img {
    width: 100%}
.new-members li .member-ctn {
    width: calc(100% - 55px);
    margin-left: 55px;
}
.new-members li .member-ctn .name {
    font-weight: 500;
}
.new-members li .member-ctn .desc {
    display: block;
    font-size: 12px;
    color: #999;
}
.whatsnew li .topic {
    color: rgba(0, 0, 0, .8);
    text-decoration: none;
    font-weight: 500;
}
.whatsnew li .details {
    color: rgba(0, 0, 0, .7);
    padding-left: 30px;
    position: relative;
}
.whatsnew li:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "\e64b";
    font-size: 10px;
    line-height: 2.3;
    color: rgba(0, 0, 0, .35);
}
.chart-display {
    display: flex;
    flex-wrap: wrap;
}
.chart-display .chart-side {
    flex: 0 0 75%;
    max-width: 75%;
    border-right: 1px solid #efefef;
    position: relative;
}
.chart-display .data-side {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
}
@media only screen and (max-width:1200px) {
    .chart-display .chart-side {
        flex: 0 0 100%;
        max-width: 100%;
        border-right: 0;
    }
    .chart-display .data-side {
        flex: 0 0 100%;
        max-width: 100%}
}.dashboard-scroll-3 {
     max-height: 320px;
     height: 320px;
     min-height: 1px;
 }
.estimated-earnings .stats-counter {
    font-size: 30px;
}
.server-load.scrollbar-inner .scroll-element.scroll-x {
    display: none!important;
}
.pie-chart-container {
    width: calc(100% + 120px);
    margin-left: -60px;
    overflow: hidden;
}
.promoting-tasks .icon {
    padding-top: 5px;
    font-size: 22px;
    color: rgba(0, 0, 0, .4);
}
.promoting-tasks .progress {
    height: 7px;
}
.social-count .icon {
    font-size: 45px;
    line-height: 1;
}
.social-count .icon.twitter {
    color: #32add6;
}
.social-count .icon.facebook {
    color: #4267b2;
}
.social-count .icon.youtube {
    color: red;
}
.social-count .icon.instagram {
    color: #363636;
}
.social-count .count {
    font-size: 18px;
    font-weight: 700;
}
.top-10 .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%}
.invoice {
    margin: 0 20px;
    padding: 12px 15px;
}
.invoice .inv-header {
    margin-bottom: 40px;
}
.invoice .inv-header .date {
    display: block;
    font-size: 12px;
    color: #bbb;
}
.invoice .inv-header .inv-action {
    text-align: right;
}
.btn.btn-circle, .form-container .logo, .not-found {
    text-align: center;
}
.invoice .inv-header .inv-action a {
    color: #ccc;
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
}
.invoice .inv-header .inv-action a:hover {
    color: #555;
}
.invoice .inv-logo {
    font-size: 35px;
    font-weight: 700;
}
.invoice .inv-idd .idd-title {
    font-weight: 500;
    text-decoration: underline;
    font-size: 15px;
}
.invoice .inv-idd .address {
    line-height: 1.3;
}
.invoice .table tbody {
    border-bottom: 2px solid #efefef;
}
.invoice .inv-count {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
}
.invoice .inv-count .label {
    text-transform: uppercase;
}
.invoice .inv-count .total {
    font-weight: 700;
    font-size: 18px;
}
.invoice .inv-note {
    color: #aaa;
    font-size: 12px;
    padding: 15px 0 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.invoice .inv-footer .org-name {
    font-weight: 700;
}
.invoice .inv-footer .org-phone {
    color: #999;
}
#faq-accordion {
    padding: 0 0 0 15px;
}
#faq-accordion li {
    padding: 0 0 0 10px;
}
#faq-accordion li .faq-question {
    display: block;
    padding: 6px 0;
    font-weight: 700;
    color: rgba(0, 0, 0, .8);
    text-decoration: none;
}
#faq-accordion li .faq-question.collapsed {
    font-weight: 500;
}
#faq-accordion li .faq-answer {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #efefef;
}
.search-result .advance-btn {
    display: inline-block;
    padding: 7px 30px 7px 0;
    color: rgba(0, 0, 0, .8);
    text-decoration: none;
    position: relative;
}
.search-result .advance-btn:after {
    display: block;
    content: '';
    border: 5px solid transparent;
    border-top-color: rgba(0, 0, 0, .6);
    height: 0;
    width: 0;
    position: absolute;
    right: 0;
    top: 17px;
}
.search-result .advanced-search {
    font-weight: 400;
    padding-top: 8px;
    margin-top: 13px;
    border-top: 1px solid #ddd;
    font-size: 14px;
}
.external-searchlist li .name, .search-result .advanced-search .field {
    font-weight: 500;
}
.search-result .advanced-search .switch {
    float: left;
    padding-right: 20px;
}
.search-result .advanced-search .switch span {
    display: inline-block;
    margin-left: 5px;
}
.search-result-list {
    padding: 0;
    list-style: none;
}
.search-result-list li {
    border-bottom: 1px solid #efefef;
    padding: 15px 0;
}
.search-result-list li .icon {
    float: left;
    width: 45px;
    font-size: 18px;
}
.search-result-list li .icon .bullet {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ccc;
    overflow: hidden;
    margin: 5px 0 0 5px;
}
.search-result-list li .search-ctn {
    margin-left: 45px;
    width: calc(100% - 45px);
}
.search-result-list li .search-ctn .result-name {
    font-weight: 500;
    color: rgba(0, 0, 0, .8);
    text-decoration: none;
}
.search-result-list li .search-ctn .desc {
    font-size: 13px;
    color: #999;
}
.external-searchlist {
    padding: 0;
    list-style: none;
}
.external-searchlist li {
    padding: 15px 0;
    border-bottom: 1px solid #efefef;
}
.external-searchlist li .url {
    font-size: 13px;
    color: #66BB6A;
    margin-bottom: 10px;
}
.external-searchlist .desc {
    font-size: 13px;
    color: #999;
}
.profile-side {
    border: 1px solid #efefef;
}
.profile-side .profile-photo {
    background-color: #fff;
    padding: 20px;
    text-align: center;
}
.profile-side .profile-photo .circle {
    border-radius: 50%}
.profile-side .profile-photo img {
    width: 140px;
    height: auto;
}
.profile-side .profile-photo .prof-name {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}
.profile-side .profile-photo .prof-title {
    color: #999;
    font-size: 13px;
}
.profile-side .profile-body {
    background-color: #efefef;
    padding: 12px;
}
.profile-side .profile-body .desc, .profile-side .profile-body .prof-misc {
    font-size: 13px;
}
.profile-content .subheading {
    border-bottom: 1px solid #efefef;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 0;
}
.activity-log {
    padding: 0;
    list-style: none;
    line-height: 1.3;
}
.activity-log li {
    padding: 9px 0;
}
.activity-log li .icon {
    display: inline-block;
    float: left;
    width: 35px;
    color: #bbb;
}
.activity-log li .activity-info {
    width: calc(100% - 35px);
    margin-left: 35px;
    color: #888;
}
.activity-log li .activity-info .acc {
    text-decoration: none;
    color: rgba(0, 0, 0, .8);
    font-weight: 700;
}
.activity-log li .activity-info .time {
    display: block;
    font-size: 12px;
    color: #bbb;
}
.message-list {
    padding: 0;
    list-style: none;
}
.message-list li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.message-list li:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .02);
}
.message-list li .check, .message-list li .pic-container, .message-list li .sender {
    float: left;
}
.message-list li .check {
    width: 20px;
}
.message-list li .pic-container {
    width: 50px;
}
.message-list li .pic {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.message-list li .pic img {
    width: 100%}
.message-list li .sender {
    width: 140px;
    font-weight: 500;
}
.message-list li .title {
    margin-left: 270px;
    width: calc(100% - 270px);
}
.status-card.shadow {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .08), 0 0 3px 0 rgba(0, 0, 0, .06);
}
.status-card.create-status .card-header {
    background-color: #efefef;
    padding: 0;
    border-bottom: 0;
}
.status-card.create-status .card-body {
    padding: 0;
}
.status-card.create-status .card-body .form-group, .status-card.create-status .card-body textarea {
    width: 100%;
    height: 100px;
    border: 0;
    padding: 20px;
}
.status-card.create-status .btn-option {
    font-size: 13px;
    font-weight: 400;
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 0;
    color: rgba(0, 0, 0, .4);
    border-radius: 50%}
.status-card .card-header {
    background-color: transparent;
}
.status-card .card-body {
    padding-top: 5px;
    padding-bottom: 5px;
}
.status-card .card-header .avatar {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}
.status-card .card-header .avatar img {
    width: 100%}
.status-card .card-header .header-info {
    margin-left: 60px;
    width: calc(100% - 60px);
}
.status-card .card-header .header-info .time {
    display: block;
    font-size: 11px;
    color: #999;
    font-weight: 400;
}
#fontAwesome .title, #themifyIcons .title, .dataTables_wrapper tr.group, .dataTables_wrapper tr.group:hover {
    font-weight: 700;
}
.status-card .card-body .social-nav {
    margin-top: 15px;
}
.status-card .social-nav a {
    font-size: 20px;
    text-decoration: none;
    margin-right: 20px;
    position: relative;
}
.status-card .social-nav a.like {
    color: #28a745;
}
.status-card .social-nav a.dislike {
    color: #868e96;
}
.status-card .social-nav a.love {
    color: #2477e3;
}
.status-card .social-nav a .count {
    position: absolute;
    left: 90%;
    top: 3px;
    font-size: 14px;
    display: inline-block;
    margin-left: 3px;
}
.status-card .comment-form {
    padding: 10px 20px;
}
.status-card .comment-list {
    margin: 0;
}
.status-card .comment-list li {
    padding: 10px 20px;
    border-top: 1px solid #ddd;
}
.status-card .comment-list img {
    width: 35px;
    height: 35px;
}
.status-card .comment-list .time {
    color: #999;
    display: block;
}
.themify-icon {
    padding: 6px 0;
    font-size: 110%;
    color: #bbb;
}
.themify-icon span {
    display: inline-block;
    margin-right: 10px;
    color: rgba(0, 0, 0, .8);
}
.fontawesome-icon-list div {
    padding-bottom: 3px;
    padding-top: 3px;
}
.fontawesome-icon-list .fa {
    display: inline-block;
    width: 23px;
}
.form-container {
    margin: auto;
    width: 420px;
}
.login-box {
    background-color: #fff;
    border-top: 5px solid #0e3472;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 30px 50px;
}
.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_processing {
    color: #999;
    font-size: 13px;
}
.dataTables_length select, .dataTables_wrapper .dataTables_filter input {
    line-height: 1.1;
    margin-left: .5em;
    padding: .5rem .75rem;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.dataTables_length select:focus, .dataTables_wrapper .dataTables_filter input:focus {
    border-color: #865FC2;
}
.dataTables_length select {
    margin-left: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #efefef;
    margin-left: -1px;
    border-radius: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #6D5196!important;
    color: #fff!important;
    border: 1px solid #6D5196!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    border: 1px solid #efefef!important;
    color: rgba(0, 0, 0, .4)!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid #efefef!important;
    background: #efefef!important;
    color: #333!important;
}
.not-found {
    width: 420px;
    background-color: #efefef;
    margin: auto;
    padding: 30px 50px;
}

table {
    overflow-x: scroll;
}

.not-found .pg-code {
    font-size: 8em;
    color: #ddd;
    font-weight: 700;
}
.btn, .card-header, .nav-link, label {
    font-weight: 500;
}
.not-found .pg-desc {
    font-size: 18px;
    color: #444;
}
.not-found p {
    margin: 0;
    color: rgba(0, 0, 0, .6);
}
.sidenav .scrollbar-inner>.scroll-element.scroll-y {
    right: 0;
    width: 10px;
}
.sidenav .scrollbar-inner>.scroll-element .scroll-bar, .sidenav .scrollbar-inner>.scroll-element .scroll-element_outer, .sidenav .scrollbar-inner>.scroll-element .scroll-element_track {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
label {
    margin-bottom: .3rem;
}
.btn {
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 1.1;
}
.btn-group-lg>.btn, .btn-lg {
    font-size: 1.25rem;
    line-height: 1.1;
    border-radius: .3rem;
}
.btn-group-sm>.btn, .btn-sm {
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.btn-rounded {
    border-radius: 50px!important;
}
.btn-square {
    border-radius: 0!important;
}
.btn-alt-primary {
    color: #fff;
    background-color: #6D5196;
    border-color: #6D5196;
}
.btn-alt-primary:hover {
    color: #fff;
    background-color: #0e3472;
    border-color: #0e3472;
}
.btn-alt-outline-primary {
    color: #0e3472;
    background-color: transparent;
    border-color: #0e3472;
}
.btn-alt-outline-primary:hover {
    color: #fff;
    background-color: #0e3472;
    border-color: #0e3472;
}
.btn-secondary {
    background-color: #eee;
    border-color: #eee;
    color: #444;
}
.btn-secondary:hover {
    background-color: #ddd;
    border-color: #ddd;
    color: #444;
}
.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #eee;
    border-color: #eee;
}
.btn-alt-primary.disabled, .btn-alt-primary:disabled {
    background-color: #6D5196;
    border-color: #6D5196;
}
.btn-success {
    background-color: #4CAF50;
    border-color: #4CAF50;
}
.btn-danger {
    background-color: #C62828;
    border-color: #C62828;
}
.btn-warning {
    color: #fff;
}
.btn-outline-primary {
    border-color: #007bff;
}
.btn-outline-secondary {
    border-color: #ddd;
}
.btn-outline-success {
    border-color: #28a745;
}
.btn-outline-info {
    border-color: #17a2b8;
}
.btn-outline-warning {
    border-color: #ffc107;
}
.btn-outline-danger {
    border-color: #2477e3;
}
.btn-outline-light {
    color: #868e96;
    border-color: #f8f9fa;
}
.btn-outline-dark {
    border-color: #343a40;
}
.btn-alt-primary.active, .btn-alt-primary:active, .show>.btn-primary.dropdown-toggle {
    background-color: #0e3472;
    background-image: none;
    border-color: #0e3472;
}
.btn.btn-circle {
    padding: 9px 0;
    line-height: 1;
    min-width: 34px;
    height: 34px;
    border-radius: 50%!important;
}
.btn-group-sm>.btn.btn-circle, .btn.btn-circle.btn-sm {
    padding: 6px 0;
    line-height: 1;
    border-radius: inherit;
    min-width: 28px;
    height: 28px;
}
.btn-group-lg>.btn.btn-circle, .btn.btn-circle.btn-lg {
    padding: 8px 0;
    line-height: .8;
    border-radius: inherit;
    min-width: 40px;
    height: 40px;
}
.list-group-item {
    border: 1px solid rgba(0, 0, 0, .08);
}
.list-group-item.disabled, .list-group-item:disabled {
    color: rgba(0, 0, 0, .3);
}
.list-group-item.active {
    background-color: #6D5196;
    border-color: #6D5196;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .02);
}
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .035);
}
.card-footer, .card-header {
    background-color: rgba(0, 0, 0, .063);
}
.card {
    border: 1px solid rgba(0, 0, 0, .063);
    border-radius: 0;
}
.card-footer:last-child, .card-header:first-child, .card-img {
    border-radius: 0;
}
.card-header {
    color: rgba(0, 0, 0, .9);
    border-bottom: 1px solid transparent;
}
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.card-footer {
    border-top: 0;
}
.card-header .pr-collapse {
    color: rgba(0, 0, 0, .9);
    display: block;
}
.form-control {
    font-size: 14px;
    line-height: 1.1;
}
.form-control:focus {
    border-color: #865FC2;
}
.form-control::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
}
.form-control::placeholder {
    color: #ccc;
    opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #f4f4f4;
}
.form-control-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    font-size: 13px;
}
.form-control-lg, .input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    font-size: 16px;
}
.input-group-addon {
    font-size: 14px;
    background-color: #efefef;
}
.dropdown-menu {
    /*border: 1px solid #eee;*/
    border-radius: 0;
}
.nav-tabs {
    padding: 0 10px;
}
.nav-tabs .nav-link {
    color: rgba(0, 0, 0, .6);
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    border-color: #ddd #ddd #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: rgba(0, 0, 0, .8);
    font-weight: 500;
}
.nav-pills .nav-link.active, .show>.nav-pills .nav-link {
    background-color: #6D5196;
}
.nav-tabs.block-header, .nav-tabs.card-header {
    padding: 10px 5px 0;
    border-bottom: 1px solid #ddd;
}
.nav-pills.block-header .nav-link, .nav-tabs.block-header .nav-link {
    color: rgba(0, 0, 0, .4);
}
.nav-tabs.block-header .nav-item.show .nav-link, .nav-tabs.block-header .nav-link.active {
    color: rgba(0, 0, 0, .8);
}
.nav-pills.block-header, .nav-pills.card-header {
    padding: 5px 10px;
}
.nav-pills.block-header .nav-item.show .nav-link, .nav-pills.block-header .nav-link.active {
    background-color: #fff;
    border: 1px solid #ddd;
    color: rgba(0, 0, 0, .8);
}
.modal-alt .modal-header, .nav-pills.flex-column.card-sidebar {
    background-color: #efefef;
}
.modal-content {
    border-radius: 0;
}
.modal-alt .modal-header {
    border: 0;
}
.modal-danger, .modal-info, .modal-primary, .modal-success, .modal-warning {
    color: #fff;
}
.modal-danger .modal-body, .modal-danger .modal-footer, .modal-danger .modal-header, .modal-danger.modal-content, .modal-info .modal-body, .modal-info .modal-footer, .modal-info .modal-header, .modal-info.modal-content, .modal-primary .modal-body, .modal-primary .modal-footer, .modal-primary .modal-header, .modal-primary.modal-content, .modal-success .modal-body, .modal-success .modal-footer, .modal-success .modal-header, .modal-warning .modal-body, .modal-warning .modal-footer, .modal-warning .modal-header, .modal-warning.modal-content {
    border: 0;
}
.modal-primary .modal-footer, .modal-primary .modal-header {
    background-color: #0069d9;
}
.modal-primary .modal-body {
    background-color: #007bff;
}
.modal-danger .modal-footer, .modal-danger .modal-header {
    background-color: #bd2130;
}
.modal-danger .modal-body {
    background-color: #C62828;
}
.modal-info .modal-footer, .modal-info .modal-header {
    background-color: #138496;
}
.modal-info .modal-body {
    background-color: #17a2b8;
}
.modal-success .modal-footer, .modal-success .modal-header {
    background-color: #218838;
}
.modal-success .modal-body {
    background-color: #4CAF50;
}
.modal-warning .modal-footer, .modal-warning .modal-header {
    background-color: #e0a800;
}
.modal-warning .modal-body {
    background-color: #ffc107;
}
.alert .close {
    font-size: 20px;
}
.alert.alert-success .close {
    color: #155724;
}
.alert.alert-info .close {
    color: #0c5460;
}
.alert.alert-warning .close {
    color: #856404;
}
.alert.alert-danger .close {
    color: #721c24;
}
.alert.icon-alert {
    background-color: #fff!important;
    padding: 0;
}
.alert.icon-alert .icon {
    padding: .75rem 1rem;
    display: inline-block;
    font-size: 23px;
    margin-right: 10px;
}
.alert.icon-alert.alert-success .icon {
    background-color: #d4edda;
}
.alert.icon-alert.alert-info .icon {
    background-color: #d1ecf1;
}
.alert.icon-alert.alert-warning .icon {
    background-color: #fff3cd;
}
.alert.icon-alert.alert-danger .icon {
    background-color: #f8d7da;
}
.alert.icon-alert.with-arrow .icon {
    position: relative;
}
.alert.icon-alert.with-arrow .icon:after {
    display: block;
    content: '';
    border: 10px solid transparent;
    z-index: 2;
    height: 0;
    width: 0;
    position: absolute;
    left: 100%;
    top: 35%}
.alert.icon-alert.with-arrow.alert-success .icon:after {
    border-left-color: #d4edda;
}
.alert.icon-alert.with-arrow.alert-info .icon:after {
    border-left-color: #d1ecf1;
}
.alert.icon-alert.with-arrow.alert-warning .icon:after {
    border-left-color: #fff3cd;
}
.alert.icon-alert.with-arrow.alert-danger .icon:after {
    border-left-color: #f8d7da;
}
.pagination {
    border-radius: 0;
}
.page-link {
    border: 1px solid #efefef;
    color: rgba(0, 0, 0, .6);
}
.page-link:focus, .page-link:hover {
    color: rgba(0, 0, 0, .6);
    background-color: #efefef;
    border-color: transparent;
}
.page-item.active .page-link {
    background-color: #081b40;
    border-color: #f9f9f9;
}

.page-item.disabled .page-link {
    color: rgba(0, 0, 0, .2);
    border-color: #efefef;
}
.pagination .page-item:first-child .page-link, .pagination-lg .page-item:first-child .page-link, .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination .page-item:last-child .page-link, .pagination-lg .page-item:last-child .page-link, .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.nav-link {
    color: rgba(0, 0, 0, .8);
}
.popover {
    padding: 0;
    border-radius: 0;
    border: 1px solid #ddd;
}
#page-footer {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
#page-footer.pagefooter {
    width: calc(100% - 240px);
    margin-left: 240px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
#page-footer.pagefooter-full {
    width: 100%;
    margin-left: 0;
}
#page-footer .content {
    border-top: 1px solid #efefef;
    margin: 0 30px;
    padding: 20px 0;
    font-size: 13px;
}
#page-footer .copyright {
    color: #999;
}
#page-footer .footer-nav {
    text-align: right;
}
#page-footer .footer-nav a {
    display: inline-block;
    margin-left: 10px;
}
.closed {
    display: block !important;
} 
@media only screen and (max-width:1200px) {
    .profile-stats .account {
        text-align: center;
        padding-top: 10px;
        margin-left: 10px;
    }
    .social-feeds {
        margin-bottom: 25px;
    }
    h3, .h3 {
        font-size: 1.25rem !important; 
    }
}
@media only screen and (max-width:992px) {
    .content-header .navbar-nav li.dropdown-search .search-expand-container {
        display: none;
    }
    .content-header .navbar-nav li.dropdown-search .search-btn {
        display: inline-block;
    }
    .profile-stats .account {
        text-align: center;
        padding-top: 10px;
        margin-left: 0;
    }

    .breadcrump{
        text-align: center !important;
    }

    .breadcrumb_lasted {
        display: none;
    }
}

@media only screen and (min-width:769px) {
    .table-responsive {
        display: table !important;
    }
}

@media only screen and (max-width:768px) {
    .sidenaf-off, .sidenav {
        margin-top: 65px;
    }
    .sidenav {
        margin-left: -240px;
    }
    .sidenav-off {
        margin-left: 0;
    }
    #main-container .content, #main-container .content-full, #page-footer.pagefooter, #page-footer.pagefooter-full, .pageheader, .pageheader-off {
        width: 100%;
        margin-left: 0;
    }
    footer ul {
        margin-left: 5%;
    }
    body#login {
        background-size: auto;
    }
}
@media only screen and (max-width:768px) and (min-width:1024px) {
    #edit-screen-api {
        margin-left: 35%;
    }
}
@media only screen and (min-width:800px) {
    .msg-table {
        display: none;
    }
}
@media only screen and (max-width:1200px) and (min-width:960px) {
    .card.stats-card .stats-icon {
        width: 50px;
        font-size: 23px;
        line-height: 3.2;
    }
    .card.stats-card .stats-ctn {
        margin-left: 50px;
        width: calc(100% - 50px);
        padding: 20px 5px;
    }
    .card.stats-card .stats-ctn .stats-counter {
        font-size: 23px;
        line-height: 1;
    }
    .card.stats-card .stats-ctn .desc {
        color: #999;
    }
    .card.stats-card .stats-ctn-2 .icon {
        font-size: 23px;
    }
    .card.stats-card .stats-ctn-2 .stats-counter {
        font-size: 20px;
    }
    .card.stats-card .stats-ctn-2 .desc {
        font-size: 11px;
    }
}@media only screen and (max-width:800px) {
    #page-footer .copyright, #page-footer .footer-nav {
        text-align: center;
    }
}@media only screen and (max-width:576px) {
    audio {
        /*margin-top: 22px;*/
        width: 189px;
    }
    .fixed-left {

    }
    #gUMbtn {
        position: absolute;
        top: -57px;
        right: -3px;
    }
    #recordAudio {
        padding-bottom: 0;
    }
    #btnsRecord button#start { 
        position: absolute;
        top: -49px;
        right: -5px;
        /*top: -61px;*/
        /*right: -5px;*/
        /*top: -61px;*/
    }
    .toastMsg {
        left: 2pc;
        width: 87%;
    }
    .open-dashboard i {
        display: inline-block !important;
    }
    #main-container .content, #main-container .content-full {
        padding: 96px 15px 15px;
    }
    .content-header .mobile-nav {
        display: inline-block;
    }
    #page-header .content-header {
        height: 57px;
    }
    .sidenaf-off, .sidenav {
        margin-top: 57px;
    }
    .content-header .navbar-header {
        padding: 10px 20px;
    }
    .content-header .navbar-right {
        top: -5px;
        right: 0;
        width: 150px;
        padding: 5px;
    }
    .content-header .navbar-right .rightSidebar {
        float: right;
    }
    .dropdown-help .dropdown-menu, .dropdown-notifications .dropdown-menu, .dropdown-search .dropdown-menu {
        right: auto;
        top: 110%!important;
        left: auto!important;
        width: 250px!important;
    }
    .dropdown-help .dropdown-menu:after, .dropdown-notifications .dropdown-menu:after, .dropdown-search .dropdown-menu:after {
        right: auto;
        left: 2px;
        top: -28px;
    }
    #right-sidebar {
        padding-top: 100px;
    }
    .card-header {
        padding: 10px 15px;
    }
    .card-body {
        padding: 15px;
    }
    .content-heading {
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 20px;
    }
    .content-subheading {
        margin-bottom: 15px;
        font-size: 17px;
        color: rgba(0, 0, 0, .8);
    }
    ul.list-steps li {
        padding: 0px 0px 0px 8px;
    }
    ul.list-steps li::after {
        content: ">";
        position: absolute;
        top: 12px;
        right: -8px;
        font-weight: bold;
        color: #007bff;
    }
    .col.aleft .btn, .col.aright .btn {
        width: 102px;
    }
    .row.flex {
        display: flex !important;
    }
}@media only screen and (max-width:345px) {
    #main-container .content, #main-container .content-full {
        padding: 96px 10px 10px;
    }
    .card-body, .card-header {
        padding: 10px;
    }
}
/* Tablet */
@media only screen and (max-width:1200px) and (min-width:960px) {

}
@media only screen and (max-width:2560px) { 
    body#login {
        background-position-y: 41%;
    }

}
@media only screen and (max-width:1440px) {
    body#login {
        background-size: cover;

    }
}
@media only screen and (max-width:1024px) {
    h3::after {
        top: 32px !important;
    }
    body#login {
        background-size: auto;
    }
}
/* Mobile */
@media only screen and (max-width:495px) {
    h3, .h3 {
        font-size: 1.38rem;
    }
    #edit-screen-api {
        display: none;
    }
    .row {
        /* display: block !important; */
    }
    #limit {
        display: none;
    }
    .col .form-control {
        /*width: 139%;*/
    }
    .text-right {
        text-align: right !important;
        display: inline-flex;
    }
    .text-right .dropdown {
        margin-right: 3px;
        width: 47%;
    }
    .text-right .dropdown .btn {
        font-size: 12.5px;
        width: 100%;    
    }
    body#login {
        background-size: auto;
    }
    .closed {
        display: none !important;
    }  
    #page-header .content-header .btn-bars {
        top: 23%;
    }
    .app-title img {
        width: 105px;
        margin-top: -17px;
    }
    .phpdebugbar-header {
        display: none !important;
    }

    .note-popover.popover {
        display: none !important;
    }
    #edit-screen-api {
        margin-left: 35%;
    }
    .btn-group {
        display: none !important;
    }
    .addFilter {
        width: 24%;
        margin-left: 76%;
    }
}
@media only screen and (max-width:375px) {
    .text-right {
        text-align: right !important;
        display: inline-flex;
    }
    .text-right .dropdown {
        margin-right: 3px;
    }
    .text-right .dropdown .btn {
        font-size: 12.5px;  
    }
    body#login {
        background-size: auto;
    }
}
.row-box{
    background-color: #ffffff;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
    box-shadow: #c6c6c6 1px 1px 3px;;
}

.panel-heading{
    /* margin-bottom: 1.1rem; */
}

.green-button{
    background-color: #00a402 !important;
}

.grey-button{
    background-color: #212529 !important;
}

.red-button{
    background-color: #c22929 !important;
}

.font-white{
    color: white !important;
}
.comentario {
    padding: 10px;
    background: #e8e8e8;
    border-radius: 8px;
    margin-bottom: 1pc;
}
.movimentacoes {
    padding: 10px;
    background: #fffaf2;
    border-radius: 8px;
    margin-bottom: 1pc;
}

.box-config-fields{
    padding: 1.0rem;
    border: 1px solid rgba(175,175,175, .4);
    margin-bottom: 1.0rem;
    box-shadow: 3px 3px 10px 2px rgba(175,175,175, .4);
    background-color: rgba(250,250,250,.8);
}
/*#corpo-table tr td:nth-child(1) {*/
    /*position: relative!important;*/
    /*display: block!important;*/
/*}*/
.loading {
    display: none;
    text-align: center;
    position: absolute;
    background: rgba(255,255,255,0.95);
    width: 100%;
    padding-top: 2pc;
    padding-bottom: 2pc;
    z-index: 100;
    height: 342px;
}
/*@media screen and (max-width: 900px) {*/
    /*table {*/
        /*border: 0;*/
    /*}*/

    /*table caption {*/
        /*font-size: 1.3em;*/
    /*}*/

    /*table thead {*/
        /*border: none;*/
        /*clip: rect(0 0 0 0);*/
        /*height: 1px;*/
        /*margin: -1px;*/
        /*overflow: hidden;*/
        /*padding: 0;*/
        /*position: absolute;*/
        /*width: 1px;*/
    /*}*/

    /*table tr {*/
        /*border-bottom: 3px solid #ddd;*/
        /*display: block;*/
        /*margin-bottom: .625em;*/
    /*}*/

    /*table td {*/
        /*border-bottom: 1px solid #ddd;*/
        /*display: block;*/
        /*font-size: .8em;*/
        /*text-align: right;*/
    /*}*/

    /*table td::before {*/
        /*!**/
        /** aria-label has no advantage, it won't be read inside a table*/
        /*content: attr(aria-label);*/
        /**!*/
        /*content: attr(data-label);*/
        /*float: left;*/
        /*font-weight: bold;*/
        /*text-transform: uppercase;*/
    /*}*/

    /*table td:last-child {*/
        /*border-bottom: 0;*/
    /*}*/
/*}*/
/*canvas {
    width: 370px !important;
    height: 320px !important;
}
#pie-chart div {
    width: 100% !important;    
}*/
#div_SERDescricao {
    display: none;
}
.radioIcon {
    background: #f5f5f7;
    padding: 0.7pc;
    margin-right: 7px;
    margin-top: 5px;
}
.radioIcon.active {
    background: #ecebeb;        
}
.radioIcon label {
    margin-left: 8px;
}
.radioIcon .fa {
    font-size: 20pt;
}
p.center {
    text-align: center;
}
#recordAudio {
    padding: 1pc;
    border: 1px solid #e8e6e6;
    /* text-align: right; */
    margin: 0 !important;
}
}
#btnsRecord {
    display: none;
}
#btnsRecord button {
    border-radius: 55px !important;
    padding: 25px 25px;
    text-align: center;
    position: relative;
}
#btnsRecord button i {
    position: absolute;
    top: 14px;
    font-size: 15pt;
    left: 17.5px;
}
#gUMbtn {
    font-size: 9pt !important;
}
.list-unstyled {
    margin-bottom: 0rem;
}
.toastMsg {
    border-radius: 6px;
    display: none; 
    background: rgba(0,0,0,0.8);
    padding: 1pc;
    width: 320px;
    text-align: center;
    color: #fff;
    /* position: fixed; */
    bottom: 15%;
    z-index: 1000;
    margin: 0 0 0 auto;
}
.fixed-left {
    height: 55px;
}
.bars {
/*    height: 30px;
    left: 50%;
    margin: -30px 0 0 -20px;
    position: absolute;
    top: 50%;
    width: 40px;*/
    /* top: 50%; */
    position: absolute;
    top: 40px;
}

.bar {
    background: #9a9a9a;
    bottom: 1px;
    height: 3px;
    position: absolute;
    width: 7px;      
    animation: sound 0ms -800ms linear infinite alternate;
}

@keyframes sound {
    0% {
       opacity: .35;
        height: 3px; 
    }
    100% {
        opacity: 1;       
        height: 28px;        
    }
}

.bar:nth-child(1){ 
    left: 1px; animation-duration: 474ms; 
}.bar:nth-child(2){ 
    left: 9px; animation-duration: 433ms; 
}.bar:nth-child(3){ 
    left: 17px; animation-duration: 407ms; 
}.bar:nth-child(4){ 
    left: 24px; animation-duration: 458ms; 
}.bar:nth-child(5){ 
    left: 32px; animation-duration: 400ms; 
}.bar:nth-child(6){ 
    left: 40px; animation-duration: 427ms; 
}.bar:nth-child(7){ 
    left: 48px; animation-duration: 441ms; 
}.bar:nth-child(8){ 
    left: 56px; animation-duration: 419ms; 
}.bar:nth-child(9){ 
    left: 64px; animation-duration: 487ms; 
}.bar:nth-child(10){ 
    left: 72px; animation-duration: 442ms; 
}.bar:nth-child(11){ 
    left: 80px; animation-duration: 482ms;
}.bar:nth-child(12){ 
    left: 88px; animation-duration: 452ms;
}.bar:nth-child(13){ 
    left: 96px; animation-duration: 418ms;
}.bar:nth-child(14){ 
    left: 104px; animation-duration: 471ms;
}.bar:nth-child(15){ 
    left: 112px; animation-duration: 428ms;
}
.paragraph_message {
    display: none;
    padding: 1pc;
    background: #dff0f9;
    color: #3579d2;
    font-size: 15pt;
    text-align: center;
    margin-top: 1pc;
}

