@media (min-width: 990px) {
    .profile_details {
        width: auto !important;
    }

    .pagination {
        margin: 0 !important;
        float: right;
    }
}

.ajax-upload-dragdrop, .ajax-file-upload-filename {
    width: 100% !important;
}

.ajax-file-upload-statusbar {
    width: 99% !important;
}

.ajax-file-upload-progress {
    width: 50% !important;
}

@media (max-width: 991px) {
    input, select, textarea {
        width: 100% !important;
        padding-right: 20px;
    }

    input[type="checkbox"] {
        width:30px !important;
    }

    .search-box {
        width: 100% !important;
    }

    .search-box #search-text {
        width: 87% !important;
    }

    .search-box #search-btn {
        width: 10% !important;
    }

    .profile_details {
        width: 100% !important;
    }

    .dataTables_paginate {
        width: 100%;
    }

    .pagination {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.cke{
    clear: both;
}

.form-control {
    font-weight: normal !important;
}

.table {
    margin-top: 5px;
    margin-bottom: 0px;
    color: #707070;
}

.table th, .table td {
    padding: 8px !important;
    vertical-align: top;
    border-top: 1px solid #f2f4f5;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: inherit;
}

.table>tbody+tbody {
    border-top: 1px solid #ddd;
}

table th, table td {
    vertical-align: middle !important;
}

.label-filter {
    font-weight: normal !important;
    margin-bottom: 0 !important;
    text-align: center;
}

.checkbox-filter {
    text-align: center;
    max-height: 40px;
}

input[type=checkbox] {
    border: none !important;
    box-shadow: none !important;
}

.checkbox-filter input[type=checkbox], .checkbox-filter input[type=radio] {
    margin: 0 !important;
    height: 1.5em !important;
    width: 100%;
}

.tabs{
    display: table;
    width: 100%;
}

.tab-content{
    clear: both;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.multiupload{
    display: inline-block;
    width: 50%;
}

.multiupload .btn{
    height: 30px;
    padding: 0px 12px;
}

.uploadifyQueue, .uploadifyQueueItem{
    width: 100%;
}

.uploadifyProgressBar{
    height: 5px;
}

.attachment-file{
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.dataTables_info {
    width: 30%;
    float: left;
    margin-top: 15px;
}

.dataTables_paginate {
    margin-top: 10px !important;
}

.dataTables_filter {
    width: 20%;
    float: left;
}

.dataTables_filter label, .dataTables_filter input {
	width: 100% !important;
}

.toolbar {
	width: 80%;
	float: right;
}

.btn-toolbar {
	width: 100%;
}

.toolbar-left {
	float: left;
	margin-left: 10px;
}

.toolbar-right {
	float: right;
}

.form-group label {
	width: 100%;
}

.icheck span {
	display: block;
	font-weight: bold;
}

.checkbox, .radio {
	margin-top: 0px;
	margin-bottom: 0px;
}

.tab-content {
	margin-top: 15px;
}

:required {
    border-left: 2px solid #e8877b;
}

.field-content {
	clear: both;
}

td .btn {
	padding: 4px 8px;
}

.grid-actions {
	display: flex;
	border-bottom: none !important;
	border-right: none !important;
	vertical-align: middle;
}

.box-body {
    padding: 15px;
}

.box-header, .box-footer {
    padding: 10px 15px;
}

.box-tools {
    right: 15px !important;
}

#obscure-loading{
    display:none; /* Hide the DIV */
    position:fixed;
    _position:absolute; /* hack for internet explorer 6 */  
    height:100%;
    min-height: 100%;
    width:100%;  
    background:#000;  
    z-index:1031;
	top: 0 !important;
    
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    /**opacity: 0.2;*/
}

.contentBar {
    width: 150px; 
    display:block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20%;
    text-align: center;
}

.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.table-responsive {
    width: 100%;
}