.flat_button:before {
    content: '';
    display: inline-block;
    margin-right: 8px;
    background-image: url(/img/post_widget.png);
    background-repeat: no-repeat;
    height: 11px;
    background-position: 0 -52px;
    width: 15px;
    position: relative;
    bottom: -1px;
}
.flat_button {
    padding: 7px 16px 8px;
    margin: 0;
    font-size: 12.5px;
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;
    vertical-align: top;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
    background: none;
    background-color: #5181b8;
    color: #fff;
    border: 0;
    border-radius: 4px;
    box-sizing: border-box;
}
a.flat_button{
    text-decoration: none;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.bg-black {
    background-color: black!important;
}

#toTopBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    left: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 5px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 24px; /* Increase font size */
}
#Go_Top {

    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 5px;
    border-radius: 10px;
    font-size: 24px;
}

#Go_Bottom {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 5px;
    border-radius: 10px;
    font-size: 24px;
}

#toTopBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}
.pointer {
    cursor: pointer;
}
.link {
    text-decoration: underline;
  }
/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }

}
.holiday{
   /*position:fixed;*/
    position:absolute;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100px;
    z-index:90;
    display:block;
    pointer-events:none;
}

/*
table.resptable {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.resptable caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
*/
/*table.resptable tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}*/
/*

table.resptable th,
table.resptable td {
  padding: .625em;
  text-align: center;
}

table.resptable th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}*/

@media screen and (max-width: 600px) {
    table.responsive {
        border: 0;
    }

    table.responsive caption {
        font-size: 1.3em;
    }

    table.responsive thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.responsive tr {
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
        padding: .35em;
    }

    table.responsive td {
        border-bottom: 1px solid #ddd;
        display: block;
        /*font-size: .8em;*/
        text-align: right;
    }

    table.responsive td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table.responsive td:last-child {
        border-bottom: 0;
    }
}



.bg-yellow {
    background-color: #ff0 !important;
}

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
    background-color: #fdf59a !important;
}

.table-yellow,
.table-yellow > th,
.table-yellow > td {
    background-color: #fdf59a;
}

.table-yellow th,
.table-yellow td,
.table-yellow thead th,
.table-yellow tbody + tbody {
    border-color: #ff0;
}

.table-hover .table-yellow:hover {
    background-color: #fff3cd;
}

.table-hover .table-yellow:hover > td,
.table-hover .table-yellow:hover > th {
    background-color: #fff3cd;
}
.va-middle {
    vertical-align: middle !important;
}
.a {
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
    /*background-color: transparent; // Remove the gray background on active links in IE 10.*/
    /*-webkit-text-decoration-skip: objects; // Remove gaps in links underline in iOS 8+ and Safari 8+.*/
}
.a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.modal {
    overflow-y: auto
}
.text-striked {
    position: relative;
}
.text-striked:before {
    content: "";
    border-bottom: 1px solid;
    position: absolute;
    width: 100%;
    height: 70%;
    transform: rotate(-12deg);
    left: 0;
}
.text-striked:after {
    content: "";
    border-bottom: 1px solid;
    position: absolute;
    width: 100%;
    height: 70%;
    transform: rotate(12deg);
    left: 0;
}
.text-deleted{
    text-decoration: line-through !important;
}
.border-3 {
  border-width: 3px !important;
}

