/* Add here all your CSS customizations */
html,
body {
    /* background: #d1d3d4; */
    background: #F5F5F5;
}

body {
    /*
	overflow-x: auto;
	overflow-y: hidden;
	*/
    font-size: 12px;
}

a,
a:hover,
a:focus {
    color: #0088CC;
    text-decoration: none;
    cursor: pointer;
}

tr.row td {
    padding: 5px 0;
}

.table>thead>tr>th,
.table>tbody>tr>th {
    border-top: none;
}

/* Especificos */
#txt_numero_origem {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
}

.header .separator {
    margin: 0 10px 0;
}

.sidebar-right {
    margin-top: 60px;
    background: #464775;
    background: #f5f5f5;
    border-left: 1px #dedede solid;
}

.sidebar-right .sidebar-right-wrapper {
    padding: 0 20px;
}

html.dark,
html.dark body {
    background-color: #464775;
}

html.dark .header,
html.header-dark .header {
    background: #464775;
    border-bottom-color: #464775;
    border-top-color: #464775;
}

html.dark .header .separator,
html.header-dark .header .separator,
html .header .separator {
    background-color: #032336;
    background-image: -webkit-linear-gradient(#032336 60%, #777);
    background-image: linear-gradient(#032336 60%, #777);
}

html.dark .btn-default:hover,
html.dark .btn-default:focus,
html.dark .btn-default:active,
html.dark .btn-default.active,
html.dark .open>.dropdown-toggle.btn-default {
    color: #c3c3c3;
    background-color: #052f47;
    border-color: #c3c3c3;
}

html.dark .btn {
    color: #777;
    background-color: #032336;
    border-color: #777;
}

html.dark .userbox .dropdown-menu,
html.header-dark .userbox .dropdown-menu {
    background: #032336;
}

html .userbox .name {
    color: #C3C3C3;
    font-size: 1.3rem;
    line-height: 1.2em;
}

html .userbox .custom-caret {
    color: #C3C3C3;
    font-size: 16px;
    font-weight: bold;
}

html .userbox .dropdown-menu html.dark .userbox .dropdown-menu,
html.header-dark .userbox .dropdown-menu {
    background: #ffffff;
}

.dropdown-menu .divider {
    background-color: #032336;
}

.header .search {
    margin: -13px auto 0 calc(50% - 360px);
    width: 378px;
    display: inline-block;
    vertical-align: middle;
}

html .header .input-search input,
html .header .input-search input:focus {
    color: #032336;
    background: #fff;
    border-color: #395A6f;
}

html.dark .header .input-search input,
html.dark .header .input-search input:focus,
html.header-dark .header .input-search input,
html.header-dark .header .input-search input:focus {
    margin-top: 5%;
    /* color: #C3C3C3; */
    color: #395A6f;
    background: #edebe9;
    border-color: #395A6f;
}

.header .input-search .input-group-btn .btn-default {
    z-index: 10;
}

html.dark .tabs .nav-tabs li a,
html.dark .tabs .nav-tabs li a:focus {
    border-top-color: #032336;
    border-left-color: #032336;
    border-right-color: #032336;
    background: #032336;
}

.tabs .nav-tabs li.active a,
.tabs .nav-tabs li.active a:hover,
.tabs .nav-tabs li.active a:focus,
.tabs .nav-tabs.nav-justified li.active a,
.tabs .nav-tabs.nav-justified li.active a:hover,
.tabs .nav-tabs.nav-justified li.active a:focus {
    background: #fff;
    border-left-color: #cacccc;
    ;
    border-right-color: #cacccc;
    ;
}

html.dark .tabs .nav-tabs li.active a,
html.dark .tabs .nav-tabs li.active a:hover,
html.dark .tabs .nav-tabs li.active a:focus,
html.dark .tabs .nav-tabs.nav-justified li.active a,
html.dark .tabs .nav-tabs.nav-justified li.active a:hover,
html.dark .tabs .nav-tabs.nav-justified li.active a:focus {
    background: #032336;
    border-left-color: #032336;
    border-right-color: #032336;
}

html.dark .tabs .tab-content {
    background: #032336;
    border-color: #032336;
}

.tab-content {
    border: none;
}

.input-search input.form-control:first-child {
    /* border-radius: 5px !important; */
    border-radius: 5px !important;
}

.userbox .profile-picture-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}

.userbox .profile-picture-img i {
    padding: 8px 2px 0px 4px;
    color: #ddd;
    font-size: 25px;
}

.img-circle {
    width: 35px;
    height: 35px;
    border: 2px solid #eee;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #fff;
}

.no-img-circle {
    width: 35px;
    height: 35px;
    font-size: 12px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    background-color: #eee;
}

html.dark .sidebar-left .sidebar-header .sidebar-title,
html.header-dark .sidebar-left .sidebar-header .sidebar-title {
    background: #cacccd;
    color: #777;
}

html.dark .sidebar-left .sidebar-header .sidebar-toggle,
html.header-dark .sidebar-left .sidebar-header .sidebar-toggle {
    background: #cacccd;
}

html.dark .sidebar-left .sidebar-header .sidebar-toggle i,
html.dark .sidebar-left .sidebar-header .sidebar-toggle:hover i,
html.header-dark .sidebar-left .sidebar-header .sidebar-toggle i,
html.header-dark .sidebar-left .sidebar-header .sidebar-toggle:hover i {
    color: #777;
}

ul.nav-main.nav-permissions li .nav-children {

    background-color: #F6F6F6;

}

ul.nav-main li .nav-children {
    /* background-color: #cacccd; */
    background-color: #33344a;
    box-shadow: none;
}

ul.nav-main li a {
    color: #fff;
}

ul.nav-main>li>a:hover,
ul.nav-main>li>a:focus {
    background-color: #54568A;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background: #54568A;
}

html.dark .scrollable.has-scrollbar:hover .scrollable-pane,
html.header-dark .scrollable.has-scrollbar:hover .scrollable-pane {
    background: #f5f5f5;
    opacity: 1.0;

}

html.dark .scrollable.has-scrollbar:hover .scrollable-pane .scrollable-slider,
html.header-dark .scrollable.has-scrollbar:hover .scrollable-pane .scrollable-slider {
    background: #c0c0c0;
    opacity: 1.0;
}


html.dark.no-overflowscrolling .sidebar-left .nano,
html.header-dark.no-overflowscrolling .sidebar-left .nano {
    background: #33344a !important;
    box-shadow: -5px 0 0 #33344a !important;
}

html.no-overflowscrolling .nano>.nano-pane>.nano-slider {
    background-color: #163649;
}

html.dark .panel-heading {
    background: #032336;
    border-bottom-color: #021d2c;
}

html.dark .panel-body {
    background: #042c44;
}

html.dark .table-hover>tbody>tr:hover>td,
html.dark .table-hover>tbody>tr:hover>th {
    background-color: #063857;
}

html.dark .table>thead>tr>th,
html.dark .table>tbody>tr>th,
html.dark .table>tfoot>tr>th,
html.dark .table>thead>tr>td,
html.dark .table>tbody>tr>td,
html.dark .table>tfoot>tr>td,
html.dark .table-bordered {
    border-color: #063857;
    border-top-color: rgb(38, 43, 51);
}

html.dark .form-control {
    background-color: #032336;
    border-color: #032336;
    color: #EEE;
}

html.dark .pagination>li>a,
html.dark .pagination>li>span {
    background-color: #032336;
    /* border-color: #032336; */
}

html.dark .pagination>li.active>a,
html.dark .pagination>li.active>span {
    background-color: #CCC;
    /* border-color: #032336; */
}


html.dark .select2-container--default .select2-selection--multiple {
    background-color: #032336;
}

html.dark .select2-dropdown {
    background-color: #032336;
}

html .scroll-to-top {
    right: 140px;
}

html.fixed .sidebar-left {
    padding-bottom: 0;
}

.sidebar-left .sidebar-header {
    height: 0px;
}

.sidebar-toggle {
    font-size: 18px;
    margin: 18px 0 0 27px;
}

.content {
    width: auto !important;
    margin: 0;
    padding: 0;
}

.container {
    width: auto !important;
    margin: 0;
    padding: 0;
}

.page-header h2 {
    max-width: 25%;
    padding-left: 40px;
    border-bottom-color: #0088CC;
    overflow: hidden;
}

.right-wrapper {
    float: right;
    padding: 0;
}

.right-wrapper .buttons {
    display: inline-block;
    font-size: 0;
    /*line-height: 50px;*/
    margin: 0;
    padding: 5px 0 0 0;
    list-style: none;
    /* float: left; */
}

.right-wrapper .buttons li {
    color: #C3C3C3;
    display: inline-block;
    font-weight: 300;
}

.right-wrapper .buttons li::after {
    content: '|';
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 10px;
    vertical-align: middle;
}

.right-wrapper .buttons li:last-child:after {
    display: none;
}

.right-wrapper .buttons a,
.right-wrapper .buttons span {
    /* color: #777; */
    color: #2B2A29;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 20px;
    vertical-align: middle;
    font-size: 12px;
}

.right-wrapper .buttons i {
    vertical-align: middle;
}

.userbox .profile-picture-img {
    width: 35px;
}

.dropdown-toggle {
    cursor: pointer;
}

.dropdown-menu .divider {
    width: 100%;
}

.hide-default {
    display: none;
}

/* Dashboard na listagem */
.small-chart-wrapper .small-chart-info strong {
    margin: 3px 0;
    font-size: 16px;
}

/* Datepicker */
#ui-datepicker-div {
    width: 210px;
    z-index: 5000 !important;
}

/* DataTimePicker*/
.datetimepicker .switch {
    display: table-cell;
}

.vencimentos_pagamento .table {
    margin: 10px;
}

.vencimentos_pagamento .table>thead>tr>th {
    border: none;
}

/* SwitchIos7 */
.switch {
    /* margin-top: -14px; */
    margin-bottom: -10px;
}

/* menu Usuario Placar */
.notifications {
    margin: 2px -10px 0 0;
}

@media (max-width: 767px) {
    .notifications {
        margin: 2px -2px 0 0;
    }
}

.notifications a.empty .badge {
    display: none;
}

/* Dashboard */
.small-chart-wrapper {
    margin: 0;
}

.small-chart-wrapper .small-chart-info {
    padding: 0;
}


/* filtros */
.filter .custom_filter::before {
    bottom: 100%;
    left: 15px;
    border-bottom: 6px solid #ccc;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    height: 0;
    margin-right: -3px;
    width: 0;
    position: absolute;
    pointer-events: none;
}

/* l5crud */
.l5crud-custom-filters-menu>.dropdown>.dropdown-menu>li>a,
.l5crud-custom-lists-menu>.dropdown>.dropdown-menu>li>a {
    height: 26px;
    clear: none;
}

html .l5crud-column-nowrap-gradient {
    background: transparent !important;
}

/* Ramal */
.dashboard_list .l5crud,
.dashboard_list .l5crud-container,
.dashboard_list .l5crud-ajax,
.dashboard_list .panel,
.dashboard_list .panel-body {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.dashboard_list .l5crud-nav.pull-right {
    margin-top: -60px
}

/* Enfases */
.enfases {
    display: inline-block;
    list-style: none;
}

.enfases li:first-child {
    border: none;
}

.enfases li {
    float: left;
    padding: 0 20px;
    border-left: 1px solid #e0e0e0;
}


.copy-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0px 5px;
    background-color: #ffffff;
    color: #333;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
}

/* limit */
.btn-default.active,
.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default.focus:active,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #ffffff;
    background-color: #0088CC;
    border-color: #0088CC;
}

/* pagination */
.pagination>li a {
    color: #777;
}

.pagination>li a:hover {
    color: #777;
}

html .pagination>li.active a,
html .pagination>li.active span,
html .pagination>li.active a:hover,
html .pagination>li.active span:hover,
html .pagination>li.active a:focus,
html .pagination>li.active span:focus {
    background-color: #0088CC;
    border-color: #0088CC;
}

html .pagination>li a:hover,
html .pagination>li span:hover {
    cursor: pointer;
}

/* Userbox */
.userbox {
    margin: 8px 25px 0 0;
}

.userbox .dropdown-menu {
    min-width: 270px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: -5px !important;
    left: -195px !important;
    /* -webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px; */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    /*float: left;*/
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    /* margin-right: -10px; */
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    /* -webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px; */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.dropdown-menu-configuracao-1coluna {
    left: -110%;
    width: 100%;
    padding: 10px 10px 0 !important;
    margin-top: 05px !important;
    /* border-radius: 6px 0 6px 6px !important; */
    border-radius: 0 !important;
}

.dropdown-menu-configuracao-2colunas {
    left: -210% !important;
    width: 200% !important;
    padding: 10px 10px 0 !important;
    margin-top: 5px !important;
    /* border-radius: 6px 0 6px 6px !important; */
    border-radius: 0 !important;
}

html.dark .dropdown-menu {
    background-color: #282d36;
}

/* Para no mobile exibir o menu de configuração à direita */
@media only screen and (max-width: 767px) {
    .page-header {
        padding-right: 15px;
    }

    .right-wrapper .right-wrapper {
        padding: 0;
    }

    .notifications {
        margin: 6px -2px 0 0;
    }

    .dropdown-menu-configuracao-2colunas {
        left: 95% !important;
        /* border-radius: 0 6px 6px 6px !important; */
        border-radius: 0 !important;
    }

    .dropdown-menu-configuracao-1coluna {
        left: 95%;
        /* border-radius: 0 6px 6px 6px !important; */
        border-radius: 0 !important;
    }
}

/* Não exibir linhas verticais no grid */
@media screen and (max-width: 991px) {
    .table-responsive {
        border: none;
    }
}

/* Personalizado */

.status-agente-img {
    position: relative;
    margin-bottom: -15px;
    top: -35px;
    left: 25px;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    /* border-radius: 10px; */
    border-radius: 0;
}

.status-agente-inativo {
    background-color: #eee;
    color: #555;
}

.status-agente-ativo {
    background-color: #00ff00;
    color: #555;
}

.status-agente-em-chamada {
    background-color: #ff0000;
    color: #fff;
}

.status-agente-chamando {
    background-color: #ffff00;
    color: #555;
}

.status-agente-pausado {
    background-color: #ffff88;
    color: #555;
}


.right-wrapper .buttons .glyphicon {
    top: -1px;
}

.content-body {
    padding: 20px;
}

/* Backgrounds */
.bg-default {
    background-color: #ccc;
}

.bg-detail {
    background-color: #b2ebf2;
    color: #fff;
}

.bg-buttons {
    background-color: #464775;
    color: #f5f5f5;
}

/* Panels */
.panel {
    margin-bottom: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.panel-heading {
    height: 50px;
    padding: 10px 10px;
    background: #fff !important;
}

.panel.dashboard_panel .panel-heading {
    height: auto;
    padding: 0;
}

.panel-title {
    line-height: 28px;
}

.panel-featured-detail {
    border-color: #b2ebf2;
}

.panel-featured-default {
    border-color: #ccc;
}

.panel-body {
    padding: 10px 10px !important;
    background: transparent;
    box-shadow: none !important;
    background-color: #ffffff;
}

.panel-form {
    /*margin: 10px 15px 15px 15px;*/
    background-color: #ffffff;
}

.change-grid-mode {
    color: #777 !important;
}

/* Grid */
.usuario_foto {
    width: 35px !important;
    height: 35px !important;
    color: transparent;
    border: 1px solid #ccc;
    border-radius: 50%;
    overflow: hidden;
}

/* Footer */

@media only screen and (min-width: 768px) {
    html.fixed .header {
        z-index: 520;

    }

    html.fixed .inner-wrapper {
        padding-top: 60px;
    }

    html.fixed .inner-wrapper,
    html.fixed .inner-wrapper * {
        box-sizing: border-box;
    }

    /*	html.fixed.sidebar-left-collapsed .page-footer {
		left: 0px;
	}
	html.fixed .page-footer {
		left: 0px;
		margin: 0;
		position: fixed;
		right: 0;
		bottom: 0;
	}*/
}

/*
@media only screen and (max-width: 767px) {
	.page-footer {
		margin: -20px -15px 0;
	}

	.header .separator {
		display: none !important;
	}

	.header .search {
		display: inline-block !important;
		padding: 10px;
		margin-left: 30px;
	}

}
@media only screen and (max-width: 455px) {
	.header .header-right {
		height: 110px;
	}
	.header .search {
		width: 100%;
		margin: 0;
		padding: 10px;
		border-bottom: 1px solid #f0f0f0;
	}
}*/
.header .header-right {
    margin-right: 10px
}


/* Loading */
.loading-overlay.transparente {
    height: 101vh;
    /*background: none;*/
    background-color: rgba(255, 255, 255, 0.2);
}

.loading-overlay .loader.blue:after {
    -webkit-animation: animateLoaderAfterBlue 1s ease-in-out infinite;
    -moz-animation: animateLoaderAfterBlue 1s ease-in-out infinite;
    animation: animateLoaderAfterBlue 1s ease-in-out infinite;
}

@-webkit-keyframes animateLoaderAfterBlue {
    0% {
        box-shadow: 0 0 0 6px #0088BB inset;
        -webkit-transform: rotate(-140deg);
    }

    50% {
        box-shadow: 0 0 0 2px #0088BB inset;
    }

    100% {
        box-shadow: 0 0 0 6px #0088BB inset;
        -webkit-transform: rotate(140deg);
    }
}

@-moz-keyframes animateLoaderAfterBlue {
    0% {
        box-shadow: 0 0 0 6px #0088BB inset;
        -moz-transform: rotate(-140deg);
    }

    50% {
        box-shadow: 0 0 0 2px #0088BB inset;
    }

    100% {
        box-shadow: 0 0 0 6px #0088BB inset;
        -moz-transform: rotate(140deg);
    }
}

@keyframes animateLoaderAfterBlue {
    0% {
        box-shadow: 0 0 0 6px #0088BB inset;
        -webkit-transform: rotate(-140deg);
        -moz-transform: rotate(-140deg);
        -ms-transform: rotate(-140deg);
        -o-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    50% {
        box-shadow: 0 0 0 2px #0088BB inset;
    }

    100% {
        box-shadow: 0 0 0 6px #0088BB inset;
        -webkit-transform: rotate(140deg);
        -moz-transform: rotate(140deg);
        -ms-transform: rotate(140deg);
        -o-transform: rotate(140deg);
        transform: rotate(140deg);
    }
}

/* nested tabs */

/*.panel-action-toggle::before {
	content: '';
}*/

/*.panel-action-toggle, .panel-action-dismiss {
	font-family: inherit;
}*/


/* select2 */
.select2-container {
    width: 150px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #66afe9;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    min-height: 30px;
    outline-style: none;
}

.select2-container--open .select2-selection--single,
.select2-container--open .select2-selection--multiple {
    border: 1px solid #66afe9;
    /* border-radius: 4px; */
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--multiple:focus {
    border: 1px solid #66afe9;
    /* border-radius: 4px; */
    border-radius: 0;
    /*outline: 0;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

#modulo_discador .select2-container {
    width: inherit !important;
    float: left;
}


/* modals */
.modal-footer {
    padding: 0px 15px 15px 0px;
    border-top: none;
}

.modal .right-wrapper .buttons li::after {
    content: '';
}

/* App */

.has-error {
    border-color: #8c0000;
}

a.btn.btn-primary span,
a.btn.btn-primary:hover span,
a.btn.btn-danger span,
a.btn.btn-danger:hover span {
    color: #fff !important;
}

.btn-primary,
.btn-primary:hover {
    background-color: #0086cc !important;
    border-color: #0086cc !important;
}


.page-header {
    margin: 0px -40px 0px -25px;
    z-index: 500;
}

.widget-summary.widget-summary-sm .summary {
    min-height: 0;
    margin-top: 0;
}

/* .widget-summary .widget-summary-col {
	vertical-align: middle;
}

.widget-summary.widget-summary-sm .summary-icon .fa {
	line-height: 40px;
}

.widget-summary.widget-summary-sm .summary-icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 1.8rem;
	position: relative;
	float: left;
	margin: 0 5px 0 0;
}

.widget-summary.widget-summary-sm .summary .title {
	font-size: 1.1rem;
}

.widget-summary.widget-summary-sm .summary .info {
	font-size: 1.1rem;
	line-height: 0.8rem;
}

.widget-summary .summary .amount {
	margin: 0;
	font-size: 1.4rem !important;
	line-height: 1.4rem;
}

.widget-summary .summary .amount div {
	margin: 5px 0 0 0;
} */

.sidebar-right {
    background-color: #f5f5f5;
}

/* Footer */
#sidebar-right-tab {
    position: relative;
    float: right;
    right: 10px;
    z-index: 10000;
}

.sidebar-right-toggle,
.sidebar-right-toggle:hover {
    /*   border-left-color: #e6e6e6;
	background: #f6f6f6;*/
    color: rgb(119, 119, 119);
}

/*
html.sidebar-light .sidebar-right-toggle, html.sidebar-light .sidebar-right-toggle .sidebar-right-toggle:hover {
	border-left-color: #e6e6e6;
	background: #f6f6f6;
	color: #333;
}
*/
/* Footer */
.page-footer {
    position: relative;
    width: 100%;
    left: 40px;
    bottom: 35px;
    margin: 40px -40px -40px -40px;
    padding: 3;
    height: 30px;
    font-size: 10px;
    line-height: unset;
    background: #032336;
    /* border-top: 3px solid #e2e3e6; */
    border-left: 1px solid #032336;
    z-index: 1001;
}

html.sidebar-light:not(.dark) .page-footer {
    border-left-color: #e6e6e6;
    background: #f6f6f6;
}

/* Dynamic */
@media only screen and (min-width: 768px) {
    .page-footer {
        position: fixed;
    }

    /* #sidebar-right-tab {
		top: 20px;
	} */

    #trigger-fullscreen {
        display: inline-block;
    }
}

@media only screen and (max-width: 767px) {
    .page-footer {
        position: fixed;
    }

    #sidebar-right-tab {
        top: 136px;
    }

    #trigger-fullscreen {
        display: none;
    }
}

@media only screen and (max-width: 455px) {
    .page-footer {
        position: inherit;
        margin: 0;
    }

    #sidebar-right-tab {
        top: 187px;
    }

    #trigger-fullscreen {
        display: none;
    }
}

html #contatos,
html #conferencias,
html #ultimas_chamadas {
    width: 100%;
    height: 450px;
    background-color: #fff;
}

html.dark #contatos,
html.dark #conferencias,
html.dark #ultimas_chamadas {
    width: 100%;
    height: 527px;
    background-color: #032336;
}

.l5crud-th th:first-child {
    text-decoration: none;
}

.tabs-left .nav-tabs>li:first-child>a,
.tabs-left .nav-tabs>li:first-child>a:hover {
    border-top: solid 1px #ddd;
}

.tabs-left .nav-tabs>li:last-child>a,
.tabs-left .nav-tabs>li:last-child>a:hover {
    border-bottom: solid 1px #ddd;
}

.badge {
    min-width: 22px !important;
    height: 22px !important;
    line-height: 16px;
}

.cke_chrome {
    border: 1px solid #ccc !important;
}

/* LOGIN */

.login-logo {
    height: 130px;
    background-size: contain !important;
}

.login {
    overflow-y: scroll;
}

.panel .panel-body.custom-panel-body {

    padding: 15px 30px !important;
    border-top: 4px solid #032336;
    border-radius: 0;

}

.has-feedback label~.form-control-feedback {

    top: 27px;

}

/* END LOGIN */

#menu_configuracao ul.nav-main li .nav-children {
    color: #333;
    background-color: #fff;
}

#menu_configuracao ul.nav-main>li>a,
#menu_configuracao ul.nav-children>li>a {
    color: #333;
    background-color: #fff;
}

#menu_configuracao ul.nav-main>li>a:hover,
#menu_configuracao ul.nav-main>li>a:focus,
#menu_configuracao ul.nav-children>li>a:hover,
#menu_configuracao ul.nav-children>li>a:focus {
    color: #fff;
    background-color: #ddd;
}



#tenant_select a::after {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    content: '\f107';
    font-size: 1.6rem;
    color: #abb4be;
    position: relative;
    right: 0;
    top: 2px;
    padding: 0px 10px;
}

#tenant_select.open a::after {
    content: '\f106';
}

#tenant_select.open .dropdown-menu a {
    color: #484644;
}

#tenant_select ul li a {
    margin-left: 10px;
}

ul.nav-main li.nav-parent.nav-expanded>a::after {
    content: '\f106';
    font-weight: 900;
}

#tenant_select ul li {
    cursor: pointer;
    padding: 0 0 0 10px;
    color: #2B2A29 !important;
    background-color: #ffffff;
}

#tenant_select ul li:hover {
    color: #ffffff !important;
    background-color: #dddddd;
}

.agente-iniciais {
    top: -64px;
    position: relative;
    width: 64px;
    height: 64px;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 56px;
}

.agente-foto img {
    width: 64px;
    height: 64px;
}

.body-sign .center-sign {
    vertical-align: top !important;
}

.header {
    background: #464775 !important;
    border-bottom-color: #464775 !important;
    border-top-color: #464775 !important;
}

.color-success{
    color:#0088CC !important;
}


