:root {
	--imn-light-blue: #289ad1;
	--imn-blue: #021930;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body, html, *{
    font-family: "Open Sans", sans-serif;
    font-size:14px ;
    word-wrap: break-word;
    word-break: break-word;
}
.main-section {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    min-height: calc(100vh - 86px);
}

.left-sidebar.shadow {
    width: 300px;
}

.rigth-sidebar {
    width: calc(100% - 300px);
    display: flex;
}
.navbar {
    justify-content: space-between;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

/*Main CSS*/


/*Login Signup Page*/
a:focus,a:hover,a{
    outline:none;
    text-decoration: none;
}
li,ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-top i {
    font-size: 18px;
}

.tab-content .tab-pane {
    /*padding: 70px 0;*/
    padding: 0;
}


/*Login Signup Page*/


/*Home Page*/

.home {
    background: #f6f7fa;
}

#navigation {
    background: #0e1a35;
    height: 100%;
}

#navigation {
    padding: 0;
}

.display-table {
    display: table;
    padding: 0;
    height: 100%;
    width: 100%;
}

.display-table-row {
    display: table-row;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    float: none;
    height: 100%;
}

.v-align {
    vertical-align: top;
}
.logo img {
    max-width: 60px;
    padding: 0 5px 0 0;
    width: 100%;
}

.header-top {
    margin: 0;
    padding-top: 2px;
}

.header-top img {
    border-radius: 50%;
    max-width: 48px !important;
    width: 100%;
}

.add-project {
    background: var(--imn-light-blue) none repeat scroll 0 0;
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px 10px 30px;
    position: relative;
    width: 100%;
    max-width: 184px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-rightside .nav > li > a:focus,
.header-rightside .nav > li > a:hover {
    background: none;
    text-decoration: none;
}

.add-project::before {
    background: rgba(0, 0, 0, 0) url("../images/plus.png") no-repeat scroll 0 0;
    content: "";
    height: 12px;
    left: 17px;
    position: absolute;
    top: 12px;
    width: 12px;
}

.add-project:hover {
    color: #ffffff;
}

.header-top i {
    color: #0e1a35;
}

.icon-info {
    position: relative;
}
.navi i {
    font-size: 20px;
}
.label.label-primary {
    border-radius: 50%;
    font-size: 9px;
    left: 8px;
    position: absolute;
    top: -9px;
}

.icon-info .label {
    border: 2px solid #ffffff;
    font-weight: 500;
    padding: 3px 5px;
    text-align: center;
}

.header-top li {
    display: inline-block;
    text-align: center;
}

.header-top .dropdown-toggle {
    color: #0e1a35;
}

.header-top .dropdown-menu {
    border: medium none;
    left: -92px;
    padding: 10px;
    top: 35px;
}
.view {
    background: var(--imn-light-blue) none repeat scroll 0 0;
    border-radius: 100px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    padding: 10px 15px;
}

.navbar-content > span {
    font-size: 13px;
    font-weight: 700;
}

.img-responsive {
    width: 100%;
}
#navigation{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search input {
    border: none;
    font-size: 15px;
    padding: 11px 9px;
    width: 100%;
    background: rgba(0, 0, 0, 0) url("../images/search.png") no-repeat scroll 99% 12px;
    color: #8492af;
}

header {
    background: rgb(15 26 52) none repeat scroll 0 0;
    /* box-shadow: 0 1px 12px rgba(0, 0, 0, 0.04); */
    display: inline-block !important;
    line-height: 23px;
    padding: 15px;
    transition: all 0.5s ease 0s;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.logo {
    text-align: left;
}

.navi a {
    border-bottom: 1px solid #132142;
    border-top: 1px solid #132142;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 20px;
    text-decoration: none;
    position: relative;
}

.navi i {
    margin-right: 15px;
    color: var(--imn-light-blue);
}

.navi .active a,
.navi .nav-link.active {
    background: #0d296a;
    border-left: 5px solid var(--imn-light-blue);
    padding-left: 15px;
}

.navi a:hover {
    background: #0d296a none repeat scroll 0 0;
    border-left: 5px solid var(--imn-light-blue);
    display: block;
    padding-left: 15px;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #0e1a35;
}

.circle-logo {
    margin: 0 auto;
    max-width: 30px !important;
    text-align: center;
}
.hidden-xs{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.user-dashboard {
    padding: 60px 60px;
}

.user-dashboard h1 {
    color: #0e1a35;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding: 21px 0;
}
.sales {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d4d9e3;
    display: inline-block;
    padding: 15px;
    width: 100%;
    margin-bottom: 40px;
}
.sales button:not(.fattura-btn) {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #dadee7;
    border-radius: 100px;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding-right: 32px;
    color: #0e1a35;
}

.sales button:not(.fattura-btn)::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 25px;
    top: 8px;
	display: none;
}
.sales  .btn-group {
    float: right;
}
.sales h2 {
    color: var(--imn-light-blue);
    float: left;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    width: 100%;
    padding: 9px 0 0;
}
.btn.btn-secondary.btn-lg.dropdown-toggle > span {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.sales .dropdown-menu{
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-radius: 8px;
    width: 100%;
    color: #0e1a35;
}
.sales .btn-group.open .dropdown-toggle, .btn.active, .btn:active{
    box-shadow: none;
}
.sales .dropdown-menu > a {
    color: #0e1a35;
    display: inline-block;
    font-weight: 800;
    padding: 9px 0;
    text-align: center;
    width: 100%;
}
#my-cool-chart svg {
    width: 100%;
}
.sales .dropdown-menu > a:hover{
    color: var(--imn-light-blue);   
}
.shield-buttons {
    display: none;
}
.close, .close:focus, .close:hover {
    color: #fff;;
    opacity: 1;
    text-shadow: none;
}
.modal-body input {
    border: 1px solid #d4d9e3;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0;
    padding: 14px 10px;
    width: 100%;
    color: #000000;
}
.modal-body textarea {
    border: 1px solid #d4d9e3;
    font-size: 14px;
    font-weight: 500;
    height: 200px;
    margin-top: 5px;
    padding: 9px 10px;
    width: 100%;
    color: #8492af;
}
.modal-header.login-header h4 {
    color: #ffffff;
}
.modal-footer .add-project {
    background: var(--imn-light-blue) none repeat scroll 0 0;
    border: medium none;
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    position: relative;
}
.modal-footer .add-project::before{display: none;}
.modal-footer {
    border: 0 none;
    padding: 10px 15px 26px;
    text-align: right;
}
.cancel {
    background: #0E1A35     ;
    border: medium none;
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    position: relative;
    
}
.modal{
    top: 20%; 
}
.modal-header .close {
    margin-top: 2px;
}
.search input:focus{
    border-bottom: 1px solid #BDC4D4;
    line-height:22px;
    transition: 0.1s all;
}
.modal-header.login-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/*Main CSS*/
.search {
    border: 1px solid #333;
    background: #fff;
    border-radius: 5px;
}

.search input {
    outline: none !important;
}
header .row {
    display: flex;
    align-items: center;
}

footer p {
    margin: 0;
    color: #fff;
    letter-spacing: 0.9px;
    font-size: 12px;
    font-weight: 400;
}

footer {
    background: #132142;
    padding: 15px 0;
}
.header-top li a i {
    color: #fff;
}

.header-top li.dropdown a {
    color: #fff;
    margin-top: 0;
    width: 100%;
    border-radius: 5px;
}
.logo a {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
}
.form-wrapper {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}

.mb-3 {
    margin-bottom: 16px;
}
header .row .col-md-6 {
    width: 50%;
}
/* login */

.cust-log-head header .col-md-6:last-child {
    display: none;
}

.cust-log-head header .col-md-6:first-child {
    width: 100%;
    text-align: center;
}

.cust-log-head header .col-md-6:first-child * {
    text-align: center;
}

.log-wrapper .card {
    background: #0f1a33;
    padding: 70px;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 40px;
}

.log-wrapper .container {padding-top: 70px;padding-bottom: 70px;}
.form-control {
    border: 1px solid #d3d3d3;
    padding: 3px 14px;
    height: 39px;
}

label.text-end {
    margin: 0;
}

.log-wrapper .card * {
    color: #fff;
}

.log-wrapper .card .form-group {
    display: inline-block;
    width: 100%;
}

.log-wrapper .card .form-group button {
    border: 0;
    width: 100%;
}
.password a {
    color: #5785fb !important;
}

.password {padding-right: 0;}

.form-switch-success .col-sm-6:first-child {
    padding: 0;
}

.form-switch-success .col-sm-6:first-child * {
    font-weight: normal;
    color: #a5a5a5;
}

.form-group.form-switch-success {
    margin-top: 30px;
}
.log-wrapper {
    min-height: calc(100vh - 132px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.log-wrapper::after {
    background-image: url("img/background-imn.svg");
    background-size: cover;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.4;
	transform: rotateX(175deg);
}
.log-wrapper .card  .form-control {
    border: 0;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #000;
}
.pt-5{
    padding-top: 30px;
}
td.view-edit {
    padding-left: 16px !important;
}

td.view-edit a {
	margin-right: 8px;
	color: var(--imn-light-blue);
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: var(--imn-light-blue);
    border-color: var(--imn-light-blue);
}

.pagination>li>a, .pagination>li>span {
    color: #0f1a34;
}
div#example_wrapper {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding-top: 0px;
}
.list-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}
.list-wrapper a i{
    margin-right: 10px;
}
button.no-more {
    text-align: center;
    padding: 3px 10px;
    font-size: 13px;
    background: saddlebrown;
    border: 0;
    color: #fff;
    float: right;
}

button.no-more i {
    margin-right: 7px;
}
.checkbox-wrapper {
    display: flex;
    gap: 20px;
}

.checkbox-wrapper label {
    margin-bottom: 0;
}
.list-activity a.add-project:last-child {
    margin-left: 8px;
    background: var(--imn-light-blue);
}
.list-block-infi ul {
    padding: 0;
    max-width: 500px;
    margin-top: 20px;
}

.p-0 {
    padding: 0;
}

.list-block-infi ul li strong {
    width: 50%;
    display: inline-block;
    border-right: 1px solid #3333;
    padding: 8px 5px;
}

.list-block-infi ul li span {
    padding: 8px 8px;
}

.list-block-infi ul li {
    border: 1px solid #3333;
    margin-bottom: -1px;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
}
.bdr-none .dataTables_wrapper{
    border: 0 !important;
}
.list-activity {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.add-activity-wrapper {
    margin-bottom: 5px;
}
.add-activity-wrapper a {
    padding: 5px 11px;
    font-size: 12px;
    color: #fff !important;
    font-weight: 400;
}
th.view-edit-wrapper {
    max-width: 250px !important;
}

.add-activity-wrapper a.add-project:last-child {
    background: var(--imn-light-blue);
    margin-right: 0 !important;
}

.add-activity-wrapper a i {
    font-weight: 600;
    font-size: 12px;
}
/*
.add-activity-wrapper a i::before {
    content: "+" !important;
}
*/
.select-feald {
    width: 100%;
    border: 1px solid #d3d3d3;
    padding: 3px 14px;
    height: 39px;
    border-radius: 3px;
    outline: none !important;
}
.mt-3{margin-top: 8px;}
.mb-3{margin-bottom: 8px;}
textarea.form-control {
    padding: 10px 15px;
    font-size: 12px;
}

/* chckbox */
.form-switch input[type=checkbox] {
    visibility: hidden;
}

.form-switch input[type=checkbox] + label::after {
    content: "";
    width: 50px;
    height: 22px;
    background: #d9d9d9;
    position: absolute;
    left: 0;
    border: 1px solid #d9d9d9;
    border-radius: 50px;
    transition: all 0.5s;
}

.form-switch label {
    margin-left: 0;
    transition: all 0.5s;
    cursor: pointer;
    padding-left: 40px;
}

.form-switch .form-check-input:checked + label::after {
    background: var(--imn-light-blue);
    border-color: var(--imn-light-blue);
}

.form-switch input[type=checkbox] + label::before {
    width: 20px;
    height: 13px;
    background: #ffffff;
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 9;
    content: "";
    border-radius: 50px;
    border: 0;
    transition: all 0.5s;
}

.form-switch .form-check-input:checked + label::before {
    left: 25px;
    background: #ffffff;
    transition: all 0.5s;
}
.form-check.form-switch {
    position: relative;
    width: auto;
    display: inline-table;
}
.form-switch .form-check-input:checked + label span:after {
    font-size: 14px;
}

.form-switch .form-check-input + label span:after {
    font-size: 14px;
}

.form-switch label span {
    font-size: 0;
}
textarea.form-control {
    height: auto;
    min-height: 120px;
}
.logo a span {
    font-size: 25px;
	text-transform: uppercase;
}
.add-filter {text-align: right;display: inline-block;width: 100%;margin-top: 0.5rem;position: relative;margin-bottom: 20px;}

.add-filter a.add-project {
    display: inline-block;
    width: auto;
    background: transparent;
    color: var(--imn-light-blue);
    padding: 0;
    font-size: 18px;
    margin-bottom: 0;
}
.togeal-opean {
    width: 100%;
    background: #efefef;
    height: 0;
    display: inline-block;
    padding: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.add-filter input[type="checkbox"] {
    width: 107px;
    position: absolute;
    right: 0;
    background: transparent;
    top: 0;
    margin: 0;
    height: 39px;
    z-index: 9;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
}

.add-filter input[type="checkbox"]:checked + a {margin-bottom: 12px;}
.add-filter input[type="checkbox"]:checked ~ .togeal-opean { 
    height: auto;
    transition: all 0.5s;
    overflow: visible;
    /* margin-bottom: 20px; */
}
.add-filter a.add-project i {
    margin-right: 5px;
}
button.btn-submit {
    background: var(--imn-light-blue);
    color: #fff;
    padding: 7px 35px;
    border: 0;
    font-size: 14px;
}

button.btn-submit::before {
    display: none !important;
}
.space-padding {
    padding: 10px;
    display: inline-block;
    width: 100%;
}
.togeal-opean label.form-label {
    width: 100%;
}

.togeal-opean select {
    width: 100%;
    border: 1px solid #3333;
    padding: 8px 10px;
    border-radius: 5px;
}

.error-msg {
    color: var(--imn-light-blue) !important;
}

.alert {
    padding: 15px;
    margin: 10px 0;
    border-radius: 4px;
    position: relative;
}
.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-error {
    background-color: #f8d7da;
    color: #721c24;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.close-btn:hover {
    color: #333;
}
.alert-message {
    display: inline-block;
}

mark { background-color:pink; }


.list-autocomplete {
  padding:13px; }
.list-autocomplete em {
  font-style:normal;
  background-color:#e1f2f9;
}

.hasNoResults { 
  color:#aaa; }
.hasNoResults,
.btn-extra { 
  display:block; 
  padding:10px; }

.hasNoResults { 
  color:#aaa; }

.btn-extra { 
  width:100%; 
  border-top:.5px solid #d2d2d2; 
}

  /* auto drop down css */

.list-autocomplete button.dropdown-item {
    padding: 3px 23px;
    font-size: 11px;
    background: cornflowerblue;
    border: 0;
    color: #fff;
}
 
.list-autocomplete button.dropdown-item em {
    background: transparent;
}
.Customer-email {
    margin-top: -23px !important;
}

.input-group {width: 100%;}

body div .input-group-btn button {
    position: absolute !important;
    top: 0;
    right: 4px;
    width: 30px !important;
    height: 30px !important;
    border-radius: 0;
    padding: 0;
    z-index: 999;
    background: #0f1a34;
    border: 0;
    color: #fff !important;
    cursor: pointer;
}

body div .input-group-btn button::before {
    display: none !important;
}
.multiple_emails-container{
    border: 1px #0f1a3442 solid !important;
}
.multiple_emails-close {
    float: right !important; 
}
h2.outer-heding {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--imn-light-blue);
    font-weight: 600;
}
span.round-color {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50px;
    font-size: 0;
    position: relative;
    top: 0px;
}

.fa-trash {
    color: red;
    cursor: pointer;
}

.fa-info-circle,.fa-paper-plane {
    color: var(--imn-light-blue);
    cursor: pointer;
}
#example_wrapper .border-none {
    border: 0 !important;
}

.list-block-infi ul li span {width: 50%;display: flex;}



.list-block-infi ul li span strong {

    width: auto;

    padding-top: 0;

    padding-right: 0;

    border-right: 0;

    padding-bottom: 0;

}

span.notification_badge {
    display: inline-flex;
    font-size: 12px;
    min-width: 21px;
    padding: 0 5px;
    border-radius: 20px;
    height: 21px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: var(--imn-light-blue);
    margin-left: 5px;
}

button.btn-cancel {
    margin-top: 30px;
    color: var(--imn-light-blue);
    background: transparent;
    border: 2px solid var(--imn-light-blue);
    padding: 7px 35px;
    font-size: 14px;
}

.add-activity {
    background: var(--imn-light-blue) none repeat scroll 0 0;
    border-radius: 100px;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px 10px 30px;
    position: relative;
    /* width: 100%; */
    /* max-width: 184px; */
    text-align: center;
    margin-right: 10px;
    background: #0f1a33;
}

.tableWraper {
    width: 100%;
    overflow: auto;
 }

 .activity_note {
    font-size: 14px !important;
 }

 .activity_doc_class {
    padding: 8px 14px !important;
 }

 a.add-project.maintenanceBtn {
    max-width: 230px;
    padding: 10px !important;
}

table tr th {
    text-align: center;
    vertical-align: middle !important;
}

.date-col-width {
    white-space: nowrap;
}

.width-400 {
    width: 400px;
    white-space: pre-wrap;
    min-width: 400px;
    max-width: 400px;
    word-break: break-all;
}

.width-250 {
    width: 350px;
    white-space: pre-wrap;
    min-width: 350px;
    max-width: 350px;
    word-break: break-all;
}
.width-130 {
    width: 130px !important;
    white-space: pre-wrap;
    min-width: 130px;
    max-width: 130px;
    word-break: break-all;

}
.width-120 {
    width: 130px !important;
    white-space: pre-wrap;
    min-width: 120px;
    max-width: 120px;
    word-break: break-all;

}

.list-block-infi.report-details ul li span {
    word-break: break-word;
}
.report-details {
    margin-bottom: 1rem;
}

/* .list-block-infi ul li span.break-word {
    word-break: break-word;
} */


/*AZIENDA*/
.nome-lavoro {
	width: 25%;
}
.gruppo {
	width: 15%;
}
.email {
	width: 25%;
}
.vertical-center {
	vertical-align: middle;
	align-content: center;
}
/*MONTEORE*/
.sorting_disabled,
.section-name-footer tr th {
	text-align: left;
}
.alias {
	width: 23%;
}
.num-fattura {
	width: 8%;
}
.mt-50 {
	margin-top: 50px;
}
.mt-10 {
	margin-top: 5px;
}
.mt-20 {
	margin-top: 20px;
}
.w-8 {
	width: 8%!important;
}
.w-38 {
	width: 38%;
}
.w-25 {
	width: 25%;
}
.w-20 {
	width: 20%;
}
.mb-20 h2 {
	margin-bottom: 20px;
}
tr.txt-left th {
	text-align: left;
}
a {
	color: var(--imn-light-blue);
}
.form-check-label {
	display: table-cell;
}
.btn-primary {
	background: var(--imn-light-blue);
	border-color: var(--imn-light-blue)!important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	background: var(--imn-blue)!important;
	border-color: var(--imn-blue)!important;
}
tfoot {
	display: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #ffffff;
    cursor: default;
    background-color: var(--imn-light-blue);
    border: 1px solid var(--imn-light-blue);
    font-size: 1rem;
}
.nav-tabs>li>a {
	font-size: 1rem;
}
.nav-tabs {
    border-bottom: 1px solid #289ad1;
	margin-bottom: 1rem;
    margin-top: 1rem;
}
.col-sm-12 {
	margin-top: 20px;
}
/*
i.fa.fa-sign-out-alt {
	transform: rotateZ(180deg);
}
*/
input[type=search].form-control.input-sm {
	margin-left: 10px;
}
.form-check.form-switch.form-switch-success {
	margin-top: 3px;
	margin-bottom: 8px;
}

.fileinput-browse-custom-class {
    height: 39px;
    padding-top: 8px;
}
.file-input > .file-preview > .fileinput-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 5px;
    color: #000;
}
.file-input > .file-preview:hover > .fileinput-remove {
    background-color: #eee;
    color: #333;
}
.navi li a i:first-child {
    width: 30px;
    margin-right: 5px;
}
.sidebar-arrowdown-icon {
    position: absolute;
    right: 0;
}
.menu-submenu {
    background-color: #2d3e62;
}
.navi .nav>li>a:hover, .navi .nav>li>a:focus {
    text-decoration: none;
    background-color: #0d296a;
}
.text-align-center {
    text-align: center !important;
}
.btn-custom-table-container {
    display: flex; 
    flex-direction: column;
    gap: 2px;
}
.btn-custom-table-container-row {
    display: flex;
    flex-direction: row;
    gap: 2px;
}
.btn-custom-table {
    padding: 1px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 20px;
    border: 1px solid;
    display: flex !important;
    margin-right: 0 !important;
    align-items: center;
    justify-content: flex-start;
}
.btn-custom-table i {
    margin-right: 2px;
}
.email-sollectio-monteore-container {
    width: 100%;
    border: 1px solid #f89595;
    font-size: 10px;
    border-radius: 5px;
    text-align: left;
    padding: 2px 5px;
    background: #ffcaca;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
}
.email-sollectio-monteore-container span {
    font-size: 10px;
}
.monteore-details-table-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn {
    outline: none !important;
}

@media all and (max-width: 1399px) {
    .btn-custom-table-container-row {
        flex-direction: column;
    }
}