@import url(https://fonts.googleapis.com/css?family=PT+Sans);

body {
	width: 100%;
	height: 100%;
	background-color: #E6E6E6;
	font-size: 14px !important;
	font-family: 'PT Sans', sans-serif !important;
}

.hide-class {
	display: none !important;
}

.login-box {
    width: 420px;
    padding: 15px;
    background-color: white;
    margin: 0 auto;
    margin-top: 100px;
    border-radius: 1px;
}

.login-box-title {
	text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}

.login-box-title i {
	margin-right: 8px;
	color: lightgrey;
}

.edited-input {
	width: 100%;
    height: 40px;
    border: 1px solid #E6E6E6;
    padding-left: 10px;
    outline: none;
}

.edited-textarea {
    width: 100%;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    padding: 10px;
    box-shadow: none;
}

.captcha-input {
    width: 60%;
    float: left;
}

.capcha-code {
    height: 40px;
    margin-left: 10px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #EFEFEF;
    padding-top: 10px;
    color: grey;
    font-weight: bold;
    font-size: 15px;
}

.icon-reload-captcha {
	font-size: 18px !important;
    color: #81ca00;
    margin-left: 5px;
    padding-top: 12px;
    cursor: pointer;
}

.height-10 {
	height: 10px;
}

.btn-primary {
	background-color: #3d4e60 !important;
    border: none !important;
    border-radius: 2px !important;
    border-color: #3d4e60 !important;
    height: 40px;
}

.btn-default {
	color: grey !important;
    font-weight: normal !important;
    border-radius: 2px !important;
    border-color: lightgrey !important;
    height: 40px;
}

.invalid {
	border: 1px solid red !important;
}

.sidebar {
	width: 17%;
    background-color: #3d4e60;
    height: 100%;
    padding: 10px;
    padding-left: 0;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
}

.all0 {
	margin: 0 !important;
	padding: 0 !important;
}

.ul-sidebar-menu {
	list-style: none;
    height: 80vh;
    overflow: auto;
}

.ul-sidebar-menu::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

.ul-sidebar-menu::-webkit-scrollbar-track {
    background: transparent;

}

.ul-sidebar-menu::-webkit-scrollbar-thumb {
    background-color: #0D6668 !important;
    border-radius: 5px !important;
}

.ul-sidebar-menu li {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-left: 10px;
    position: relative;
}

.ul-sidebar-menu li:hover {
	background-color: rgba(255,255,255,.1);
}

.ul-sidebar-menu li.selected {
    background-color: rgba(255,255,255,.1);
}

.ul-sidebar-menu li a {
    text-decoration: none;
    color: white;
    font-size: 17px;
    cursor: pointer;
}

.ul-sidebar-menu li a:hover {
	text-decoration: none;
}

.ul-sidebar-menu li i {
	margin-right: 10px;
}

.ul-sidebar-menu li i.right-icon {
    float: right;
    margin-top: 3px;
}

.ul-sidebar-menu li i.right-icon:hover {
    color: red;
}

.ul-sidebar-menu li label {
    font-size: 11px;
    position: absolute;
    right: 10px;
    margin-top: 4px;
    padding: 3px;
}

.right-content {
    margin-left: 18%;
}

.top-bar {
    width: 100%;
    padding: 18px;
    background-color: white;
    box-shadow: 0px 2px 1px rgba(0,0,0,.01);
}

.user-image {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 15px;
}

.connected-user {
    float: left;
    font-size: 16px;
    margin-right: 40px;
    margin-top: 5px;
    color: #444;
}

.user-logout {
	float: left;
    margin-top: 5px;
    margin-right: 40px;	
}

.user-logout a {
	text-decoration: none;
	color: #444;
}

.user-logout a:hover {
	text-decoration: none;
}

.user-logout a i {
	margin-right: 8px;
}

.user-details {
    float: right;
}

.page-content {
    margin-top: 15px;
    background-color: white;
    min-height: 80%;
    padding: 20px;
    box-shadow: 0px 2px 1px rgba(0,0,0,.01);
    padding-bottom: 100px;
}

.dashboard-content {
    text-align: center;
    font-size: 35px;
    color: lightgrey;
    padding-top: 150px;
}

.page-end {
    width: 82%;
    height: 85px;
    background-color: #3d4e60;
    margin-top: 15px;
    padding: 28px;
    font-size: 16px;
    color: white;
    position: fixed;
    bottom: 0;
    z-index: 99;
}

.page-title {
	font-size: 18px;
    color: #444;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 5px;
    padding-left: 10px;
}

.page-title span {
	position: relative;
	top: 5px;
}

.md-style {
	padding: 2px !important;
	margin: 0 !important;
}

.edited-select {
	border: 1px solid #E6E6E6;
	height: 40px;
	outline: none;
}

.w100 {
	width: 100%;
}

.chosen-container-single .chosen-single {
	height: 40px;
}

.chosen-container-single .chosen-single span {
	padding-top: 8px;
}

.all-partners {
    width: 100%;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #EFEFEF;
}

.partners-title {
    padding-left: 10px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.btn-export-invoice {
	width: 100%;
	outline: none;
}

#custom_modal::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

#custom_modal::-webkit-scrollbar-track {
	background: transparent;

}

#custom_modal::-webkit-scrollbar-thumb {
	background-color: #0D6668 !important;
	border-radius: 5px !important;
}

.modal-content {
	border-radius: 3px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-clip: inherit;
}

.modal-title {
    text-align: center;
    font-size: 22px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.modal-body {
    background-color: #f8fafb;
}

.modal-body table tr td {
	background-color: white;
}

.modal-footer {
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

#tot {
	position: fixed;
	left:0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 1001;
	background-color: black;
	opacity:0.7;
	display: none;
}

.import-iframe {
	width: 100%;
    height: 350px;
    border: 0;
    background-color: white;
}

#tot3 {
	position: fixed;
	left:0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 1041 !important;
	background-color: black;
	opacity:0.2;
	display: none;
}

#custom_modal::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

#custom_modal::-webkit-scrollbar-track {
	background: transparent;
}

#custom_modal::-webkit-scrollbar-thumb {
	background-color: #0D6668 !important;
	border-radius: 5px !important;
}

#custom_modal_hover::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

#custom_modal_hover::-webkit-scrollbar-track {
	background: transparent;
}

#custom_modal_hover::-webkit-scrollbar-thumb {
	background-color: #0D6668 !important;
	border-radius: 5px !important;
}

.file-browse {
	margin-left: 0px;
    opacity:0.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    position: absolute;
}

.upload-home-bg {
	width: 80%;
    float: left;
    padding: 8px;
    border: 1px solid #E6E6E6;
    color: grey;
    padding-left: 12px;
}

.upload-home-bg i {
	margin-right: 7px;
}

.browse-big {
	width: 74px;
    height: 38px;
    right: 14px;
}

.btn-choose-img {
	width: 20%;
    height: 38px;
    border: 0;
    background-color: #3d4e60;
    color: white;
    float: left;
}

.modal-sm {
	width: 300px;
    margin: 20px auto;
}

#custom_modal_sm::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

#custom_modal_sm::-webkit-scrollbar-track {
	background: transparent;
}

#custom_modal_sm::-webkit-scrollbar-thumb {
	background-color: #0D6668 !important;
	border-radius: 5px !important;
}

.checkbox-edited {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    background-color: white;
    border-radius: 2px;
    text-align: center;
    padding-top: 1px;
    color: #DF0101;
    font-size: 16px;
    cursor: pointer;
    float: left;
    margin-right: 12px;
    padding-left: 1px;
}

.checkbox-edited i {
    display: none;
}

.checkbox-edited.checked i {
    display: block;
    color: #DF0101;
}

.current-firm {
    float: left;
    font-size: 13px;
    text-align: right;
    margin-right: 20px;
    position: relative;
    top: 3px;
    font-weight: normal;
    font-style: italic;
}

.companies-content {
    width: 100%;
    height: 350px;
    overflow: auto;
}

.import-data {
    width: 100%;
    height: 400px;
    overflow: auto;
}

.invisible-textarea {
    border: none;
    background-color: transparent;
    outline: none;
    cursor: default;
    box-shadow: none;
    border-radius: 0;
    overflow: none;
    width: 100%;
    overflow: hidden;
    resize: none;
}

.wh30 {
    width: 30px;
    height: 30px;
    padding: 5px !important;
    float: left;
    margin-right: 5px;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: none !important;
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    border-right: 1px solid #E6E6E6 !important;
}

.table-bordered>tbody>tr>td {
    border-right: 1px solid #E6E6E6 !important;
}

.table-bordered>thead>tr>th {
    text-align: center;
    line-height: 18px;
    vertical-align: top;
}

.dataTables_filter input {
    padding: 5px !important;
    padding-left: 10px !important;
    outline: none !important;
    box-shadow: none;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    margin-left: 20px !important;
    margin-bottom: 8px !important;
}

.dataTables_length select {
    padding: 5px !important;
    border: 1px solid #E6E6E6;
    outline: none !important;
    margin-left: 5px !important;
    margin-right: 8px !important;
    border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: inherit !important;
    background-color: #3d4e60 !important;
    color: white !important;
    border: none !important;
    border-radius: 2px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: inherit !important;
    background-color: #3d4e60 !important;
    color: white !important;
    border: none !important;
    border-radius: 2px !important;
}

.dataTables_info {
    font-size: 14px !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid whitesmoke;
}

table.dataTable tbody tr.selected {
    background-color: #3d4e60 !important;
}

table.dataTable tbody tr.selected td {
    color: white !important;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #3d4e60;
    border-radius: 3px !important;
}

.dataTables_scrollBody::-webkit-scrollbar {
    /* display: none; */
    background: transparent !important;
    width: 5px !important;
    height: 10px !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #EFEFEF !important;
}

.img-btn {
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 8px;
}

.tab-pane-edited {
    border: 1px solid #ddd !important;
    background-color: #FAFAFA !important;
    border-top: 0 !important;
    padding-top: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.ul-tabs {
    border-bottom: 0px !important;
}

.ul-tabs li.active a {
    color: #444 !important;
    font-weight: 500 !important;
    margin-right: 0 !important;
}

.ul-tabs li a {
    color: grey !important;
    font-size: 13px !important;
}

.flag-img {
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 12px;
}

.relativepos {
    position: relative;
}

.hidden-alert {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f8fafb;
}

.ul-sidebar-menu li.disabled-menu {
    background-color: rgba(255,0,0,.3);
}

.bottom-item {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.upload-bar {
    width: 100%;
    padding: 10px;
    border: 1px solid #E6E6E6;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.file_browse {
    margin-left: 0px;
    opacity:0.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    position: absolute;
}

.full-width {
    width: 100%;
}

.md3_style {
    margin: 0 !important;
    padding: 2px !important;
}

.compensare-group {
    background-color: #EFEFEF;
    padding-top: 10px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.delete-group-compensari {
    position: relative;
    top: -8px;
    right: 18px;
}

.delete-group-compensari a {
    color: red;
    text-decoration: none;
}

.loader-input-compensari {
    position: absolute;
    right: 27px;
    top: 12px;
    color: grey;
}

.left-border {
    border-left: 1px solid #E6E6E6;
    padding-left: 20px;
}

.loader-icon {
    position: absolute;
    right: 30px;
    top: 13px;
}

.ul-filters {
    list-style: none;
}

.ul-filters li i {
    font-size: 14px;
    color: grey;
}

.ul-filters li {
    float: left;
    margin-right: 15px;
}

.ul-filters li span {
    font-weight: bold;
}

.ul-filters li .input-filter {
    width: 50px;
    border: 1px solid #E6E6E6;
    margin-left: 2px;
}

.ul-filters li.li-input {
    position: relative;
    top: -2px;
}

.ul-clean-alert {
    list-style: none;
}

.ul-clean-alert li {
    padding-top: 3px;
    padding-bottom: 3px;
}

#custom_modal_lg::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

#custom_modal_lg::-webkit-scrollbar-track {
    background: transparent;

}

#custom_modal_lg::-webkit-scrollbar-thumb {
    background-color: #0D6668 !important;
    border-radius: 5px !important;
}

.select-only-pages {
    height: 30px;
    padding: 2px !important;
    float: right;
    position: relative;
    top: -6px;
    margin-left: 10px;
    max-width: 160px;
}

.preview-invoice {
    width: 100%;
    min-height: 75vh;
}

.chosen-container {
    width: 100% !important;
}

.height-5 {
    height: 5px;
}

.h30 {
    height: 30px;
}

.bambinice-textarea {
    overflow-y: auto !important;
}

.bambinice-textarea::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

.bambinice-textarea::-webkit-scrollbar-track {
    background: whitesmoke;

}

.bambinice-textarea::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 5px !important;
}

.disabled-button-efactura {
  background-color: #d9534f;
  background: -webkit-repeating-linear-gradient(
    45deg,
    #d9534f,
    #d9534f 10px,
    #c9302c 10px,
    #c9302c 20px
  );
  background: -moz-repeating-linear-gradient(
    45deg,
    #d9534f,
    #d9534f 10px,
    #c9302c 10px,
    #c9302c 20px
  );
  background: -o-repeating-linear-gradient(
    45deg,
    #d9534f,
    #d9534f 10px,
    #c9302c 10px,
    #c9302c 20px
  );
  background: -ms-repeating-linear-gradient(
    45deg,
    #d9534f,
    #d9534f 10px,
    #c9302c 10px,
    #c9302c 20px
  );
  background: repeating-linear-gradient(
    45deg,
    #d9534f,
    #d9534f 10px,
    #c9302c 10px,
    #c9302c 20px
  );
  color: white !important;
  border: none;
  padding: 10px 20px;
  border-radius: 5px !important;
  cursor: not-allowed;
  opacity: 0.7;
  outline: none !important;
}

.associated-rows ul {
    list-style: none;
}

.associated-rows ul li {
    display: inline-block;
  padding: 6px;
  border: 1px solid grey;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
  color: grey;
}

.associated-rows ul li:hover {
    background-color: grey;
    color: white;
}

.selected-row-responses-efactura td {
    background-color: #EFEFEF !important;
}

.show-hide-menu-elements {
    width: 100%;
    height: 15px;
    color: white;
    text-align: center;
    font-size: 10px;
    padding-top: 3px;
    cursor: pointer;
}

.show-hide-menu-elements:hover {
    background-color: #2f3d4d;
}

.btn-phone-menu {
    display: none;
}

.user-details {
    display: flex;
    flex-direction: row;
    align-items: end;
}

.pull-right-phone {
    float: right;
}

@media (max-width: 650px) {
    .sidebar {
        display: none;
    }

    .pull-right-phone {
        float: inherit;
    }

    .right-content {
        margin-left: 0;
    }

    .btn-phone-menu {
        display: block;
        background-color: #3d4e60;
        color: white;
        font-size: 14px;
        padding: 8px;
        border: 0;
        outline: none;
        border-radius: 3px;
    }

    .page-end {
        width: 100%;
    }

    .top-bar {
        display: grid;
        position: relative;
        grid-template-columns: 15% 40% 45%;
    }

    .top-bar .col-md-3, .top-bar .col-md-6 {
        position: inherit;
        padding: 0;
    }

    .user-details {
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    .user-details .connected-user, .user-details .user-logout {
        margin-right: 0;
    }

    .phone-menu {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .8);
        z-index: 99999;
    }

    .ul-sidebar-menu {
        height: calc(100vh - 100px);
    }

    .current-firm {
        margin-top: 20px;
        margin-bottom: 10px;
        float: right;
    }

    .init-firm-buttons {
        display: inline-flex;
    }

    .orders-buttons {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 1px;
        margin-bottom: 10px;
    }

    .orders-search {
        display: grid;
        grid-template-columns: 70% 30%;
    }

    .site-options-buttons {
        float: inherit !important;
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 1px;
        margin-top: 15px;
    }

    .compensari-buttons {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        margin-top: 10px;
    }

    .responsive-table {
        width: 100%;
        overflow: auto;
    }

    .efactura-responses-buttons {
        display: grid;
        grid-template-columns: 50% 50%;
        margin-bottom: 25px;
        gap: 1px;
    }
}