/***************************************\
*                            			*
* author: BS Computer - Nemanja Zarić  *
* designer: BS Computer - Nina Zadrin   *
* email: office@bscomputer.com          *
*                            			*
\***************************************/

html {
    background: #edf1f5;
}

body {
    background-color: #edf1f5;
    overflow-x: hidden;
    color: hsl(34, 13%, 35%);
    font-size: 14px;
    font-family: Arial !important;
}

#app {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 0px;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
    display: inline-flex;
    width: 100%;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

a {
    color: hsl(34, 13%, 76%);
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: hsl(34, 13%, 76%);
    text-decoration: none;
}

.container {
    max-width: 1920px;
    width: 100%;
    justify-content: center;
    display: inline-flex;
}

input, select {
    height: 31px
}

.row {
    width: 100%
}

.col-form-label {
    padding: 0;
}

.form-check-input {
    height: 13px;
    margin-top: 0px;
    position: relative;
    margin-left: 5px
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

h5, .h5 {
    font-size: 1rem;
    opacity: .5;
    color: #000;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: hsl(34, 13%, 76%);
    opacity: 0.5;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: hsl(34, 13%, 76%);
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: hsl(34, 13%, 76%);
}

p {
    margin-bottom: 0.5rem
}

ul {
    width: 100%;
    list-style-type: none;
    display: inline;
}

span {
    font-size: 12px;
    text-align: left;
}

.col-md-4, .col-md-6, .col-md-5, .col-md-12 {
    text-align: left;
}

select {
    text-align: left;
}

.close span {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.table .table {
    background-color: transparent;
}

/****************** TOP NAVBAR*****************/

.logo {
    width: 100px
}

.navbar {

    z-index: 99999999999999999999999999999999999;
    padding: 0px;
    box-shadow: inset 0 3px 0 #c4b9ab;
    position: fixed;
    top: 0;
    max-width: 1920px;
    width: 100%;

}

#navbarSupportedContent {
    align-self: flex-end !important;
    line-height: 0px;
}

.navbar-nav {
    display: inline;
    padding-left: 80px;
	padding-right:80px
}

ul {
    width: 100%;
    list-style-type: none;
    display: inline;
}

.nav-item, .nav-link a {
    display: inline-block;
    color: #c4b9ab
}

.nav-item .dropdown {
    width: 100%;
    float: right;
    text-align: right;
}

.nav-item.active, .nav-item:hover {
    box-shadow: inset 0 3px 0 #f5855f;
    border-radius: 0px;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0px;
    margin-right: 1rem;
    font-size: 1.125rem;
    line-height: inherit;
    white-space: nowrap;
}

.dropdown-menu {
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #c4b9ab;
    padding: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px;
    clear: both;
    font-weight: 400;
    color: hsl(34, 13%, 35%);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    line-height: 22px;
    font-size: 15px;
    text-align: right;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: hsl(34, 13%, 5%);
    text-decoration: none;
    background-color: hsl(34, 13%, 76%);
}

.bg-light {
    background-color: #ffffff !important;
    box-shadow: 1px 0 7px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 1px 0 7px rgba(0, 0, 0, .05);
    -o-box-shadow: 1px 0 7px rgba(0, 0, 0, .05);
    -moz-box-shadow: 1px 0 7px rgba(0, 0, 0, .05);
}

.border-bottom {
    border: 0;
    box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2);
}

.user-header {
    text-align: center;
    font-family: Arial;
}

.user-header li {
    background: #f5855f !important;
    color: #ffffff;
    width: 100%;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 30px;
    padding-bottom: 25px;
    text-align: center;
    font-family: Arial;
    line-height: 0.2rem;
}

.user-body {
    border: none;
}

.user-body li {
    color: hsl(34, 13%, 76%);
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Arial;
    line-height: 0.2rem;
}

.user-footer {
    border: none;
    color: hsl(34, 13%, 76%);
}

.user-footer li {
    background: hsl(0, 0%, 97%);
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Arial;
    line-height: 0.2rem;
    font-size: 14px
}

.user-body .dropdown-item, .user-body .dropdown-item:hover,.user-body .dropdown-item:active,
.user-footer .dropdown-item,.user-footer .dropdown-item:hover,.user-footer.dropdown-item:active {
    display: block;
    width: 100%;
    padding: 0rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    padding-left: 0px;
    padding-top: 0px;
    font-size: 14px;
}


.dropdown-item, .dropdown-item:hover, .dropdown-item:active {
    display: block;
    width: 100%;
    padding: 0rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    padding-left: 10px;
    padding-top: 5px;
}

.dropdown-item:hover{
    background-color: #f1f1f1;;
}
/****************** FORM CONTROL*****************/

.form-control {
    border: 1px solid #F5F5F5;
}

.form-control:focus {
    color: #000000;
    background-color: #fff;
    border-color: #f5855f;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-group {
    margin-bottom: 1.5rem;
}

/****************** TABOVI *****************/

.tabs-content {
    width: 100%;
    background: transparent;
}

.tabs-header {
    padding-bottom: 0.25rem;
    margin-bottom: 0;
    background-color: transparent;
    color: hsl(34, 13%, 76%);
    border: none;
    border-radius: 0px;
    width: 100%;
 
}

.nav-tabs .nav-link {
    border-top: 3px solid transparent;
    margin-bottom: -2px;
    margin-right: 5px;
}

.nav-tabs .nav-link {
    border-top: 5px solid transparent;
    border-bottom: none;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: 0px;
    color: hsl(34, 13%, 35%);
	padding-left:0px;
	font-size:20px
}

.nav-tabs .nav-link .active {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-top-color: #93d8e4;
    border-bottom: none;
    background: transparent;
}

.nav-tabs .nav-link .active:hover {
    border-top-color: #93d8e4;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    color: hsl(34, 13%, 76%);
}

.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.tabs-body {
    padding-top: 25px
}

.footer-tabs {
    background-color: #f9f9f9;
    padding-bottom: 15px;
    padding-top: 15px;
    bottom: 0rem;
    margin-top: 50px;
    margin-bottom: -23px;
}

.tab-pane {
    padding-left: 2rem;
    padding-right: 2rem;
}

.nav-tabs {
    margin: -1px;
}

.nav-tabs .nav-link.active {
    background-color: #fff;
    border-top: 5px solid #f5855f !important;
}

.nav-tabs .nav-link.active:hover {
    background-color: #fff;
    border-top: 5px solid #f5855f !important;
}

.nav-link .naziv {
    margin-right: 150px
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f9f9f9;
    opacity: 1;
}

/****************** CARDS LOGIN *****************/

.card {

    width: 360px;
    margin: 7% auto;
    margin-top: 7%;
    border: 1px solid transparent;
    border-radius: 0px;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    padding-bottom: 1.25rem;
    padding-bottom: 2rem;
}

.card-header {
    padding-bottom: 0.25rem !important;
    padding-top: 1rem !important;
    margin-bottom: 0 !important;
    background-color: hsl(51, 0%, 100%) !important;
    color: hsl(193, 100%, 5%) !important;
    border: none !important;
    border-radius: 0px !important;
}

hr {
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #c4b9ab;
    width: 90%;
    text-align: center;
}

.card>hr {
    margin-right: 5%;
    margin-left: 5%;
}

.form-control {
    display: block;
    width: 100%;
    height: 31px;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.6;
    color: hsl(34, 13%, 35%);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c4b9ab;
   border-radius: 5px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #000000;
    background-color: #fff;
    border: 1px solid #f5855f;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
    color: #777;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.glyphicon {
    position: absolute;
    top: 7px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-envelope::before {
    content: "\2709";
}

.glyphicon-lock::before {
    content: "\e033";
}

.card .btn-link, .card .btn-link:hover .card .btn-link:active, .card .btn-link:focus {
    font-weight: 400;
    color: hsl(34, 13%, 76%);
    background-color: transparent;
    padding: 0rem;
    text-decoration: none;
}

.btn {
    border: none;
}

.card .btn-link:hover {
    text-decoration: none;
}

.card .login {
    color: #001a22;
    background-color: #93d8e4;
    border-color: none;
    width: 100%;
    border-radius: 0px
}

.card .login:active {
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc;
    width: 100%
}

.card .login:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    border-color: #3490dc;
}

/****************** CONTENT *****************/

.content {
    background: #edf1f5;
    z-index: 0;
    text-align: center;
}

.links {
    padding-top: 3rem;
}

.links>a {
    color: #001a22;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

/*************BUTTONS ***********************/

.btn-light, .btn-light:hover, .btn-light:focus, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show>.btn-light.dropdown-toggle, .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show>.btn-light.dropdown-toggle:focus {
    color: hsl(34, 13%, 35%);
    background-color: transparent;
    border-color: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    box-shadow: none;
    min-width: 120px;
}

.btn:active, .btn:focus, .btn:hover {
 
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dodaj {
    height: 31px;
    background: transparent;
    color: hsl(34, 13%, 76%);
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
    padding-left: 0px;
    padding-right: 0px;
    position: absolute;
    bottom: 0;
    right: 18px;
}

.dodaj:hover, .dodaj:focus, .dodaj:active, .dodaj:not(:disabled):not(.disabled):active, .dodaj:not(:disabled):not(.disabled):active:focus {
    height: 31px;
    background: transparent;
    color: hsl(34, 13%, 76%);
    border: none;
    box-shadow: none;
}

.printButton {
    background: transparent;
    background-color: transparent !important;
    color: hsl(15, 61%, 98%);
    padding: 15px 10px;
    line-height: 0px;
    border: none;
    border-radius: 0px;
    padding: 15px 10px;
    line-height: 0px;
}

.emailButton, .emailButton:hover, .emailButton:focus {
    background: transparent;
    background-color: transparent !important;
    color: hsl(15, 61%, 98%);
    padding: 15px 10px;
    line-height: 0px;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid hsl(15, 61%, 98%);
    padding: 15px 10px;
    line-height: 0px;
}

.swal-button--cancel, .btn-back, .swal-button--cancel:hover {
    background: transparent;
    background-color: transparent !important;
    border: none !important;
    color: hsl(0, 0%, 24%);
    padding: 15px 10px;
    line-height: 0px;
}

.swal-button--danger, .btn-save, .swal-button--danger:hover {
    background-color: #f5855f !important;
    background: #f5855f !important;
    color: hsl(15, 61%, 98%);
    border: none !important;
    border-radius: 0px;
    padding: 15px 10px;
    line-height: 0px;
}

.btn-group .btn+.btn {
    margin-left: 10px;
}

.btn-add {
    background: #f5855f;
    color: hsl(15, 61%, 98%);
    border: none;
    border-radius: 0px;
    padding: 15px 10px;
    line-height: 0px;
}

.primary2, .primary2:hover, .primary2:focus {
    width: 50%;
    text-align: center
}

.btn-success, .primary2, .primary2:hover, .primary2:focus, .primary, .primary:hover, .primary:focus, .excelButton, .excelButton:hover, .excelButton:focus, .excelButton:active, .buttons-pdf, .buttons-pdf:hover, .buttons-pdf:active, .buttons-pdf:focus, .buttons-csv, .buttons-csv:hover, .buttons-csv:focus, .buttons-csv:active {
    background: #f5855f !important;
    color: hsl(15, 61%, 98%) !important;
    border: none !important;
    border-radius: 0px !important;
    padding: 15px 10px !important;
    line-height: 0px !important;
}

.primary2, .primary2:hover, .primary2:focus {
    width: 250px !important;
    text-align: center !important;
}
.primary2:hover {
    color:#3e3e3e !important;
}
.primary3 {
    background: transparent !important;
    color: hsl(34, 13%, 25%) !important;
    border: 1.5px solid #f5855f !important;
}

.excelButton, .excelButton:hover, .excelButton:focus, .excelButton:active, .buttons-pdf, .buttons-pdf:hover, .buttons-pdf:active, .buttons-pdf:focus, .buttons-csv, .buttons-csv:hover, .buttons-csv:focus, .buttons-csv:active {
    padding: 15px 10px !important;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.secondary, .secondary:hover, .secondary:focus, .secondary:active {
    background: transparent;
    color: hsl(34, 13%, 35%);
    border: 1px solid #f5855f;
    border-radius: 0px;
    padding: 15px 10px;
    line-height: 0px;
}

.tertiary, .tertiary:hover, .tertiary:focus {
    background: transparent;
    color: hsl(34, 13%, 35%);
    border: none;
    border-radius: 0px;
    padding: 15px 10px;
    line-height: 0px;
}

/************************MODAL BOX*****************************/

.modal-dialog {
    margin-top: 185px;
    max-width: 700px;
}
.modal-dialog-lg {
    margin-top: 185px;
    max-width: 1000px;
}
.modal-content {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0rem;
    outline: 0;
}

.modal-header {
    border: none;
    border-bottom: 1px solid #dee2e6;
}

.modal-body {
    border: none;
    padding: 0px;
    padding-top: 15px
}

.modal-footer {
    border: none;
    background: #f9f9f9;
}

/**************************TABLE*****************************/

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    z-index: 0;
    display: block;
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.7875rem;
    word-wrap: break-word;
    opacity: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip,.tooltip:hover {
    display: inline-block;
    position: relative;
    border-bottom: none;

    color: black;
}

.tooltip .tooltiptext {
    min-width: 200px;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -100%);
    padding:5px;
	color: white;
	background-color: black;
    font-weight: normal;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    z-index: 9;
    box-sizing: border-box;
    display: none;
}
.tooltipHref {
    text-decoration: underline;
}
.tooltip:hover .tooltiptext {
    display: block;
}

.tooltip .tooltiptext i {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 12px;
    overflow: hidden;
}

.tooltip .tooltiptext i::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #000;
}

.table td, .table .table td {
    padding: 5px;
    padding-left: 0.75rem;
    vertical-align: top;
    border-top: none;
    border-top: 1px solid #ccc;
}

.table tbody tr {
    border-top: 1px solid #c4b9ab;
}

table.dataTable {
    border-collapse: collapse;
    border-spacing: 0;
}

.table .table {
    background: #f9f9f9;
    padding-bottom: 50px;
    padding-right: 0px;
    padding-top: 20px
}

.table-content {
    width: 100%;
    background: #ffffff;
}

.table-header {
    padding-bottom: 0.25rem;
    margin-bottom: 0;
    background-color: #fff;
    color: hsl(34, 13%, 76%);
    border: none;
    border-radius: 0px;
    width: 100%;
}

.table-body {
    padding-top:0px
	
}

.table td {
    padding: 5px;
    vertical-align: middle;
    border-top: 1px solid #e6e6e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f9f9f9;
    border-top: none;
}

.table-hover tbody tr:hover {
    background-color: #f9f9f9;
}

.table-bordered td {
    border: 1px solid #f9f9f9;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 20px;
    padding-bottom: 20px
}

div.dataTables_wrapper div.dataTables_paginate {
    padding-bottom: 20px
}

.page-item.active .page-link {
    background: #f5855f;
    color: #fff;
    border-color: #f5855f;
}

.page-link, .page-link:hover, .page-link:focus {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #232425;
    background-color: #fff;
    border: 1px solid #f5855f;
    box-shadow: none
}

.page-item.disabled .page-link {
    color: hsl(34, 13%, 35%);
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border: 1px solid #f5855f;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
}

.alert, .alert-success, .alert-danger {
    margin-bottom: 0rem;
    width: 100%;
    border-radius: 0px;
}

.alert-success {
    color: hsl(34, 13%, 76%);
    background-color: hsl(193, 100%, 84%);
    border-color: hsl(193, 100%, 84%);
}

.dataTables_length, .dataTables_filter {
    padding-top: 0px;
    padding-bottom: 15px;
}

.table .table {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 10px;
    padding-top: 10px;
}

table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    padding-right: 30px;
    padding-left: 5px;
}

.swal-icon--warning {
    border-color: hsl(193, 100%, 84%) !important;
}

.swal-icon--warning__body, .swal-icon--warning__dot {
    background-color: hsl(193, 100%, 84%);
}

.custom-select {
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
}

.activeLi {
    background-color: hsl(193, 100%, 15%);
}

.activeLi i {
    color: white;
}

.box {
    width: 100%;
    padding-left: 0px;
}

.box .col-md-2 {
    padding-left: 0px;
}

.dropdown-menu {
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 0px;
    margin: 2px 0 0;
    margin-right: 0px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
    margin-right: 0.5rem;
    border-radius: 0px 0px 5px 5px;
}

.typeahead{
    height: 100px;
    overflow: auto;
}

label {

    display: inline-block;
    margin-bottom: 0.5rem;
    margin-left: 15px;
    font-weight: bold

}

.dataTables_scrollBody {
    overflow: visible !important;
}









.nav-tabs {

    border-bottom: none;

}
.tabs-header {
	display:inline-block
}

 .left-tab {
	float:left;
	width:30%
}

 .right-tab {
 
	width:70%;
	text-align:right
}

.right-tab .naziv{

}
.btn-tabs,
.btn-tabs:hover {
	border:1px solid #f5855f ;
	border-radius:25px;
	color:#232526 !important;
}
 
.btn-tabs:focus-visible  .fas,
.btn-tabs:focus-visible .far{
	color:#f5855f;
	cursor:pointer;
}

.btn-tabs:focus-visible {
	border:1px solid #f5855f ;
	border-radius:25px;
	color:#232526 !important;
}
 
.btn-tabs:hover,
.btn-tabs-ip:hover
{
	border:1px solid #f5855f ;
	background-color:#f5855f ;
	border-radius:25px;
	color:#fff !important;
	 box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
	 
}
 

.btn-tabs:hover .fas,
 
.btn-tabs:hover .far {
	color:#fff;
	cursor:pointer;
}

.btn-tabs-ip
 {border:1px solid #f5855f ;
	border-radius:25px;
	color:#232526 !important;
	width:250px;
	text-align:center;
}
.fas,.far{
	color:#f5855f ;	 
		cursor:pointer;
}

.tableIcon:hover{
 box-shadow: 0 2px 3px 0 hsla(0, 0%, 0%, 0.2);	 
 cursor:pointer
 
}
 .fas:focus,.far:focus, .tableIcon:focus{
 box-shadow: 0 1px 2px 0 hsla(0, 0%, 0%, 0.2);	 
 cursor:pointer
 }


.tableIcon {
	padding:15px;
	border-radius:25px;
	background-color:#ffffff;
}

.fa-user-alt,.fa-server, .tableP{
	background-color:rgba(245,133,95,0.1 );
	padding:15px;
	border-radius:25px
}

 
#datatable_wrapper .row:last-child{
	background-color:#fff ;
	padding-top:25px;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
	padding-left:20px;
	padding-right:20px
}
#datatable_wrapper .row:first-child{
	background-color:#fff ;
	padding-top:25px;
	 
	padding-left:20px;
	padding-right:20px
}
thead tr{
	background-color:transparent;
	border:none;
	margin-top:20px;
	border-left:3px solid white;
	
}

#datatable_wrapper tr {
	background-color:#fff;
	border:none;
	margin-top:20px;
	border-left:3px solid white;
	
}

#datatable_wrapper tr td {
padding-top: 0;
padding-bottom: 0;
margin-top:20px;
 

}

table.dataTable {
    clear: both;
    margin-top: 0px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

 #datatable_wrapper tr td:first-child {

border-left: 3px solid #fff;

}
 #datatable_wrapper tr:hover td:first-child {

border-left: 3px solid #f5855f;

}
 #datatable_wrapper .col-sm-12{
	padding:0
}

thead tr{
	background-color:transparent !important;
	border:none;
	margin-top:20px;
	border-left:3px solid white;
	
}

.table thead th {
    vertical-align: bottom;
    border-bottom:none;
    border-top: none;
}

.modal-content{
	border-top-left-radius: 25px;

border-top-right-radius: 25px;
border-bottom-left-radius: 25px;

border-bottom-right-radius: 25px;

padding-top: 0px;
}

.inputPass{
	text-align:center;
}
.show{
	background-color: rgba(0,0,0,0.6);
}

body{
	    padding-right: 0 !important;
}
.modal-open {
  overflow-y:scroll;
    padding-right: 0 !important;
}
 .dropdown-item:hover {

    background-color: #f1f1f1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

}
.dropdown-item,
.dropdown-item:hover,
.dropdown-item:focus{
	padding-bottom:10px;
	padding-top:10px;
}

.modal-footer {
border-bottom-left-radius: 25px;

border-bottom-right-radius: 25px;
}

 .pt-4, .py-4 {
    padding-top: 0 !important;
}
#message {
    position: absolute;
    top: 70px;
    z-index: 9;
}

.alert-success {

    color:#f5855f;
    background-color: white;
    border-color: #f5855f;
	border-radius: 25px;
	text-align: center

}

.alert-danger {

    color: #fff;
    background-color: #f5855f;
    border-color:#fff;
	border-radius: 25px;
	text-align: center

}

.dataTables_scrollHead{
	background:#fff;
}

.page-item:first-child .page-link{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;

}

.page-item:last-child .page-link {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
#navbarSupportedContent{
	box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
}
#datatable{
	background:#fff
}

.tabs-header{
	background-color:#fff;
	padding-top:15px;
	border-top-left-radius: 25px;
border-top-right-radius: 25px;
padding-left: 20px;
padding-right: 20px;
	
}

.modal {
 
    overflow: scroll !important;

}