.breadcrumb {
    background-color: white;
}

/*a {*/
/*    color: #5732c5!important;*/
/*}*/

/*.nav-active {*/
/*    border-bottom-style: solid;*/
/*    border-color: blueviolet;*/
/*}*/

body1 {
    background: url('/static/almaty.jpeg') no-repeat center center fixed;
    background-size: cover;
    background-origin: border-box;
    /*background-color: #A0A0A0;*/
    background-blend-mode: screen;
    height: 100vh;
}

.accordion-section .panel-group {
    margin-bottom: 2em;
}

.accordion-section .panel-default > .panel-heading {
    border: 0;
    background: #f4f4f4;
    padding: 0;
}
.accordion-section .panel-default .panel-title a {
    display: block;
    font-style: italic;
    font-size: 1.0rem;
}
.accordion-section .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 1.5rem;
    content: "-";
    color: #1f7de2;
    float: right;
    margin-top: -12px;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "+";
}
.accordion-section .panel-default .panel-body {
    font-size: 0.8rem;
}

.light_background {
    background-color: #FAFAFA;
    margin-bottom: 1em;
    margin-top: 0px;
}

.custom_modal {
    width: 90%;
    height: 90%
}

table {
    zoom: 1;
    border-collapse: collapse;
    width: 100%;
    overflow-x:auto;
    /*border-color: #5732c5!important;*/
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 3px;
    border-bottom-width: 3px;
}

/*th {*/
/*    background: #5732c530!important;*/
/*}*/

th {
    padding: .35rem!important;
}

td {
    padding: .35rem!important;
}


.show-on-small {
    visibility: collapse;
    display: none;
}

.show-on-big {
    visibility: collapse;
    display: none;
}

@media only screen and (max-width: 767px) {
  .show-on-small {
    visibility: visible !important;
    display: block !important;
  }
}

@media only screen and (min-width: 768px) {
  .show-on-big {
    visibility: visible !important;
    display: block !important;
  }
}
