.row[id^='qblock-']:nth-of-type(2n+1) {
	background-color: white !important;
	color: #adb3b9;
	/* border-color: #9ebdff; */
}

.row[id^='qblock-']:nth-of-type(2n+2) {
	/* background-color: #ffffff !important; */
	color: #adb3b9;
	/* border-color: #9ebdff; */
}

body.bg-light {
    background-color: #ffffff!important;
}

.shadow-sm {
   color: #ccc;
   border-color: #869197;
   border: 1px solid;
}

.badge.badge-info, .pager, .progress-bar {
	color: #000;
	background-color: #ffffff;
}

.btn.btn-primary {
    color: #adb3b9 !important;
    background-color: white !important;
    border-color: #9ebdff !important;
}

.btn.btn-primary:hover {
    background-color: #adb3b9 !important;
    border-color: #9ebdff !important;
}

.btn.btn-primary {
   color: #000000 !important;
   /* background-color: #aee4ff!important;
 */
   border-color: #869197 !important;
   box-shadow: 0 10px 8px -4px #869197;
   
}
.btn.btn-primary:hover {
   background-color: #ebf1ff !important;
   border-color: #9ebdff !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus,
.btn-primary.focus, .btn-primary:focus
{
    box-shadow: 0 0 3px 0px #AEAEAE;
}

.form-control {
	border-color: #869197;	
}

.form-control:disabled, .form-control[readonly] {
	background-color: #fff;	
}

.table.table-bordered th, thead > tr:first-child > th:first-child {
    background: #ffffff !important;
    box-shadow: none!important;
    border: 1px solid #adb3b9!important;
}

.table-bordered td, .table-bordered th {
	border-color: #adb3b9 !important;
}

.table-bordered thead > tr:first-child > th:first-child, tbody > tr > th {
	box-shadow: 0px 0px 0px 1px #adb3b9 inset;
}

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

.table-striped tbody tr:nth-of-type(even) {
	background-color: white;
}