*{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.breadcrumb{
    background-color: transparent;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.dataTables_length, .dataTables_filter {
    display: none;
}

.dataTables_paginate.paging_simple_numbers > a:first-child {
    margin-right: 1px;
}

.dataTables_paginate.paging_simple_numbers > a:last-child {
    margin-left: 1px;
}

.dataTables_paginate.paging_simple_numbers > span > a {
    margin-left: 1px;
    margin-right: 1px;
}

table.dataTable thead th {
    border-bottom: 1px solid #ddd !important;
    color: #4d575d !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ddd !important;
}

.tdNoneBtn {
    padding-top:  10px !important;
    padding-bottom:  10px !important;
    /*margin: 0px !important;*/
}

table.dataTable > tbody td{
    padding-top:  2px !important;
    padding-bottom:  2px !important;
    /*margin: 0px !important;*/
}

table.dataTable > tbody tr[role=row] > td::before{
    top: 0px !important;
    bottom: 0px !important;
    margin: auto !important;
}

.loader {
    border: 7px solid #f3f3f3;
    border-radius: 50%;
    border-top: 7px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 0.7s linear infinite; /* Safari */
    animation: spin 0.7s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.dataTables_empty{
    line-height: 35px;
}

/*tr.odd > td, tr.even > td{
    line-height: 34px;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}*/

textarea{
    min-height: 150px;
}

#myPage, .modal-content{
    background-color: #F2F2F2;    
}
.modal-header{
    border-bottom:0px;
}
.modal-body{
    padding-top: 0px;
    padding-bottom: 0px;
}
.modal-footer{
    border-top:0px;
    padding-top: 0px;
}

@keyframes amalert {
    0%   { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes amalertStop {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#btn-alert{
    position: fixed;bottom: 20px;right: 20px;padding: 10px;background-color:#b30000;cursor: pointer;border-radius: 50px;box-shadow: 0px 0px 10px 0px #888888;
    opacity: 1;
    -webkit-animation: amalert 1s infinite; /* Safari 4+ */
    -moz-animation:    amalert 1s infinite; /* Fx 5+ */
    -o-animation:      amalert 1s infinite; /* Opera 12+ */
    animation:         amalert 1s infinite; /* IE 10+, Fx 29+ */
}
#btn-alert:hover{   

    -webkit-animation: amalertStop 1s 1; /* Safari 4+ */
    -moz-animation:    amalertStop 1s 1; /* Fx 5+ */
    -o-animation:      amalertStop 1s 1; /* Opera 12+ */
    animation:         amalertStop 1s 1; /* IE 10+, Fx 29+ */
    /*    -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);*/
}
.btn.dropdown-toggle{
    z-index: 0!important;
}
.navbar-brand{
    padding: 0px 0px 0px 0px!important;
    position: relative;
    /*    width: 105px;*/
}
.navbar-brand > img{
    max-height: 60px;
    max-width: 150px;
    position: fixed;
    top:10px;
    left: 10px;
    /*    bottom: 0px;
        right: 0px;*/
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #888888;
    /*border-radius: 5px;*/
}

.tooltip{
    /*bottom: 0px!important;*/
}
.tooltip-inner {
    margin-right: 20px;
    min-width: 300px;
    max-width: 100%; 
    box-sizing: border-box;
}
.use-alert{
    background-color:transparent;
    border-width: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    max-height: 300px;
    overflow-x: hidden;
}

.use-alert::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.use-alert::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
.use-alert::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
.use-alert::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.use-alert li{
    background-color:transparent;
    /*border-width: 0px;*/
    text-align: left;
    /*white-space: nowrap;*/
    border-width: 0px 0px 1px 0px;
    border-radius: 0px!important;
}
.use-alert li:last-child{
    border-width: 0px;
}

.use-alert li:hover{
    color:#009926;
}
