﻿.link { color:#005eb8;;text-decoration:none; }
.link:hover { border-bottom:1px solid #005eb8;;color:#005eb8; }

#totals div { text-align:right;height:30px;line-height:30px;font-size:16px; }
#totals div span { margin:0 5px 0 10px;display:inline-block;width:140px; }
#totals #grandTotal { font-size:20px; }
#totals #grandTotal span { font-size:27px;color:#00338D ;font-weight:bold;text-shadow:1px 1px 1px rgba(0,0,0,0.5); }

.fieldLoader { position:absolute;display:none;right:14px;top:31px;width:20px;height:20px;background:url('../../system/img/loader.gif') no-repeat;background-size: 20px 20px; }
.promoStatus { position:absolute;display:none;right:8px;top:30px;height:16px;line-height:16px;border-radius:4px;font-size:11px;padding:3px 8px;color:#fff; }
.promoStatus.correct { background-color: #3ebb60; }
.promoStatus.incorrect { background-color: #dc5655; }

@media (max-width: 400px) {
	#totals div { font-size:13px; }
	#totals div span { width:100px; }
	#totals #grandTotal { font-size:16px; }
	#totals #grandTotal span { font-size:22px; }
}

.custom-checkbox .custom-control-icon,
.custom-star .custom-control-icon,
.custom-radio .custom-control-icon { background: url('../img/action_005eb8.png') no-repeat; }

.custom-checkbox .custom-control-icon { background-position: 0 -24px; }
.custom-star .custom-control-icon { background-position: -24px -24px; }
.custom-radio .custom-control-icon { background-position: -48px -24px; }

.custom-checkbox .custom-control-input:checked~.custom-control-icon { background-position: 0 0; }
.custom-star .custom-control-input:checked~.custom-control-icon{ background-position: -24px 0; }
.custom-radio .custom-control-input:checked~.custom-control-icon{ background-position: -48px 0; }

.btn { background-color: #676767!important; }
.btn:hover, .btn:focus { background-color: #00338D!important; }

.divider {
    position: relative;
    display: block;
    height: 29px;
    line-height: 17px;
    text-align: center;
    color: #00338D;;
    font-size: 14px;
}

.table-statistic thead th {
    background-color: #133655;
    border: 1px solid #133655;
	

}
