/*Panel Start*/
.panel {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #949ba2;
    border-radius: 3px;
    margin-bottom: 20px;
}
.panel .panel-body {
    padding: 5px 15px 15px 15px;
}
.panel.panel-filled .panel-body {
    padding-top: 10px;
}
.panel .panel-footer {
    background-color: transparent;
    border: none;
}
.panel > .panel-heading {
    /*color: #484c5a;*/
}
.panel-tools {
    display: inline-block;
    float: right;
    margin-top: 0;
    padding: 0;
    position: relative;
}
.panel-tools a {
    margin-left: 2px;
    color: #949ba2;
    cursor: pointer;
}
.panel-tools a:hover {
    color: #ffffff;
}
.panel.panel-c-white {
    border-left: 3px solid #949ba2;
}
.panel.panel-c-accent {
    border-left: 3px solid #f6a821;
}
.panel.panel-c-primary {
    border-left: 3px solid #0f83c9;
}
.panel.panel-c-warning {
    border-left: 3px solid #f7af3e;
}
.panel.panel-c-info {
    border-left: 3px solid #56c0e0;
}
.panel.panel-c-success {
    border-left: 3px solid #1bbf89;
}
.panel.panel-c-danger {
    border-left: 3px solid #db524b;
}
.panel.panel-b-accent {
    background-color: #f6a821;
    color: #ffffff;
}
.panel.panel-b-white {
    background-color: white;
    color: #61686f;
}
.panel.panel-b-white .panel-heading {
    color: #61686f;
}
.panel.panel-b-white .panel-footer {
    color: #61686f;
}
.panel.panel-filled {
    background-color: rgba(68, 70, 79, 0.5);
}
.panel.collapsed .panel-body,
.panel.collapsed .panel-footer {
    display: none;
}
.panel.collapsed .fa.fa-chevron-up:before {
    content: "\f078";
}
.panel.collapsed .fa.fa-chevron-down:before {
    content: "\f077";
}
/* Support panels form Bootstrap 3 */
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-body {
    padding: 15px;
}
.panel-filled .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #44464f;
}
.panel-filled .table-hover > tbody > tr:hover {
    background-color: #494b54;
}
/*Panel End*/

.view-header {
    margin: 20px 0;
    min-height: 50px;
    padding: 0 15px;
}
.view-header .header-icon {
    font-size: 60px;
    /*color: #f6a821;*/
    width: 68px;
    float: left;
    margin-top: -8px;
    line-height: 0;
}
.view-header .header-title {
    margin-left: 68px;
}
.view-header .header-title h3 {
    margin-bottom: 2px;
}

.sidebar-footer-custom{
    padding: 10px;
    font-size: 12px;
    bottom: 45px;
    clear: both;
    display: block;
    position: fixed;
    width: 230px;
}
.sidebar-footer-custom > a{
    font-size: 12px;
    background: transparent;
    text-decoration: none;
}

.cms-nav>.active{
    border-bottom: 2px #1ABB9C solid;
    /*background: #223241;*/
}
.nav-item{
    margin-right: 15px;
}

.nav.side-menu>li>a, .nav.child_menu>li>a {
    padding-top: 11px;
    padding-bottom: 11px;
}

.nav.side-menu>li>a{
    margin-bottom: 0px;
}

.btn{
    font-size: 0.8rem;
    border: 1px solid #484c5a;;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel.panel-filled {
    background-color: whitesmoke;
}

.panel {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #949ba2;
    border-radius: 3px;
    margin-bottom: 20px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel .panel-body {
    padding: 5px 15px 15px 15px;
}
/*.panel.panel-filled .panel-body {*/
    /*padding-top: 30px;*/
/*}*/

.btn-outline-secondary {
    color: #6c757d;
    border:1px solid #ced4da;
    height: 38px;
}
.nav-md ul.nav.child_menu li:after {
    border-left: 1px solid #425668;
    bottom: 20px;
    content: "";
    left: 27px;
    position: absolute;
    top: 40px;
}
.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
}
h3, .h3 {
    font-size: 1.5rem;
}

/*Tab*/
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}
.tabs-below > .nav-tabs li,
.tabs-right > .nav-tabs li,
.tabs-left > .nav-tabs li {
    width: 100%;
}
.tabs-left .panel-body {
    position: static;
}
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
    width: 20%;
}
.tabs-left .panel-body {
    width: 80%;
    margin-left: 20%;
}
.tabs-right .panel-body {
    width: 80%;
    margin-right: 20%;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}
.tab-content > .active,
.pill-content > .active {
    display: block;
}
.tabs-below > .nav-tabs > li {
    margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    margin-right: 0;
    margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
}
.tabs-left > .nav-tabs > li > a {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
}
.tabs-right > .nav-tabs > li > a {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

/*// btn*/
.btn:active,
.btn.active {
    box-shadow: none;
}
.btn {
    /*color: inherit;*/
    /*background-color: transparent;*/
    font-size: 0.9rem;
}
.buttons-margin .btn {
    margin-bottom: 5px;
}
.btn-default {
    border-color: #585d6e;
}
.btn.btn-w-sm {
    min-width: 80px;
}
.btn.btn-w-md {
    min-width: 120px;
}
.btn.btn-w-lg {
    min-width: 160px;
}
.btn.btn-rounded {
    border-radius: 50px;
}
.btn.btn-squared {
    border-radius: 0;
}

.btn-default {
    color: #949ba2;
    background-color: transparent;
    border-color: #616779;
}
.btn-default:not(:disabled):not(.disabled):focus,
.btn-default:not(:disabled):not(.disabled).focus {
    background-color: rgba(97, 103, 121, 0.1);
    border-color: #616779;
    outline: 0;
    box-shadow: none;
}
.btn-default:hover {
    background-color: rgba(97, 103, 121, 0.1);
    border-color: #616779;
}
.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active,
.open > .dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: rgba(97, 103, 121, 0.1);
    border-color: #616779;
}
.btn-default:not(:disabled):not(.disabled):active:hover,
.btn-default:not(:disabled):not(.disabled).active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:not(:disabled):not(.disabled):active:focus,
.btn-default:not(:disabled):not(.disabled).active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:not(:disabled):not(.disabled):active.focus,
.btn-default:not(:disabled):not(.disabled).active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #ffffff;
    background-color: rgba(97, 103, 121, 0.1);
    border-color: #798094;
    outline: 0;
    box-shadow: none;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: rgba(97, 103, 121, 0.1);
    border-color: #616779;
}
.btn-default .badge {
    color: transparent;
    background-color: #949ba2;
}
.btn-primary {
    color: #949ba2;
    background-color: transparent;
    border-color: #0f83c9;
}
.btn-primary:not(:disabled):not(.disabled):focus,
.btn-primary:not(:disabled):not(.disabled).focus {
    background-color: rgba(15, 131, 201, 0.1);
    border-color: #0f83c9;
    outline: 0;
    box-shadow: none;
}
.btn-primary:hover {
    background-color: rgba(15, 131, 201, 0.1);
    border-color: #0f83c9;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: rgba(15, 131, 201, 0.1);
    border-color: #0f83c9;
}
.btn-primary:not(:disabled):not(.disabled):active:hover,
.btn-primary:not(:disabled):not(.disabled).active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active.focus,
.btn-primary:not(:disabled):not(.disabled).active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: rgba(15, 131, 201, 0.1);
    border-color: #1d9fee;
    outline: 0;
    box-shadow: none;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: rgba(15, 131, 201, 0.1);
    border-color: #0f83c9;
}
.btn-primary .badge {
    color: transparent;
    background-color: #949ba2;
}
.btn-success {
    color: #949ba2;
    background-color: transparent;
    border-color: #1bbf89;
}
.btn-success:not(:disabled):not(.disabled):focus,
.btn-success:not(:disabled):not(.disabled).focus {
    background-color: rgba(27, 191, 137, 0.1);
    border-color: #1bbf89;
    outline: 0;
    box-shadow: none;
}
.btn-success:hover {
    background-color: rgba(27, 191, 137, 0.1);
    border-color: #1bbf89;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: rgba(27, 191, 137, 0.1);
    border-color: #1bbf89;
}
.btn-success:not(:disabled):not(.disabled):active:hover,
.btn-success:not(:disabled):not(.disabled).active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:not(:disabled):not(.disabled):active.focus,
.btn-success:not(:disabled):not(.disabled).active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #ffffff;
    background-color: rgba(27, 191, 137, 0.1);
    border-color: #2ce1a5;
    outline: 0;
    box-shadow: none;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: rgba(27, 191, 137, 0.1);
    border-color: #1bbf89;
}
.btn-success .badge {
    color: transparent;
    background-color: #949ba2;
}
.btn-info {
    color: #949ba2;
    background-color: transparent;
    border-color: #56c0e0;
}
.btn-info:not(:disabled):not(.disabled):focus,
.btn-info:not(:disabled):not(.disabled).focus {
    background-color: rgba(86, 192, 224, 0.1);
    border-color: #56c0e0;
    outline: 0;
    box-shadow: none;
}
.btn-info:hover {
    background-color: rgba(86, 192, 224, 0.1);
    border-color: #56c0e0;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: rgba(86, 192, 224, 0.1);
    border-color: #56c0e0;
}
.btn-info:not(:disabled):not(.disabled):active:hover,
.btn-info:not(:disabled):not(.disabled).active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:not(:disabled):not(.disabled):active.focus,
.btn-info:not(:disabled):not(.disabled).active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #ffffff;
    background-color: rgba(86, 192, 224, 0.1);
    border-color: #81d0e8;
    outline: 0;
    box-shadow: none;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: rgba(86, 192, 224, 0.1);
    border-color: #56c0e0;
}
.btn-info .badge {
    color: transparent;
    background-color: #949ba2;
}
.btn-warning {
    color: #949ba2;
    background-color: transparent;
    border-color: #f7af3e;
}
.btn-warning:not(:disabled):not(.disabled):focus,
.btn-warning:not(:disabled):not(.disabled).focus {
    background-color: rgba(247, 175, 62, 0.1);
    border-color: #f7af3e;
    outline: 0;
    box-shadow: none;
}
.btn-warning:hover {
    background-color: rgba(247, 175, 62, 0.1);
    border-color: #f7af3e;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.open > .dropdown-toggle.btn-warning {
    background-color: rgba(247, 175, 62, 0.1);
    border-color: #f7af3e;
}
.btn-warning:not(:disabled):not(.disabled):active:hover,
.btn-warning:not(:disabled):not(.disabled).active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:not(:disabled):not(.disabled):active.focus,
.btn-warning:not(:disabled):not(.disabled).active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    background-color: rgba(247, 175, 62, 0.1);
    border-color: #f9c36f;
    outline: 0;
    box-shadow: none;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: rgba(247, 175, 62, 0.1);
    border-color: #f7af3e;
}
.btn-warning .badge {
    color: transparent;
    background-color: #949ba2;
}
.btn-danger {
    background-color: #db524b !important;
    border-color: #db524b;
    color: white;
}
.btn-danger:not(:disabled):not(.disabled):focus,
.btn-danger:not(:disabled):not(.disabled).focus {
    color: #ffffff;
    background-color: rgba(219, 82, 75, 0.1);
    border-color: #db524b;
    outline: 0;
    box-shadow: none;
}
.btn-danger:hover {
    background-color: #db524b;
    border-color: #db524b;
    color: white;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: rgba(219, 82, 75, 0.1);
    border-color: #db524b;
}
.btn-danger:not(:disabled):not(.disabled):active:hover,
.btn-danger:not(:disabled):not(.disabled).active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled):active.focus,
.btn-danger:not(:disabled):not(.disabled).active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    background-color: #db524b;
    border-color: #db524b;
    color: white;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #db524b;
    border-color: #db524b;
    color: white;
}
.btn-danger .badge {
    color: transparent;
    background-color: #949ba2;
}
.btn-default:hover,
.btn-default:active,
.btn-default:active:focus,
.btn-default:focus,
.btn-default.active {
    /*background-color: #3d404c;*/
}
.btn-link:hover,
.btn-link:active,
.btn-link:active:focus,
.btn-link:focus,
.btn-link.active {
    color: #f6a821;
    text-decoration: none;
}
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus,
.show > .btn.dropdown-toggle:focus {
    box-shadow: none !important;
}
.btn-primary{
    color: black !important;
}
.btn-success{
    color: black !important;
}
.btn-default{
    color: black !important;
}
.danger{
    color: black !important;
}
