/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/* 
    Created on : 2017-11-22, 13:05:23
    Author     : Paweł
*/
.vertical-middle {
    vertical-align: middle !important;
}

.main-header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* .main-sidebar.sticky_top {
    overflow-y: scroll;
    max-height: 100%;
    position: fixed;
    padding-top: 0;
}
.sidebar-collapse .main-sidebar.sticky_top {
    overflow-y: unset;
} */

.collapseHeader>label {
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 0 10px;
    color: #000000;
    margin-bottom: 0;
}

.collapseParameters {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 0 10px;
    cursor: pointer;
    color: #000000;
    margin-bottom: 0;
}

.panel-collapse .help-block {
    margin-bottom: 0;
    margin-top: 0;
}

.collapseParameters:hover,
.collapseParameters:focus,
.collapseParameters:active {
    color: #000000;
}

.collapseParameters>span::after {
    content: "\f077";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-left: 5px;
}

.collapseParameters.collapsed>span::after {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-left: 5px;
}

.notClicable,
.notClicable * {
    pointer-events: none !important;
}

.cursorNotAllowed {
    cursor: not-allowed !important;
}

.input-group[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

#typeForm .col-md-10 {
    max-width: 40%;
}

#typeForm #accordionBooklets.col-md-10,
#typeForm #accordionSpiralcatalogs.col-md-10 {

    max-width: 100%;
}

#paperExistsForm {
    max-width: 55%;
    line-height: 1;
}

#paperParameters .form-group {
    margin-bottom: 5px;
}

#paperParameters .paper_addons {
    max-width: 57%;
}

#paperParameters #paperExistsForm .paper_addons {
    max-width: 100%;
}

.langSwitcher,
.userMenu {
    color: #fff;
    float: right;
    background-color: transparent;
    background-image: none;
    padding: 15px;
}

.languageDropdown,
.userMenuDropdown {
    float: right;
    right: 0;
    left: auto;
    text-align: right;
    margin: 0;
}

.languageDropdown a {
    padding: 5px 15px;
    display: block;
}

.langSwitcher:hover,
.userMenu:hover .languageDropdown a:hover,
.userMenu a:hover {
    color: #000000;
}

.navbar a:hover,
.navbar a:active,
.navbar a:focus {
    color: #000000;
}

.navbar .dropdown-menu-right {
    top: 48px;
}

span.willOverride {
    color: red;
}

img.langFlag {
    max-width: 18px;
    max-height: 12px;
}

.font-weight-bold {
    font-weight: bold;
}

button.btn-gray.list-group-item {
    color: #555;
    text-decoration: none;
    background-color: #e6e6e6;
}

a.list-group-item:not(.collapsed) {
    color: #555;
    text-decoration: none;
    background-color: #cccccc;
}

#typeForm #accordionBooklets .col-md-10,
#typeForm #accordionSpiralcatalogs .col-md-10 {
    max-width: 54%;
}

#accordionBooklets #paperExistsForm,
#accordionSpiralcatalogs #paperExistsForm {
    max-width: 70%;
    line-height: 1;
}

a.list-group-item {
    color: #555 !important;
    background-color: #fff !important;
}

a.list-group-item.error {
    color: white !important;
    background: #ac2925 !important;
}

a.list-group-item.duplicated {
    color: white !important;
    background: #2530ac;
}

.checkbox.no-margin {
    margin-top: 0;
    margin-bottom: 0;
}

.calculationSaveBtn {
    margin-left: 15px;
    margin-bottom: 15px;
}

.mbottom3 {
    margin-bottom: 3px;
}

.panel-body-productionsteps {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
}

.calculations {
    display: flex;
    flex-wrap: wrap;
}

.calculations table {
    max-width: 50%;
}

.calculations>div:not(.multiple_patterns) {
    width: 100%;
}

.showSecondPrintType .calculations {
    display: initial;
}

.showSecondPrintType .calculations table {
    max-width: 80%;
}

.showSecondPrintType .calculations table.fullWidth {
    display: block;
    max-width: 100%;
}

.compare .calculations table {
    max-width: 100%;
}

.compare .calculationSaveBtn {
    display: none;
}

.compare .panel.panel-default {
    display: table;
    width: 100%;
}

.compare .machineSelect label,
.compare .machineSelect .col-xs-11 {
    width: 100%;
}

.compare .machineSelect {
    position: relative;
}

.compareClose {
    display: none;
}

.compare .compareClose {
    display: block;
    position: absolute;
    right: 15px;
    top: 0px;
    padding: 0 15px;
}

.compare .panel.panel-default>.panel-body:nth-child(3) .compareClose {
    display: none;
}

.compareMachine,
.closePopup,
.secondOverprintType,
.offerParametersBtn,
.newWindow {
    float: right;
    padding: 0 15px;
    margin-right: 5px;
}

.productionstepHideBtn,
.allPannelsHideBtn,
.openVarnishingCalc,
.openHandFoldingCalc {
    float: right;
    padding: 0 15px;
}

.panel-body.closed {
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
}

.calculationForms .editionButtons .btn {
    white-space: normal;
}

@media(max-width:1500px) {

    .calculationForms .editionButtons .btn-sm {
        width: 100%;
    }

    .calculationForms .editionButtons .mbottom3 {
        margin-bottom: 0px;
    }

    .calculationForms .editionButtons .showUsesOnSheets {
        margin-bottom: 3px;
    }

}

.formCalculation.bookletsForm:not(.summary) td.printTypeColumn,
.formCalculation.spiralcatalogsForm:not(.summary) td.printTypeColumn {
    display: none;
}

.formCalculation.bookletsForm .biggerBorder,
.formCalculation.spiralcatalogsForm .biggerBorder {
    border-right: 2px solid #838383;
    border-left: none;
}

.formCalculation.showSecondPrintType.bookletsForm th,
.formCalculation.showSecondPrintType.spiralcatalogsForm th {
    border-right: 2px solid #838383;
}

.formCalculation.showSecondPrintType.bookletsForm tr>td:last-child,
.formCalculation.bookletsForm.showSecondPrintType td.notPrintTypeColumn,
.formCalculation.showSecondPrintType.spiralcatalogsForm tr>td:last-child,
.formCalculation.spiralcatalogsForm.showSecondPrintType td.notPrintTypeColumn {
    border-right: 2px solid #838383 !important;
}

.formCalculation.showSecondPrintType.bookletsForm .table-bordered,
.formCalculation.showSecondPrintType.spiralcatalogsForm .table-bordered {
    border: none;
}

.formCalculation .table>tbody>tr>th {
    width: 220px;
}

.formCalculation .multiple_patterns .table>tbody>tr>th {
    width: unset;
}

.formCalculation:not(.bookletsForm):not(.spiralcatalogsForm) tr>td:nth-child(n+3) {
    display: none;
}

.formCalculation.showSecondPrintType tr>td:nth-child(n+3) {
    display: table-cell !important;
    vertical-align: middle;
}

.formCalculation.showSecondPrintType tr>td {
    vertical-align: middle;
}

.formCalculation.summary:not(.bookletsForm):not(.spiralcatalogsForm) tr>td {
    display: table-cell;
}

.formCalculation.summary tr>td:nth-child(n+5) {
    display: none;
}

.formCalculation.summary.showSecondPrintType tr>td:nth-child(n+5) {
    display: table-cell;
}

.formCalculation.showSecondPrintType tr>td.compareTextCenter {
    text-align: center;
}

.formCalculation.showSecondPrintType td.print_type {
    color: #3ac93a;
}

.formCalculation tr.print_type_row {
    display: none;
}

.formCalculation tr.print_type_row.stay_showed {
    display: table-row;
}

.formCalculation.showSecondPrintType tr.print_type_row {
    display: table-row;
}

.formCalculation.showSecondPrintType tr.print_type_row_second th {
    display: none;
}

.formCalculation .second_overprint_type_not_availble {
    display: none;
}

.formCalculation.showSecondPrintType .second_overprint_type_not_availble {
    display: block;
    color: red;
}

.formShipment .table>thead>tr>th {
    vertical-align: middle;
}

td.activeShipping {
    background: #00a65a;
}

.bold {
    font-weight: bold;
}

#summaryCalculations .table tr>td:nth-child(3n+1),
#summaryCalculations .table tr>th:last-child(3n+1) {
    border-right: 2px solid #000000;
}

.leftColBox.sticky_top {
    position: fixed;
    top: 15px;
}

.fixed .leftColBox.sticky_top {
    top: 65px;
}

.rotateData {
    padding: 15px;
    border: 2px solid gray;
    background: #d5d9de;
}

select.font_awesome {
    font-family: 'FontAwesome', "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

select.font_awesome option {
    font-family: 'FontAwesome', "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

hr.no-margin {
    margin: 0;
}

.foldingTypesList .radio-inline {
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#popup {
    position: fixed;
    top: 25%;
    left: 50%;
    z-index: 1000;
    width: 70vw;
    max-height: 50vh;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}


#popup .panel-body {
    overflow-y: scroll;
    max-height: 50vh;
}

#popup.full {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1000;
    max-height: 80vh;
    width: 90vw;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}


#popup.full .panel-body {
    overflow-y: scroll;
    max-height: 80vh;
    width: 100%;
}

#popup-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
}

@keyframes lds-eclipse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes lds-eclipse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lds-eclipse {
    position: relative;
}

.lds-eclipse div {
    position: absolute;
    -webkit-animation: lds-eclipse 1s linear infinite;
    animation: lds-eclipse 1s linear infinite;
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 0 0 #28292f;
    box-shadow: 0 4px 0 0 #28292f;
    -webkit-transform-origin: 80px 82px;
    transform-origin: 80px 82px;
}

.lds-eclipse {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    margin: auto;
}

.loading {
    position: fixed;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 99999;
}

.alert .close {
    color: #fff;
    text-decoration: unset;
    opacity: 0.7;
}

.alert .close:hover {
    opacity: 0.9;
}

.removeInsideAdditional .btn {
    padding: 0 10px;
    font-size: 12px;
}

.offer_parameters .panel-body,
.offer_editions .editionButtons {
    max-height: 500px;
    overflow-y: auto;
}

.color-value {
    width: 100%;
    height: 23px;
    border: 1px solid #000000;
    margin-bottom: -7px;
    text-align: center;
}

.compareBox {
    text-align: center;
    position: relative;
}

.compareBox .addon {
    float: right;
    right: 0;
    font-weight: bold;
    -webkit-transform: translate(50%, -100%);
    transform: translate(50%, -100%);
}

.compareBox .addon i {
    font-size: 16px;
}

.compareBox .addon .fa-not-equal {
    color: red;
}

.compareBox .addon .fa-equals {
    color: green;
}

.compareRow .compareBox:last-of-type .addon {
    display: none;
}

.compareSumRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

span.addonSum {
    padding: 0 5px;
}

.connectionTable tr>th {
    width: 25% !important;
}

.connectionTable .connectionNameRow strong:last-of-type .addonSum {
    display: none;
}

#accept_offer {
    float: right;
}

#edit_offer {
    float: right;
}

.w-100 {
    width: 100%;
}

.offer_description {
    max-height: 30px;
    overflow-y: auto;
    max-width: 350px !important;

}

@media(max-width:1200px) {
    .calculations table {
        max-width: unset;
    }

    .calculationForms .leftColBox .panel-heading {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

/* 
.sidebar-mini.sidebar-collapse .sidebar-menu > li.show_top:hover > .treeview-menu {
    bottom: 32px;
    border-bottom-right-radius: unset;
    border-top-right-radius: 4px;
    top: auto;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li.show_top:hover > a > span {
    border-top-right-radius: unset;
    border-bottom-right-radius: 4px;
}
.sidebar-collapse .sidebar-menu > li > a {
    padding: 6px 5px 6px 15px;
    display: block;
} */
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container {
    top: -18px !important;
}

@media(max-width:991px) {
    .calculationForms .leftColBox {
        position: -webkit-sticky !important;
        position: sticky !important;
        width: 100% !important;
        max-width: unset !important;
    }

    #typeForm #accordionBooklets .col-md-10,
    #typeForm #accordionSpiralcatalogs .col-md-10 {
        width: 100%;
        max-width: 100%;
    }

    #typeForm .col-md-10 {
        max-width: 100%;
    }

    #accordionBooklets #paperExistsForm,
    #accordionSpiralcatalogs #paperExistsForm {
        max-width: 70%;
        line-height: 1;
    }

    .foldingTypesList .radio-inline {
        margin-left: 15px;
    }

    .calculations table {
        max-width: unset;
    }
}

/* BOOTSTRAP SWITCH */
.switchBox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    border: 2px solid #d73925;
}

.switchBox .switchLabel {
    font-weight: bold;
    margin-right: 1em;
    font-size: 1.5em;
}

.switchBox .switch>input[type="checkbox"] {
    display: none;
}

.switchBox .switch>label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 60px;
}

.switchBox .switch>label::before {
    background: rgb(0, 0, 0);
    -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -5px;
    position: absolute;
    opacity: 0.3;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 60px;
    left: 0;
}

.switchBox .switch>label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 30px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 30px;
}

.switchBox .switch>input[type="checkbox"]:checked+label::before {
    background: inherit;
    opacity: 0.5;
}

.switchBox .switch>input[type="checkbox"]:checked+label::after {
    background: inherit;
    left: 35px;
}

.table-small.table>tbody>tr>td,
.table-small.table>tbody>tr>th,
.table-small.table>tfoot>tr>td,
.table-small.table>tfoot>tr>th,
.table-small.table>thead>tr>td,
.table-small.table>thead>tr>th {
    padding: 6px;
    line-height: 1;

}

.offerstatus {
    border-radius: 15px;
    padding: 5px 0;
    vertical-align: middle;
    text-align: center;
}

.table-condensed tbody tr td {
    padding: 1px 10px !important;
    vertical-align: middle;
}

#translationTable .dataTables_wrapper {
    background: #d7d7d7;
    padding: 10px;
    margin-bottom: 10px;
}

.transFileBox {
    margin-bottom: 10px;
    font-weight: bold;
}

#laminatingCalculations .multiple-tables table {
    float: left;
}

#laminatingCalculations .multiple-tables table th {
    display: none;
}

#laminatingCalculations .multiple-tables table:first-of-type th {
    display: table-cell;
}

.showSecondPrintType #laminatingCalculations .multiple-tables table th {
    display: table-cell;
}

#laminatingCalculations .multiple-tables .counter {
    display: none;
}

.showSecondPrintType #laminatingCalculations .multiple-tables .counter {
    display: block;
    clear: both;
    font-weight: bold;
    font-size: 1.5em;
}

.fa.btn {
    font-weight: bold;
}

.color-success {
    color: #008d4c;
}

.color-danger {
    color: #d73925;
}

.printingCalculations.multiple_patterns,
.cuttingCalculations.multiple_patterns,
.laminatingCalculations.multiple_patterns,
.varnishingCalculations.multiple_patterns,
.foldingCalculations.multiple_patterns {
    float: left;
    margin-left: 5px;
}

.printingCalculations.multiple_patterns table,
.cuttingCalculations.multiple_patterns table,
.laminatingCalculations.multiple_patterns table,
.varnishingCalculations.multiple_patterns table,
.foldingCalculations.multiple_patterns table {
    max-width: unset;
}

td.separator {
    border-top: 2px solid #000 !important;
    padding: 5px !important;
}

tr.headertr {
    background: #e1e1e1 !important;
    font-style: italic;
    font-weight: bold;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
}

tr.headertr td {
    padding: 0 8px !important;
}

tr.calculationrow {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
}

tr.calculationrow.isConnected {
    background: #008d4c4d !important;
}

tr.calculationrow.partConnected {
    background: #e08e0b7d !important;
}

.connect_orders .fa-stack {
    font-size: 10px;
    text-align: center;
}

#connectionSheetPopup {
    position: fixed;
    right: 5px;
    bottom: 5px;
    width: 25%;
    overflow: hidden;
    border: 2px solid #dddddd;
    z-index: 1000;
    box-shadow: 2px 2px 10px 4px;
}

#connectionSheetPopup:hover {
    cursor: move;
}

#connectionSheetPopup #content {
    position: relative;
}

.popup-heading {
    min-height: 41px;
}

.showPaginateBtn {
    float: right;
    margin: 20px 0;
}

.pricelist_table tr.selected {
    background-color: #B0BED9 !important;
}

.pricelist_table .actions a {
    float: left;
}

.pricelist_table .headertr td {
    vertical-align: middle;
    text-align: center;
}

.csvTable .border-top td {
    border-top: 2px solid #000;
}

.csvTable .border-bottom {
    border-bottom: 2px solid #000;
}

#ridge_thickness,
#thickness {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 15px;
    position: relative;
}

#ridge_thickness.error,
#thickness.error {
    color: white !important;
    background: #ac2925 !important;
}

#ridge_thickness a,
#thickness a {
    color: #333;
    position: absolute;
    right: 5px;
}

#ridge_thickness.error a,
#thickness.error a {
    color: white;
}

.iconRotate {
    width: 30px;
    height: auto;
    margin: 5px;
    margin-left: -9px;
}

.smallUsage {
    display: inline-block;
    width: 20px;
    border: 1px solid #DDDDDD;
}

#signature_pages .col-xs-1 {
    max-width: 50px;
    padding-right: 0;
    text-align: center;
}

#signature_pages input {
    max-width: 34px;
    padding: 0;
    text-align: center;
}

#montage {
    margin-top: 20px;
    z-index: 1000;
    min-height: 400px;
    height: 400px;
}

#montage .panel-title {
    font-size: 13px;
}

#montage.caught {
    overflow: hidden;
    border: 2px solid #dddddd;
    z-index: 1000;
    box-shadow: 2px 2px 10px 4px;
}

#montage.ui-widget-content:hover {
    cursor: move;

}

#montage #content {
    position: relative;
    padding: 10px;
    height: calc(100% - 55px);
    overflow-y: auto;
    overflow-x: hidden;

}

#montage .pages {
    position: relative;
    width: 90%;
    margin: 12px auto;
    height: 70px;
    max-width: 160px;
}


#montage .cover {
    display: inline-block;
    background: #6C6C6C !important;
    border: 1px solid #A0A0A0 !important;
    height: 100%;
    position: absolute;
    width: 49%;
}

#montage .cover.behind {
    opacity: 0.9;
    z-index: 101;
}

#montage .page {
    display: none;
    position: absolute;
    width: 50%;
}

#montage .page.half {
    width: 49%;
}

#montage .page.behind {
    opacity: 0.9;
    z-index: 101;
}


#montage .descr {
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 11px;
    z-index: 101;
    line-height: 11px;
    text-align: center;
}

#montage .number {
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    font-size: 12px;
    z-index: 101;
}

#montage .leftpage .number {
    left: 5px;
}

#montage .rightpage .number {
    right: 5px;
}

#montage .leftpage {
    left: 0;
}

#montage .rightpage {
    right: 0;
}

#montage .wingsfront {
    left: 0;
    transform: skew(15deg) rotate(15deg);
    top: 4px;
    height: 72px !important;
    background: #8a8a8a !important;
}

#montage .wingsfront.behind {
    left: 0;
    transform: skew(-15deg) rotate(-15deg);
    top: -5px;
    height: 71px !important;
    background: #8a8a8a !important;
}

#montage .wingsback {
    right: 0;
    transform: skew(-15deg) rotate(-15deg);
    top: 4px;
    height: 72px !important;
    background: #8a8a8a !important;
}

#montage .wingsback.behind {
    right: 0;
    transform: skew(15deg) rotate(15deg);
    top: -5px;
    height: 71px !important;
    background: #8a8a8a !important;
}

#montage .wingsfront,
#montage .wingsback {
    width: 25%;
    position: absolute;
    display: none;
}

#montage .wingsfront.active,
#montage .wingsback.active {
    display: inline-block;
    z-index: 100;
}

#montage .active {
    display: inline-block !important;
    background: #C0C0C0;
    border: 1px solid #A0A0A0;
    height: 100%;
}

.fold {
    width: 90px;
}

.fold .cover {
    display: inline-block !important;
    position: relative;
    background: #6C6C6C !important;
    border: 1px solid #A0A0A0 !important;
    height: 70px;
    width: 70px;
}

.fold .page {
    display: inline-block !important;
    position: relative;
    background: #C0C0C0;
    border: 1px solid #A0A0A0;
    height: 70px;
    width: 70px;
}

.fold .page.behind {
    opacity: 0.9;
    z-index: 101;
}

.fold .page .number {
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    font-size: 12px;
    z-index: 101;
}

.fold.left .page .number {
    left: 5px;
}

.fold.right .page .number {
    right: 5px;
}

.fold .front,
.fold .back {

    background: #8a8a8a;
    border: 1px solid #A0A0A0;
    height: 72px;
    width: 35px;
    display: inline-block;
    position: absolute;
}

.fold.left .back {
    transform: skew(-15deg) rotate(-15deg);
    top: -6px;
    left: 20px;
}

.fold.right .back {
    transform: skew(15deg) rotate(15deg);
    top: -5px;
    right: 0;
}

.fold.left .front {
    transform: skew(15deg) rotate(15deg);
    top: 4px;
    left: 20px;
}

.fold.right .front {
    transform: skew(-15deg) rotate(-15deg);
    top: 4px;
    right: 0;
}

table.checkboxHoverInfo td {
    position: relative;
}

table.checkboxHoverInfo input[type="checkbox"]+div {
    display: none;
}

table.checkboxHoverInfo input[type="checkbox"]:not([disabled]):hover+div {
    display: inline;
    position: absolute;
    z-index: 100;
    padding: 0px 10px;
    background: #555;
    color: #ffffff;
    border: 1px solid #333;
    border-radius: 10px;
    max-width: 150px;
    top: 10px;
    left: 40px;

}

.rolesAccordion {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
}

.rolesAccordion>li {
    position: relative;
    margin: 0;
    padding: 0;
}

.rolesAccordion .treeview-menu {
    padding: 0;
}

.rolesAccordion .list-group-item {
    margin-bottom: 0px;
}

input[type=checkbox] {
    vertical-align: middle !important;
}

h1 {
    font-size: 3em;
    font-weight: lighter;
    color: #fff;
    text-align: center;
    display: block;
    padding: 40px 0px;
    margin-top: 40px;
}

#accordionRoles ul {
    list-style: none;
}

#accordionRoles .tree {
    margin: 10px auto;
    width: 100%;
}

#accordionRoles .tree ul {
    display: none;
    margin: 4px auto;
    margin-left: 6px;
    border-left: 1px dashed #dfdfdf;
}


#accordionRoles .tree li {
    padding: 2px 10px;
    cursor: pointer;
    vertical-align: middle;
    background: #fff;
}

#accordionRoles .tree li:first-child {
    border-radius: 3px 3px 0 0;
}

#accordionRoles .tree li:last-child {
    border-radius: 0 0 3px 3px;
}

#accordionRoles .tree .active,
#accordionRoles .active li {
    background: #efefef;
}

#accordionRoles .tree label {
    cursor: pointer;
}

#accordionRoles .tree input[type=checkbox] {
    margin: -2px 6px 0 0px;
}

#accordionRoles .has>label {
    color: #000;
}

#accordionRoles .tree .total {
    color: #e13300;
}


