
.sweet-alert .sa-icon.sa-success::before,.sweet-alert .sa-icon.sa-success::after{
    display: none !important;
}
.sweet-alert .sa-icon.sa-success .sa-fix{
    display: none;
}

table tr {
    cursor: pointer;
}

table td,table th{
    text-align: center;
}

h4.panel-title {
    font-size: 14px;
}


.table >tbody>tr>td, .table >thead>tr>th {
    z-index: inherit;
    padding: 11px 5px;
    color: #3e4651;
    font-weight: 400;
    border: none!important;

}


.table >tbody>tr>td {
    background: #f7f7f7;
}

.table-striped > tbody > tr:nth-of-type(odd) td{
    background-color: #fff;
}

.table > thead > tr {
    border-bottom: 1px solid #d6dadd;
}


table.dataTable.no-footer {
    border-bottom: none;
}

table tr td {
    padding: 15px!important;
}


.dataTables_header.clearfix,.dataTables_footer.clearfix{
    padding: 0 30px;
}

div#DataTables_Table_0_filter {
    width: 50%;
}

a.navbar-brand #logo {
    width: 30px;
}

img.icon-sidebar {
    width: 18px;
}

#sidebar ul#nav li a i {
    color: #fff!important;
    font-size: 18px;
    float: none;
}
.crumbs {
    margin: 0;
}

.loadWrapper {
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3d3e3f;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}


.form-group  input{
    box-shadow: none!important;
}

.sweet-alert {
    background-color: #33414d;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999;
}

.sweet-alert p {
    color: #f9f9f9;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.sweet-alert h2 {
    color: #f4f8fa;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}

.custom-swal {
    background: #293541;
    padding: 15px 10px 10px!important;
    line-height: 0px!important;
    left: auto!important;
    margin: auto!important;
    right: 50px!important;
    top: 10px;
}

.custom-swal p {
    color: #fff;
}
.custom-swal h2{
    display: none;
}
.sweet-overlay {
    display: none!important;
}

.custom-swal-diffusion {
    background-color: #33414d;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999;
}

.custom-swal-diffusion p {
    color: #f9f9f9;
    font-size: 16px;
    text-align: left;
    font-weight: 300;
    position: relative;
    float: none;
    margin-left: 60px;
    padding: 0;
    line-height: normal;
}

.custom-swal-diffusion h2 {
    color: #f4f8fa;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}


.tables_processing {
    background: #333;
    color: #fff;
    z-index: 99;
    border-radius: 5px;
    position: fixed;
    width: 250px;
    height: 45px;
    margin-left: -125px;
    margin-top: -4px;
    padding: 0;
    border: 1px solid #dddddd;
    text-align: center;
    font-size: 12px;
    line-height: 45px;
    top: 0;
    left: 150px;
    right: 0;
    
    bottom: 0;
}

.input-icon.input-group {
    width: 100%;
}

.select2-container {
    width: 100%!important;
}

/*span.select2-selection {
    height: 30px;
}*/

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0!important;
}