/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 *
 */

/*# sourceMappingURL=custom.css.map */
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 15px;
    vertical-align: .200em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
li.nav-item {
    line-height: 36px;
}

/* SEVENCUT
.main-sidebar.sidebar-style-2 {
    background: #102939;
}

.main-sidebar .sidebar-brand a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #ECF0F1 !important;
}

.main-sidebar .sidebar-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    width: 100%;
    letter-spacing: .3px;
    color: #F2F5F7 !important;
    text-decoration: none;
}

.main-sidebar .sidebar-menu li a:hover {
    background-color: #fcfcfd;
	color: #102939  !important;
}*/


/*
MENU SEVENTHSOFT WEB LAMA 

*/

.main-sidebar.sidebar-style-2 {
    background: #102939;
}

.main-sidebar .sidebar-brand a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #fff !important;
}

.main-sidebar .sidebar-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    width: 100%;
    letter-spacing: .3px;
    color: #F2F5F7 !important;
    text-decoration: none;
}

.main-sidebar .sidebar-menu li a:hover {
    background-color: #fcfcfd;
	color: #102939  !important;
}

.navbar-bg {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 115px;
    background-color: #3F51B5;
    z-index: -1;
}

body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu > li.active > a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    width: 4px;
    background-color: #417BFC;
}

body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu > li.active > a {
    padding-left: 16px;
    background-color: transparent;
    position: relative;
    color: #417BFC !important;
}

body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu li.active ul.dropdown-menu li a {
    padding-left: 61px;
    background-color: #102939;
}


.main-sidebar .sidebar-menu li.active ul.dropdown-menu {
    background-color: #304457;
}

.main-sidebar .sidebar-menu li a:hover {
    background-color: #1C3443 !important;
    color: white !important;
}

/* GREY 304457
DARK GREY 102939
 */


.main-sidebar .sidebar-menu li ul.dropdown-menu li.active > a {
    color: #417BFC!important;
    font-weight: 600;
}


.main-sidebar .sidebar-menu li > ul.dropdown-menu li a:hover {
    background-color: #1C3443 !important;
    color: white !important;
}

/* end custom */

.form-group .control-label, .form-group > label {
    font-weight: 600;
    color: #34395e;
    font-size: 12px;
    height: 42px;
    /* line-height: 1; */
    letter-spacing: .5px;
	display: flex;
    align-items: center;
}

.control-label.label-sm {
    height: 31px;
    line-height: 31px;
}

/*REPORT */
#fInput {
  background-image: url('../../../assets/img/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 8px 20px 8px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

a.nav-link {
    line-height: 1.5;
}






a.nav-link.link-outlet {
    color: #6c757d;
    font-weight: 600;
    letter-spacing: .3px;
    padding: 7px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}


a.nav-link.has-dropdown.link-head-outlet {
    color: #868e96;
    font-size: 13px;
    letter-spacing: .3px;
    /* height: 70px; */
    padding: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}
a.nav-link.has-dropdown.link-head-outlet:before {
content: ' ';
    position: absolute;
    left: initial;
    right: initial;
    bottom: 0;
    height: 2px;
    background-color: #6777ef;
    transition: all .5s;
}
a.nav-link.has-dropdown.link-head-outlet:after {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 12px;
    right: -20px;
}


/*plus */


td.details-control {
    background: url('../../img/resources/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../../img/resources/details_close.png') no-repeat center center;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin-bottom: 8px;
    white-space: nowrap;
    justify-content: flex-end;
    padding: 3px 0px;
}



/* GREY BUTTON */
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #737373;
    border-color: #737373;
}


/* TREE */
.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding: 0 0 0 1em;
    line-height:2em;
    color:#369;
    font-weight:700;
    position:relative;
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin: 0px 9px;
}
.tree li a {
    text-decoration: none;
    color:#369;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}

div.treeview {
    min-width: 100px;
    min-height: 100px;
    max-height: 256px;
    overflow: auto;
    /* padding: 4px; */
    /* margin-bottom: 20px; */
    /* color: #369; */
    /* border: solid 1px; */
    /* border-radius: 4px; */
}



td.ck {
    width: 36px;
    text-align: center;
}

table.ck {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    border: none;
}

.ck {
    width: 36px;
    text-align: center;
}




body.sidebar-mini .main-sidebar:after {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    content: ' ';
    position: fixed;
    background-color: #102939;
    width: 65px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    animation-name: mini-sidebar;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

body.sidebar-mini .main-sidebar .sidebar-menu > li.active > a {
    box-shadow: 0 4px 8px #1e272f;
    background-color: #2b579a;
    color: #fff;
}

.main-sidebar .sidebar-brand {
    display: inline-block;
    width: 100%;
    text-align: left;
    height: 60px;
    line-height: inherit;
}

/*
input[type=checkbox] {
    width: auto;
}*/

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 13px;
}

td.dt-left { text-align: left; }
td.dt-center { text-align: center; }
td.dt-right { text-align: right; }

.editableform .form-control {
    width: 100px !important;
}

table.dataTable {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.main-sidebar .sidebar-menu li a span {
    margin-top: 3px;
    width: 100%;
    line-height: 1.2;
}

a.nav-link {
    line-height: 1;
}

.badge-sm {
    padding: 3px 8px;
}

.card .card-header .btn {
    margin-top: 1px;
    padding: 3px 15px;
}


/*100*/
.odd td.bg-yellow {
    background-color: #fff9c4 !important;
}
/*50*/
.even td.bg-yellow {
    background-color: #fffde7 !important;
}

/*100*/
.odd td.bg-green {
    background-color: #dcedc8 !important;
}
/*50*/
.even td.bg-green {
    background-color: #f1f8e9 !important;
}

/*100*/
.odd td.bg-grey {
    background-color: #f5f5f5 !important;
}
/*50*/
.even td.bg-grey {
    background-color: #fafafa !important;
}


.card .card-header h4 + .card-header-action .input-group .input-group-btn .btn, .card .card-header h4 + .card-header-form .input-group .input-group-btn .btn{
    border-radius: 0px 30px 30px 0px !important;
	margin-top: 0px;
    height: 31px;
}

a.btn.btn-icon.btn-dark.shadow-none {
    background-color: #34395e !important;
}
a.btn.btn-icon.btn-outline-dark.shadow-none {
    border-color: #34395e !important;
}

/* custom sidebar 23/11/2019 */
body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li a {
    height: 40px;
    padding: 0 20px;
    background-color: #1b3b50;
}


body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu {
    position: absolute;
    background-color: #102939;
    left: 65px;
    top: 10px;
    width: 200px;
    display: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
}


.dropdown-menu .dropdown-title {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #fff!important;
    padding: 10px 20px;
    line-height: 20px;
    color: #98a6ad;
}

body.sidebar-mini .main-sidebar .sidebar-menu li:hover > ul.dropdown-menu li:hover > a {
    background-color: #4242b0;
}