.selectedDownloadItems {
    padding: 20px;
    background-color: #fff;
    border-radius: 20px 0 0 20px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    position: fixed;
    right: 0;
    list-style: none;
    z-index: 9999;
}
.selectedDownloadItems .selectedItem{
    padding:10px 20px 5px 20px;
    border-bottom: 1px solid #b9cad6;
    border-bottom-left-radius: 20% 20%;
    border-bottom-right-radius: 20% 20%;
    position:relative;
    display:block;
}
.selectedDownloadItems .ax-remove-item {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #566d7d;
    border-radius: 50%;
    right: -10px;
    top: 1px;
    cursor: pointer;
}
.hidden{
    display:none!important;
}

.selectedDownloadItems .ax-remove-item::before {
    transform: rotate(45deg);
}
.selectedDownloadItems .ax-remove-item::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.selectedDownloadItems .ax-remove-item::after {
    transform: rotate(-45deg);
}
.selectedDownloadItems  .ax-remove-item::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.selectedDownloadItems .ax-remove-item input {
    display: none;
}

.selectedDownloadItems .links a {
    float: right;
    padding-left: 10px;
}

.sendDocsByEmail .row{
    margin-bottom:15px
}

.sendDocsByEmail .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-top-color: rgb(206, 212, 218);
    border-right-color: rgb(206, 212, 218);
    border-bottom-color: rgb(206, 212, 218);
    border-left-color: rgb(206, 212, 218);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.sendDocsByEmail .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.sendDocsByEmail .btn{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.sendDocsByEmail .btn-primary {
    color: #fff;
    background-color: #FF0000;
    border-color: #A94545;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #FF0000;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: relative;
    left: 50%;
    top: 35%;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#docs-filter .form-control {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-right:20px;
}

#docs-filter input.form-control {
    width: 40%;    
}

#docs-filter  .filter-item {
    display:inline-block;
}

#docs-filter  .filter-item  label{
    display:block;
    font-weight: bold;
}



#docs-filter .form-group{
    padding-bottom:10px;
}

#datatable td {
    white-space: normal;
}
table#datatable tbody td:first-child {
    /*width: 100%*/
    padding-left:0px;
}
#datatable th:first-child{
    text-align: left;
    padding-left:0px;
}

table.dataTable.display tbody tr.odd {
    background-color: #FFFFFF;
}

table.dataTable.display tbody tr.even {
    background-color: #ECECEC;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: inherit;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: inherit;
}

#datatable tr .actions-for-mobile {
    display: none;
}

@media (max-width: 1024px) {
    #datatable tr .actions-for-mobile {
        display: block;
    }
    #datatable tr .actions-for-mobile ul {
        text-align: left;
        margin-top: 20px;
    }
    #datatable tr .actions-for-mobile ul li {
        display: inline-block;
        list-style: none;
        padding-left: 0;
        margin-right: 20px;
    }
    #datatable tr .actions-for-mobile ul li::before {
        display: none;
    }
    #datatable tr .actions-for-mobile ul li a {
        display: block;
    }
    #datatable tr .actions-for-mobile ul li a span {
        margin:0;
    }    
}


