/*
    CUSTOM CSS
*/

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}
.alert {
    border-radius: 0;
}


span.req {
    color: red;
}
.btn.btn-tooltip {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    text-align: center;
    /*line-height: 14px;*/
    padding: 0;
    cursor: help;
    box-sizing: border-box;
    margin: 0 5px;
}
.btn.btn-tooltip i.fa {
    font-size: 11px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    margin: 0;
    padding: 0;
    display: block;
}
 .table-section h4 {
    padding: 5px 0;
    margin: 0;
 }

.custom-pull-updown {
    color: #666666;
    cursor: pointer;
}
td .custom-pull-updown {
    opacity: 0.5;
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

tr:hover td .custom-pull-updown,
td .custom-pull-updown:hover {
    opacity: 1;
}
tr:hover td tr td .custom-pull-updown,
tr:hover td tr:hover td .custom-pull-updown {
    opacity: 0.5;
}
tr td tr:hover td .custom-pull-updown {
    opacity: 1 !important;
}
.custom-flex-align {
    display: flex;
    align-items: center;
}

.table-custom-rzz tr th:first-child,
.table-custom-rzz tr td:first-child {
    text-align: center;
 }
 .table-custom-rzz tr th:last-child,
 .table-custom-rzz tr td:last-child {
    text-align: right;
    width: auto;
    min-width: 0;
    /*width: 10%;*/
    min-width: 100px;
 }
 .table-custom-rzz .custom-repeater-table tr th:last-child {
    text-align: left;
 }
 .table-custom-rzz tr td a:hover {
    text-decoration: underline;
 }
 td,
 th {
    vertical-align: middle !important;
 }
 /*
 .table-custom-rzz tr th {
    vertical-align: middle;
 }

 .table-custom-rzz tr:hover td {
    background-color: rgba(0,0,0,0.015);
 }
 .table-custom-rzz tr:hover td table td {
    background: #ffffff;
 }*/




 /* CUSTOM BOX MODEL */
 .rzz-box {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.05);
    margin-bottom: 10px;
 }


 .table-custom-rzz thead tr th {
    /*background-color: #cccccc;*/
    /*background-color: #3c8dbc;*/
    /*color: #ffffff;*/
    border-bottom: 1px solid #1f2d32;
 }
.table-custom-rzz tfoot tr th {
    border-top: 1px solid #1f2d32;
}

.margin-right-5 {
    margin-right: 5px;
}
.btn-xs .margin-right-5 {
    margin-right: 3px;
    margin-left: 2px;
}
.box-title-label {
    display: block;
    float: left;
    font-size: 0.6em;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0 4px;
    height: 16px;
    line-height: 16px;
    margin-top: 1px;
}

/* CUSTOM HACK PENTRU ICON PLUS IN EXPAND/COLLAPSE BOX */
.fa.fa-plus.margin-right-5:before {
    content: "\f067" !important;
}
.btn.btn-box-tool.btn-mini-collapse {
    height: 22px;
    width: 22px;
    margin: -3px 5px 0 0;
    line-height: 22px;
    text-align: center;
    padding: 0;
}
.collapsed-box .btn.btn-box-tool.btn-mini-collapse .fa-minus:before {
    content: "\f067" !important;
}

/* CUSTOM HACK PENTRU ICON IN GRUP EXPAND/COLLAPSE */
.btn.btn-box-tool.btn-mini-collapse.collapsed .fa-minus:before {
    content: "\f067" !important;
}
.collapse .table {
    margin-top: 10px;
    margin-bottom: 0;
}
td .collapse {
    width: 100%;
    clear: both;
}

/* BOX IN BOX MARGINS */
.box .box {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* CUSTOM GREY WARNING */
.custom-centered-notification {
    display: block;
    padding: 20px;
    border: 1px solid #eeeeee;
    background: #fafafa;
    border-radius: 3px;
    text-align: center;
    color: rgba(0,0,0,0.8);
}


/* PANEL TIPURI DATE - APARE LA CONFIGURAREA UNUI CAMP, IN MODAL */
.panel-tipuri-date,
.panel-tipuri-date.col-sm-12 {
    display: block;
    padding: 20px 20px 5px 20px;
    margin-bottom: 15px;
    /*border: 1px solid #eeeeee;*/
    /*border: 1px solid #Â¸;*/
    background: #dff0d8;
    border-radius: 3px;
    position: relative;
}
.panel-tipuri-date {
    position: relative;
}
.panel-tipuri-date:after {
    display: block;
    width: 10px;
    height: 10px;
    background: #dff0d8;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    content: '';
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* CUSTOM SELECT NOMENCLATOR, LA ADAUGARE TIP CAMP */
.custom-select-nomenclator .label {
    font-size: 13px;
}

.custom-input-form {
    /*max-width: 780px;*/
}
.custom-post-text {
    font-style: italic;
    padding: 3px;
    opacity: 0.8;
}







/*
    START CUSTOM STYLES
*/

*,
h1,
h2,
h3,
h4,
.modal-content {
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Roboto Condensed', sans-serif;*/
}
span.label {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.dataTables_info {
    padding: 10px 0;
    font-size: 13px;
    line-height: 14px;
}

.table-striped>tbody>tr:hover td:first-child,
.table-striped>tbody>tr:hover table>tbody>tr:hover td:first-child {
    background: #337ab7;
    color: #fff;
    position: relative;
}
.table-striped>tbody>tr:hover td:first-child a.custom-pull-updown,
.table-striped>tbody>tr:hover td:first-child a.custom-pull-updown .fa,
.table-striped>tbody>tr:hover table>tbody>tr:hover td:first-child a.custom-pull-updown,
.table-striped>tbody>tr:hover table>tbody>tr:hover td:first-child a.custom-pull-updown .fa {
    color: #fff;
}
.table-striped>tbody>tr:hover td:first-child:after,
.table-striped>tbody>tr:hover table>tbody>tr:hover td:first-child:after {
    display: block;
    width: 8px;
    height: 8px;
    background: #337ab7;
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: -5px;
    margin-top: -4px;
    content: '';
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    z-index: 2;
}
.table-striped>tbody>tr:hover table>tbody>tr td:first-child {
    color: #333333;
    background: none;
}
.table-striped>tbody>tr:hover table>tbody>tr td:first-child:after {
    display: none;
}
.table-striped>tbody>tr:hover table>tbody>tr td:first-child a.custom-pull-updown,
.table-striped>tbody>tr:hover table>tbody>tr td:first-child a.custom-pull-updown .fa {
    color: #666666;
}

h3.custom-box-title {
    font-size: 20px;
    margin: 0;
    padding: 0;
}


/* Modal header+close */
.modal-header {
    padding-right: 50px;
    position: relative;
}
.modal-header .close {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 0;
    line-height: 50px;
    text-align: center;
}


.custom-nomenclator-config {
    padding: 10px;
    margin: 0 0 0 10px;
    /*background: rgba(255,255,255,0.75);
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 3px;*/
}

@media (max-width: 992px) {
    .hide-on-mobile {
        display: none;
    }
}

tr.odd.bg-success,
tr.even.bg-success {
    background-color: #dff0d8 !important;
}
tr.odd.bg-warning,
tr.even.bg-warning {
    background-color: #fcf8e3 !important;
}

.nav-tabs-custom {
    background: none;
}
.nav-tabs-custom .nav>li>a {
    padding: 10px;
}

.select2-container .select2-selection--multiple {
    min-height: 30px;
    margin-bottom: -2px;
}
.select2-container--default .select2-selection--multiple {
    box-sizing: border-box;
}

.btn.pull-right {
    margin-left: 5px;
}

.custom-select-nomenclator i.fa.fa-arrow-right {
    font-size: 10px;
    opacity: 0.5;
}


.custom-nomenclator-config {
    background: rgba(255,255,255,0.9);
    /*border: 1px solid rgba(255,255,255,0.6);*/
    border-radius: 2px;
    padding: 15px 15px 5px 15px;
}

.checkbox, .radio {
    margin-top: 0;
}

/*
    boxes in tab panes
*/
.tab-pane .container,
.tab-pane .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tab-pane .container .row .col-md-12 .box:last-child,
.tab-pane .container-fluid .row .col-md-12 .box:last-child {
    margin-bottom: 0;
}

.btn-xs,
span.label {
    margin-top: 1px;
    margin-bottom: 1px;
}

.main-footer {
    font-size: 11px;
}

section.container {
    padding-bottom: 0;
}
.fixed .content-wrapper, .fixed .right-side {
    margin-bottom: 0;
}




/*

    INTRODUCERE DATE BELOW

*/

div.tab-content.custom-tab-content {
    position: relative;
    border-radius: 3px 0px 3px 0px;
    background: #ffffff;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
    border-bottom: 1px solid #ddd;
    padding: 20px 15px;
}
div.tab-content.custom-tab-content .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

div.tab-content.custom-tab-content .tab-pane .modal-footer {
    margin: 20px -15px -20px -15px;
}




/*
    CUSTOM SELECT ROW IN MODAL
*/
.custom-select-row {
    list-style: none;
    margin: 0 -15px;
    padding: 0;
}
.custom-select-row li {
    padding: 15px;
    cursor: pointer;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: relative;
    padding-right: 60px;
}
.custom-select-row li:last-child {
    /*border-bottom: none;*/
}
.custom-select-row li:hover {
    background: rgba(0,0,0,0.05);
}
.custom-select-row li p,
.custom-select-row li h3 {
    margin: 0;
    padding: 0;
}
.custom-select-row li h3 {
    padding: 5px 0;
}
.custom-select-row-breadcrumb {
    padding: 0 15px;
    margin: 0 -15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.custom-select-row-breadcrumb p {
    margin: 0;
    padding: 0;
}

.custom-select-row li .fa.fa-arrow-right,
.custom-select-row li .fa.fa-plus {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -20px;
    text-align: center;
    line-height: 40px;
    font-size: 1.2em;
    opacity: 0.2;
}
.custom-select-row li:hover .fa.fa-arrow-right,
.custom-select-row li:hover .fa.fa-plus {
    opacity: 0.6;
}






.margin-left-5 {
    margin-left: 5px;
}



/* Added 9 september 2019, 15:43 */
.table-striped>tbody>tr:hover td:first-child a,
.table-striped>tbody>tr:hover table>tbody>tr:hover td:first-child a {
    color: #ffffff;
}

/** Custom map + Legend + Show map button */
.custom-map-legenda {
    border: 1px solid #eeeeee;
    padding: 15px 15px 10px 15px;
    background-color: #fafafa;
}
.custom-map-legenda h4 {
    line-height: 20px;
    margin: 0 0 15px 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.custom-map-legenda label {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 8px 0;
    height: 24px;
    line-height: 24px;
    /*padding: 10px;*/
}
.custom-map-legenda label input {
    margin-right: 12px;
    margin-top: -1px;
}
.custom-legend-label {
    display: inline-block;
    width: 32px;
    height: 24px;
    border: 2px rgba(0,0,0,0.4) inset;
    margin-right: 8px;
}
.custom-get-map {}
.custom-get-map p {
    padding-top: 12px;
}
.custom-map-placeholder {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: #fafafa;
    border: 1px solid #eeeeee;
}
.custom-map-placeholder i.fa {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    line-height: 60px;
    text-align: center;
    font-size: 48px;
    opacity: 0.3;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
}
.main-header .sidebar-toggle {
    font-family: "Font Awesome 5 Free";
}
.main-header .sidebar-toggle:before {
    /*content: "\f0c9";*/
    display: none;
}